#cuerpo  h1,					/*REDEFINICIÓN ETIQUETAS*/
#cuerpo  h2,
#cuerpo  ul{
	padding-left:6px;
	}

#cuerpo li{
	/*background:url(../IMGS/bullet.gif) no-repeat 2px 13px;*/
	}



#cuerpo #menuSec{   					/*MENU SECUNDARIO*/

        margin-top: 28px;
        padding-left:5px;  /*sobreescribe el padding-left de todas las listas del cuerpo (línea 1)*/
		}
		
#cuerpo #menuSec li{
		margin-bottom:10px;
		text-indent:0px;    /*sobreescribe text-indent definido anteriormente (línea 25)*/
		background:none;
		}


#cuerpo #menuSec li.cierra{
		margin-left:0px;/*sobreescribe el margen izdo que tienen todas las LI.CIERRA de #CUERPO excepto este menú*/
		}

#cuerpo #menuSec li a{
		color:gray;
		}

#cuerpo{													/*CUERPO*/
		border-top:3px solid #2D4260;
		border-bottom:7px solid #9A0000;
		background-color:#F8F8EB;						
		height:410px;
		}

#cuerpo #izda{
	height:25px;
	/*background:url(../IMGS/foto2.jpg) no-repeat bottom left;*/
	}

#cuerpo #contenido{
	/*border:2px solid #A5A59D;*/
	/*border-left:1px solid #D8DCE2;
	border-top:1px solid #D8DCE2;*/
	padding:3px;
	margin-left:56px;
	margin-right:0px;
	/*background:url(../IMGS/menu.jpg);*/
	/*background-color:#F0F0DD;*/
}

#cuerpo #contenido img{
	border:1px solid #2D4260;
	background-color:white;
	padding:3px;
}

#contenido p{
	font-size:12px;
	color:#223248;
	text-align:justify;
	margin-top:2px;
	font-weight:normal;
	border-top:3px solid #223248;
	border-bottom:1px solid #223248;
	padding:5px;
	width:468px;
	}
	
#contenido h1{
	font-size:18px;
	color:#2D4260;
	width:472px;
	margin-top:1px;
	text-align:center;
	font-weight:normal;
	padding:2px;
	}

	
#cuerpo #noticias{
										/*NOTICIAS*/
       /* border-left:1px solid #96A0B0;
		border-right:1px solid gray;*/
        height:100px;	/*necesario para que IE no se cargue el bullet*/
		/*background:url(../IMGS/menu.jpg) no-repeat bottom right;*/
		margin-top:10px;
		}
		
#cuerpo #noticias h2{										
		line-height:18px;
		font-size:11px;
		font-weight:bold;
		}

#cuerpo #noticias a{
		text-decoration:underline;
		color:#1F2630;
       /* border:1px solid gray;
		background-color:#2D4260;*/
		}
		
#cuerpo #noticias .intro{										
		font-weight:800;
		font-size:14px;
		letter-spacing:0.5px;
       	font-variant:small-caps;
		}
		
#cuerpo #noticias li{
		padding:2px;
		background:url(../IMGS/bullet.gif) no-repeat 0px 10px;
        }

		

		

#cuerpo #enlaces{									/*ENLACES*/
		height:150px;
		}


		



									/*FORMATO TEXTO*/


		
.columna#contenido h2{
		text-transform:uppercase;
		color:#A92324;
		}

