body {		
	font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	background-image: url(images/fondo.png);
	background-repeat: repeat-x;
	background-position:top;
	margin-top:0px;	
}


#button:hover {
	background: url(../images/botones/boton_hover1.jpg) no-repeat bottom;
	width: 190px;
	height: 50px;
}

#button:active {
	background: url(../images/botones/boton_hover1.jpg) no-repeat bottom;
}

h1{	
	background: url(../images/subtitulos/titulo.jpg) 0 0 no-repeat;
	height:25px;
	color: #666;
	font-size:13px;
	line-height: 23px;
	font-weight:bold;
	margin:0;
	text-align:left;
}

h2{	
	color: #666;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}


h3{	
	background: url(../images/subtitulos/titulo2.jpg) 0 0 no-repeat;
	height:47px;
	color: #666;
	font-size:13px;
	line-height: 23px;
	font-weight:bold;
	margin:0;
	text-align:left;
}

#titulo{
	background: url(../images/subtitulos/titulo.jpg) 0 0 no-repeat;
	height:25px;
	color: #666;
	font-size:13px;
	line-height: 23px;
	font-weight:bold;
	margin:0;
	text-align:left;
}

#titulo_grande{
	background: url(../images/titulo_grand.jpg) 0 0 no-repeat;
	font-size:15px;
	padding-top:15px;
	padding-bottom:20px;
	padding-left:20px;
	color:#FFF;
	font-weight:bold;
}

#titulo_portada{
	background: url(../images/subtitulos/titulo_grande.jpg) 0 0 no-repeat;
	height:25px;
	color: #666;
	font-size:13px;
	line-height: 23px;
	font-weight:bold;
	margin:0;
	text-align:left;
}

#titulo_noticias{
	background: url(../images/subtitulos/titulo_peq.jpg) 0 0 no-repeat;
	height:25px;
	color: #666;
	font-size:13px;
	line-height: 23px;
	font-weight:bold;
	margin:0;
	text-align:left;
}

#submenu{
	background: url(../images/subtitulos/titulo_peq.jpg) 0 0 no-repeat;
	height:25px;
	color: #666;
	font-size:13px;
	line-height: 23px;
	font-weight:bold;
	margin:0;
	text-align:left;
}
	
#todo{
	background-color:#FFF;
	margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 880px;	
}

#cabecera{	
	background-color:#FFF;
	height:180px;
	overflow:hidden;
	margin:0;
	padding: 0; 
}

#menu{
	width:876px;
	overflow: hidden;
	margin-top:20px;
	margin-bottom:20px;
	padding: 0; 
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:center;
}

#menu ul li{
	display:inline;
}

#menu ul li #deseleccionado a{
	width: 174px;
	height: 34px;
	margin-left: 0px;
	float: left;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	color: #666;
	font-weight:bold;
	text-decoration: none;
	display: block;
	background: url(../images/botones/boton1.jpg) no-repeat top;
}
#menu ul li #deseleccionado a:hover{
	background: url(../images/botones/boton_hover1.jpg);
	color: white;
}

#menu ul li #seleccionado a{
	width: 174px;
	height: 34px;
	margin-left: 0px;
	float: left;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	color: white;
	font-weight:bold;
	text-decoration: none;
	display: block;
	background: url(../images/botones/boton_hover1.jpg) no-repeat top;
}

#contenido{
	text-align:justify;
	padding:20px;
	overflow: hidden;
	padding-top:15px;
}


#informacion{
	width:450px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-left:10px;
}

#informacion_portada{
	width:620px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-left:10px;
}

a{
	color:#586885;
	text-decoration: none;
}

a:hover{
	color:#D18CB9;
	text-decoration: underline;
}

#submenu_izquierda{
	width:175px;
	float:left;
	text-align:left;
}

#submenu_izquierda a{
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	color:#586885;	
}

#submenu_izquierda a:hover{
	font-size:12px;
	text-decoration: underline;	   
	color:#D18CB9;	
}

#submenu_izquierda  #peq a{
	font-size:10px;
	text-decoration:none;
	color:#586885;	
}

#submenu_izquierda  #peq a:hover{
	font-size:10px;
	text-decoration: underline;	   
	color:#D18CB9;	
}

#submenu_izquierda #destacados{
	background: url(../images/subtitulos/titulo_peq.jpg) 0 0 no-repeat;
	height:25px;
	color: #666;
	font-size:13px;
	line-height: 23px;
	font-weight:bold;
	margin:0;
}

#submenu_derecha{
	width:170px;
	float:right;
	text-align:right;
}

#submenu_derecha a{
	font-size:11px;
	text-decoration:none;
	color:#586885;	
}

#submenu_derecha a:hover{
	font-size:11px;
	text-decoration: underline;	   
	color:#D18CB9;	
}


.campotexto {
	background-color:#AA71A5;
	color:white;
} 


