BODY {
	MARGIN: 0px
}
#contenedor {
	MARGIN: 0px auto; WIDTH: 942px
}#superior {
	WIDTH: 942px;
	height: 99px;
	margin: 0px;
}
#central {
	WIDTH: 942px;
	height: 512px;
	background-image: url(../../images/fondo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
#izquierda {
	width: 190px;
	height: auto;
	float: left;
}
#derecha {
	width: 752px;
	height: auto;
	float: left;
}
.enlaces {
	text-decoration:none;
	color: #974578;
	font-weight:bold;
	
}
.enlaces A:link {
	text-decoration:none;
	color: #974578;
	font-weight:bold;
	
}
.enlaces A:visited {
	text-decoration:none;
	color: #974578;
	font-weight:bold;
	
}
.enlaces A:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #974578;
	
}
#centralinterior {

	WIDTH: 942px;
	height: 460px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../images/fondo_interior.jpg);
	background-repeat: no-repeat;
}
#centralinteriorop {

	WIDTH: 942px;
	height: 460px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../images/fondo_interiorop.jpg);
	background-repeat: no-repeat;
}
#izquierdainterior {
	width: 240px;
	height: auto;
	float: left;
}
#derechainterior {
	width: 702px;
	height: auto;
	float: left;
}
/* Inicio biografia*/
#centralbiografia {

	WIDTH: 942px;
	height: 460px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../images/biografia_izq.jpg);
	background-repeat: no-repeat;
}
#izquierdabiografia {
	width: 460px;
	height: auto;
	float: left;
}
#derechabiografia {
	width: 482px;
	height: auto;
	float: left;
}
/* Fin biografia*/
/* Inicio contacto*/
#centralcontacto {

	WIDTH: 942px;
	height: 460px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*background-image: url(../../images/contacto_fondo.jpg);*/
	background-repeat: no-repeat;
}
#izquierdacontacto {
	width: 460px;
	height: auto;
	float: left;
}
#derechacontacto {
	width: 482px;
	height: auto;
	float: left;
}
/* Fin contacto*/
#superior_principal {

	WIDTH: 942px;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#cuadro_imagen {
	float:left; 
	/*background-color:#cccccc; */
	height:150px; 
	width:200px; 
	margin-left:30px; 
	margin-bottom:30px;
	text-align:center;
}
#cuadro_noticias {
	float:left; 
	
	background-color:#EFDCE8;
	height:130px; 
	width:700px; 
	margin-left:30px; 
	margin-bottom:30px;
	text-align:left;
	margin-bottom:5px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	padding-left:10px;
	padding-top:10px;
}
#cuadro_noticias p{
	font-size:0.9em;
	font-family:Verdana;
	font-weight:400;
}
#cuadro_noticias a{
	color:#974578;
	font-size:0.8em;
	font-family:Verdana;
	text-decoration:none;
	
	
}
#cuadro_noticias a:hover{
	color:#974578;
	font-size:0.8em;
	font-family:Verdana;
	text-decoration:none;
	font-weight:bold;
	
	
}
#cuadro_noticias a:link{
	color:#974578;
	font-size:0.8em;
	font-family:Verdana;
	text-decoration:none;
	
	
}
.titular {
	color:#974578;
	font-size:1.4em;
	padding-bottom:10px;
	font-weight:bold;
	
	
	}
.fecha {
	color:#974578;
	font-size:0.9em;
	padding-bottom:5px;
	font-weight:bold;
	
	}
.ampliar{
	text-align:right;
	float:right;
	padding-right:10px;
}
/************* paginado *******************/
ul.pag{
    float: left;
    margin: 10px 42%;
    padding: 0;
    width: 145px;
	font-size:1.2em;
	line-height:1.5em;
	list-style-type:none;
}
	ul.pag li{
		background-image: none;
		border: 0 none;
		float: left;
		font-size: 0.8em;
		height: 14px;
		line-height: 1.5em;
		margin: 0 2px;
		width: 17px;
		color:#F1E2EC;
	}
		ul.pag li a{
			color: #AB6992;
			font-size: 1.2em;
			height: 17px;
			padding: 0 3px;
			text-align: center;
			width: 9px;
			text-decoration:none;
		}
		ul.pag li.prev a,
		ul.pag li.next a{
			font-size: 1em;
			padding: 0 0 0 0;
			width: 10px;
		}
			ul.pag li.prev a:hover,
			ul.pag li.next a:hover{
				background-color:transparent;
				color:#F1E2EC;
			}
			ul.pag li a:hover,
			ul.pag li a.selected{
				background-color: #AB6992;
				color:#FFF;
				text-decoration:none;
			}
ul.next_prev {
    float: left;
    margin: 10px 40%;
    padding: 0;
    width: 150px;
}
	ul.next_prev li.prev,
	ul.next_prev li.next{
		background-color: transparent;
		background-image: url("../../images/buttons.png");
		background-repeat: no-repeat;
		float: left;
		margin-right: 10px;
	}
	ul.next_prev li.prev{
		background-position:-11px -213px;
	}
	ul.next_prev li.next{
		background-position: 55px -190px
	}
		ul.next_prev li a,
		ul.next_next li a {
			color:#D9B91A;
			float: left;
			font-weight: bold;
			height: 22px;
			padding: 2px 0 0 8px;
			text-decoration:none;
		}
			ul.next_prev li a:hover,
			ul.next_next li a:hover{
				color: #AE9962;
			}

.back {
	float:left;
	margin:10px 0;
	width:100%
}
.back a{
	color:#171717;
	float:right;
	background-color: #D9B91A;
	padding: 2px 6px;
}
	.back a:hover{
		background-color:#AE9962;
	}
/************* paginado *******************/

