@charset "UTF-8";
/* CSS Document */

body {
	font-size:12px;
	font-style:normal;
	font-weight: normal;
	color:#14456C;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.oneColElsCtr #container {
	width: 962px;
	background: #ffffff;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 0px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	padding: 0;
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
}



li{
	font-family: Arial, Helvetica, sans-serif;
	text-align : left;
	list-style-type: square;
	font-size: 12px;
	font-weight:normal;
	color: #333;
	margin-bottom: 5px;
	margin-left: 5px;
}

/*TEXTO*/
p {
	color:#333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h1{
	color: #06C;
	font-weight: bold;
	font-size: 14pt;
	line-height:normal;
	letter-spacing:normal;
	font: Arial, Helvetica, sans-serif;
}
h2{
	color: #06C;
	font-weight: bold;
	font-size: 11pt;
	line-height:normal;
	letter-spacing: normal;
}
h3{
	color: #06C;
	font-weight: lighter;
	font-size: 11pt;
	line-height:normal;
	letter-spacing: normal;
}

/*----------------------*/

#tabletopbg{
	height: 100%;
	width: 960px;
	margin: 0;
	background:url(../img/tabla_top.png) top no-repeat;
	
}

/*LINKS*/

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}
a:visited {
	color: #666;
}
a:active {
	color: #06C;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
	
#texto_forma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: right;
	color:#808080;
}
.Estilo1 {
	color: #14456C;
	font-family: Arial, Helvetica, sans-serif;
}
.Estilo2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
	
	
.estilo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #D2E1E1;
}

/*LIGHT BOX*/

.black_overlay{
	
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80; /* for all browsers*/
	filter: alpha(opacity=80); /*for IE7*/
	top:0px; left:0px; right:0px; display:none; 
}
 .white_content {
	display: none;
	position: absolute;
	top: 5%;
	left: 20%;
	width: 880px;
	height: 500px;
	padding: 5px;
	border: 5px solid grey;
	background-color: white;
	z-index:1002;
	overflow: hidden;
	
}
/*estilo del close dentro de lightbox*/
    
.Estilo4 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #808080;
	text-align:center;

}
#light p {
	text-align: center;
}

/*mas light box
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);

}

.white_content {
	
display: none;
position: absolute;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
padding: 16px;
border: 16px solid orange;
background-color: white;
z-index:1002;
overflow: auto;

}
*/

#newsimg2 {
	background-image:;
	background-repeat:no-repeat;
	width:92;
	height:9px;
	margin:10px 10px 10px 0;	
	float:left;
}

/* ############################*/
/* INDEX LIGHTBOX*/

.index_black_overlay{
	
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80; /* for all browsers*/
	filter: alpha(opacity=80); /*for IE7*/
	top:0px; left:0px; right:0px; bottom:0px; 
	display:none; 
}
 .index_white_content {
	display: none;
	position: absolute;
	top: 5%;
	left:0;
	width: 600px;
	height: 700px;
	padding:0;
	border: 5px solid grey;
	background-color: black;
	z-index:1002;
	overflow: hidden;
	padding-top:30px;
	
	
}


/*###################################*/
.link2 {
	color:#000;	
	float:right;
}
#newstext {
	padding-right:10px;
}

#contenidopadding {
	padding-top:30px;
}
#terminoscontent {
	padding:10px 30px 10px 30px;
}
#terminostitle {
	padding-left:30px;
}