/*© Derechos Reservados - C.I.C.S.A. 2013 –– Grupo REFORMA*/

/*----- ESTILOS PARA EL GRÁFICO ANIMADO -----*/
/*Definir fondo y tipofrafia*/
#container_gral{font-family:Arial, Helvetica, sans-serif;}

/*CLEARFIX*/
.clearfix:after
{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;font-size:0;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
* html .clearfix{zoom:1;}/*IE6*/
*:first-child+html .clearfix{zoom:1;}/*IE7*/

/*///////ESTILOS GENERALES////////////*/
.nota{
	position:absolute;
	top:80px;
	left:440px;
	width:460px;
	height:480px;
	overflow:auto;
	_height:385px;
}

.cuerpo_texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	width:385px;
	line-height:1.55em;
	margin-left:35px;
}

.cuerpo_texto p{
	margin:5px 0;
	padding-top:5px;
} 
.cuerpo_texto ul li {
	list-style:circle;}
	.cuerpo_texto ul li:hover {
		background-color:#FFF;
		font-weight:700;
		margin-left:-10px;
		padding:5px 10px;}
.herramientas{
	position:fixed;
	display:block;
	width:52px;
	top:280px;
	right:15px;
	height:auto;
	z-index:2;
}
.herramientas a{
	display:block;
	width:52px;
}
.herramientas_vertical390{
	top:390px;
}
.herramientas_vertical420{
	top:420px;
}
.plus{
	background:url(../img/aplus_ico.png) left;
	display:block;
	height:20px;
}
.plus:hover{
	background-position:right;
}
.min{
	background:url(../img/amin_ico.png) left;
	display:block;
	height:18px;
	margin-bottom:3px;
}
.min:hover{
	background-position:right;
}
.mailto{
	background:url(../img/mail_ico.png) left;
	display:block;
	height:21px;
	margin-bottom:3px;
}
.mailto:hover{
	background-position:right;
}
.coment{
	background:url(../img/coment_ico.png) left;
	display:block;
	height:21px;
	margin-bottom:3px;
}
.coment:hover{
	background-position:right;
}
.print{
	background:url(../img/print_ico.png) left;
	display:block;
	float:left;
	width:52px;
	height:25px;
}
.print:hover{
	background-position:right;
}
.destacado{
	display:block;
	width:160px;
	margin-left:-30px;
	margin-right:18px;
	margin-top:13px;
	margin-bottom:20px;
	float:left;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
	font-style:italic;
	border-bottom:1px solid #b0a57f;
	padding-bottom:18px;
	color:#764912;
}

.destacado2{
	display:block;
	width:245px;
	margin-left:20px;
	margin-right:-40px;
	margin-top:5px;
	margin-bottom:10px;
	float:right;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
	font-style:italic;
	color:#764912;
	border-left:1px solid #b0a57f;
	padding:5px 0 5px 20px;
}

.promo_head{
	display:block;
	background-color:#666;
	color:#FFF;
	font-family:"Arial";
	padding:4px 10px 4px 10px;
	font-size:0.65em;
	font-weight:500;
	letter-spacing:0.12em;
}
.subcabeza{display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:500;
	letter-spacing:0.06em;
	height:30px;
	margin-top:500px;
	line-height:20px;
	font-size:1.35em;
	color:#333;
}