/*--------------------------*/
/*  Estilos por tag HTML*/
/*--------------------------*/
*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #545A6A;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/*--------------------------*/
/*  Estilos por ID*/
/*--------------------------*/
#contenedor{
	margin: 0 auto;
}
#cabecera{
	background: #545A6A url('../images/cabeceraFondo.jpg') repeat-x scroll top center;
	width: 100%;
}
#cabeceraLogo{
	background: transparent url('../images/cabeceraLogo.jpg') no-repeat scroll top center; /*Logo cabecera principal*/
	height: 195px;
}
#contenedorCuerpo{
	background-color: #E6E2E1;
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	width: 867px;
	margin: 0 auto;
}
#cabeceraCuerpo{
	background: #D2D2D2 url('../images/cabeceraCuerpoFondo.jpg') repeat-x scroll top center;
	height: 25px;
	border-bottom: 1px solid #000;
	font-size: 0.8em;
}
#menu{
	background: #525564 url('../images/menuFondo.jpg') repeat-x scroll bottom center;
	height: 25px;
	border-bottom: 1px solid #000;
	font-size: 16px;
	font-weight: bold;
	color: #E8E7D5;
	padding-left: 170px;	
}
#menu ul{
	list-style-type: none;
}
#menu li{
	float: left;
}
#menu ul a{
	height: 25px;
	width: 100px;
	padding: 0 10px;
	display: block;
	color: #E8E7D5;
	text-decoration: none;
	background-image: none;
}
#menu ul li a:hover{
	background: transparent url('../images/menuFondoOver.jpg') repeat-x scroll bottom center;
	color: #fff;
}

#cuerpo{
	padding: 10px;
	text-align: left;
}
#pie{
	background: transparent url('../images/pieFondo.jpg') no-repeat scroll top center;
	height: 41px;
	clear: both;
	font-size: 0.8em;
	color: #666;
}

/*Para index*/

/*--------------------------*/
/*  Estilos por clase*/
/*--------------------------*/
.bloqueContenidoPrincipal ul{
	color: #ECE9D8;
	margin-left: 15px;
}
.bloqueContenidoPrincipal .cabeceraBloque{
	background: #525564 url('../images/menuFondo.jpg') repeat-x scroll bottom center;
	height: 20px;
	border: 1px solid #000;
	padding: 2px 10px 0 10px;
}
.bloqueContenidoPrincipal .cabeceraBloque h2{
	font-size: 14px;
	font-weight: bold;
	color: #E8E7D5;
}
.bloqueContenidoPrincipal .cuerpoBloque{
	padding: 10px;
	border-top: none;
	background-color: #302F8D; /*Fondo azul oscuro*/
}
.bloqueContenidoPrincipal .cuerpoBloque .columnaContenido{
	float: left;
	margin-right: 10px;
}
.bloqueContenidoPrincipal .cuerpoBloque .pieContenido{
	clear: both;
}
/*--------------------------*/

.bloqueContenido .cabeceraBloque{
	background-color: #E8E7D5;
	background-image: none;
	height: 20px;
	border: none;
	border-bottom: 1px solid #D5D3C7;
	padding: 0;
}
.bloqueContenido h3, h4{
	margin: 0;
	padding: 2px 10px 0 10px;
	font-size: 14px;
	font-weight: bold;
}
.bloqueContenido h3{
	color: #302F8D;
}
.bloqueContenido h4{
	color: #000;
}
.bloqueContenido p{
	padding: 5px 0;
}
.Estilo2{
	margin-bottom: 10px;
}
.Estilo2 .cabeceraBloque{
	background-color: #E8E7D5;
	background-image: none;
	height: 20px;
	border: none;
	border-bottom: 1px solid #D5D3C7;
	padding: 0;
}
h4, 
.Estilo2 h3{
	margin: 0;
	padding: 2px 10px 0 10px;
	font-size: 14px;
	font-weight: normal;
	color: #000033;
}
.Estilo2 .cabeceraBloque .esquinaSupIzd{
	background: transparent url('../images/bloqueContenidoEsqSupIzd.jpg') no-repeat scroll top left;
	height: 7px;
	width: 7px;
	position: absolute;
}
.Estilo2 .cabeceraBloque .esquinaSupDch{
	background: transparent url('../images/bloqueContenidoEsqSupDch.jpg') no-repeat scroll top left;
	float: right;
	height: 7px;
	width: 7px;
	position: relative;
}
.Estilo2 .cuerpoBloque{
	padding: 10px;
	border-top: none;
	background-color: #fff;
}
.bloqueContenido .cuerpoBloque{
	padding: 10px;
	border-top: none;
	background-color: #fff;
}
.error{
	color: #ff0000;
}
/*--------------------------*/
Bloque {
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	color: #FFFFFF;
}
.bloqueContenidoPrincipal .cuerpo {
	padding: 10px;
	border-top: none;
	background-color:#000066; /*Fondo azul oscuro*/
}
.bloqueContenidoPrincipal .cuerpo{
	padding: 10px;
	border-top: none;
	background-color:#FFFFFF; /*Fondo blanco*/
}
