/*** Menu Boletin ****/
#menuBoletin{
	position:absolute;
	left:1.8em;
	top:12em;
	font-size:.72em;
	width:20em;
}
#menuBoletin p{
	display:block;
	border:1px solid #1eb6d3;
	background-color:#eefcff;
	padding:.4em .5em;
	font-size:1em;
	color:#336699;
}
ul.historialBoletin{
	margin-top:.2em;
}
ul.historialBoletin li{
	height:1.4em;
	width:18;
}
ul.historialBoletin li a{
	display:block;
	background:url(../../img/general/boletin/bullet_boletin.gif) .6em .35em no-repeat;
	padding:.3em 0 0 1.8em;
	border-bottom:1px solid #c3f5ff;
	border-top:none;
	border-left:none;
	border-right:none;
	background-color:#fff;
	height:1.4em;
	font-size:.98em;
	color:#1b9fb8;
	text-decoration:underline;
}
ul.historialBoletin li a:hover{
	background-color:#eefcff;
	text-decoration:none;
	border-bottom:1px solid #c3f5ff;
	border-top:none;
	border-left:none;
	border-right:none;
}
ul.historialBoletin li a.seleccionado{
	border-bottom:1px solid #c3f5ff;
	border-top:none;
	border-left:none;
	border-right:none;
	background-color:#eefcff;
	color:#1b9fb8;
	font-weight:bold;
	text-decoration:none;
}
/*** fin= Menu Boletin ****/

#contenidoInterior{
	position:relative;
}
#contenidoInterior #destacados{
	position:absolute;
	top:13em;
	left:1em;
	width:20em;
	font-size:0.7em;
}
p.datosObligatorios{
	font-size:.7em;
	font-weight:normal;
}

/* BOLETINES*/
#contenido_boletin{
	background-color:#FFFFFF;
	width:45em;
}
#contenido_boletin h1{
	font-family: Arial,Tahoma,Verdana,sans-serif;
	color:#4a6784;
	font-size:1.3em;
	margin:0.5em 0;
}
#contenido_boletin div.bloque{
	margin:0 0 1em 0;
}
#contenido_boletin h2{
	display:block;
	width:51em;
	color:#4a6784;
	font-weight:normal;
	font-size:1.2em;
	padding:0.5em 0 0.5em 2em;
	background:url(../img/general/mails/bullet.gif) 0.5em center no-repeat #e0ebee;
	margin:0;
}
#contenido_boletin div.bloque_texto{
	background-color:#eff6f8;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	color:#4a6784;
	font-size:1.5em;
	padding:0.8em 1.3em;
	margin:0;
	width:39.8em;	
}


/* FORMULARIOS */
#formularios .lineaSeparacion{
	display:block;
	margin:.5em 0;
	border:1px #1B9FB8 dotted;
}
