@charset "utf-8";

.subrayado{background:#FF9; font-weight:bold;}
* html #contenedor{height:auto;}
#contenedor #izquierda #texto .msg_body2 .limpiar {
	clear: both;
	height:15px;
}

/*CLASES*/
img{
	border:0;
}
.titulo{font-weight:bold;}
.cabecera{float:left; text-align:left;}
.naranja{background-color:#f08d1f; width:812px; height:3px;}
.1 {
	float: left;
	width: 200px;
	border: 1px solid red;
}
.comunicacion{
	padding:5px;
	width: 500px;
	height: auto;
	float:none;
	margin-left:10px;
	}
.imagenenlace{border:0; text-decoration:none;}
a.link{color:#FFFFFF; text-decoration:none;}
.fotoderecha{float:right; padding:5px; border:1px solid #bad1ea;margin-left:5px; margin-bottom:5px; margin-top:5px;}
.fotoderecha2{float:right; padding:5px; border:1px solid #bad1ea; background-color:#F4F4F8;border:5px; border-color:#bad1ea;}
.fotoderecha3{float:right; padding:2px; background-color:#F4F4F8; border:1px; border-color:#FFF; margin-left:8px;}
.textocentrado{text-align:center;}
.textocentradotitulo{text-align:center; font-size:12px;}
/*FIN DE CLASES*/

body{font-family:verdana; font-size:11px; margin:0; text-align:center;}
strong{color:#001a4d;}
#texto{width:574px; height:auto;}
#footer{font-size:9px; color:#FFFFFF; text-align:right; }
#fotografia{margin:5px;float:right; margin-left:10px; margin-bottom:10px; border:4px solid #bad1ea;}

#contenedor{
	min-height:544px;
	/*border:1px solid green;*/
	width:812px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:100%;
}

#botonera{
	text-align:left;
	width:812px;
	/*border:1px solid blue;*/
	margin-left:auto;
	margin-right:auto;
}
#izquierda{

	font-size:11px;
	float:left;
	text-align:left;
	width:592px;
	/*border:1px solid blue;*/
	margin-left:0;
	margin-right:auto;
}
#derecha{
	border-left: dotted 1px #001a4d;
	float:right;
	text-align:right;
	width:210px;
	margin-right:0;
	height:auto;
}

#footer{
	position:relative;
	top:5px;
	float:left;
	width:812px;
	height:13px;
	background-color:#013974;
}
#contacto{
	position:absolute;
	width:100px;
	height:100px;
	background-color:#FF0000;
	left: 274px;
	top: 249px;
}

.destacado{
	background-color:#bad1ea;

	padding:5px;
	color:#013974;
	text-align:center;
	font-size:11px;
}

.titular{
	text-align:center;
	padding:2px;
	background-color:#bad1ea;
	border-bottom:1px solid #013974;
	border-right:1px solid #013974;
}
/*.td3{border:#FFFFFF;}
td{border-bottom:1px solid #bad1ea; text-decoration:none;}*/
.td2{border-bottom:0}
.medio{ text-align:center;}
.subir {
	color:#ed8f1e;
	text-decoration:none;
	font-weight:bold;
	text-align: left;
}
/*JQUERY*/

.msg_list {
	margin: 0px;
	padding: 0px;
	width: 574px;
}
.msg_head {
	font-weight:bold;
	color:#001a4d;
	padding: 5px 10px;
	height:10px;
	cursor: pointer;
	position: relative;
	background-color:#ebeef2;
	margin:1px;
}
.msg_body {
	padding: 5px 10px 15px;
	/*background-color:#F4F4F8;*/
}
.msg_body2 {
	padding: 5px 10px 15px;
	background-image:url(../images/1.gif);
	text-align:left;
}

.contacto{
	
	padding:5px;
	border:1px solid #bad1ea;
}

.hr {color:#bad1ea;}
.derecha {float:right; padding-right:20px; text-decoration:none;}
.izquierda {float:left; padding-left:20px; text-decoration:none;}
/*FIN JQUERY*/

