/* @override http://www.stopvih.org/css/master.css */

@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body, html {
	font-family: Arial, Helvetica, sans-serif;
}
h1  ,h2, h3,h4,h5{
	margin: 0 0 .3em 0;
}
p ,ul{
	margin: 0 0 .5em 0;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
}
body {
	background-image: url(../images/fondoPag.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	position:relative;
	height:142px;
	background-repeat: no-repeat;
}
#inicio   {
	position:absolute;
	top:15px;
	left:0px;
	width: 163px;
}

#header #lang {
	position:absolute;
	font-size: 6pt;
	letter-spacing: 0.2em;
	right:0;
	top:20px;
	display:none;
}
#header #lang a {
	padding: 3px;
	text-decoration: none;
	border: 1px solid #FFF;
}
#header #lang a:hover {
	color: #333;
	border: 1px solid #999;
}
#lang span.visitado {
	padding: 4px;
	background-color: #CCC;
	color: #333;
}
#links {
	position:absolute;
	background-color: #CCC;
	background-image: url(../images/fondoLinkNormal.gif);
	background-repeat: repeat-x;
	height: 42px;
	margin:0;
	left:0;
	bottom:0;
	width:100%;
}
#links li {
	display:block;
	float:left;
	position:relative;
}
#links li a{
	display: block;
	height: 26px;
	color: #162846;
	font-size: 9pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	padding: 17px 10px 0 10px;
	font-weight: bold;
	text-decoration: none;
}
#links li a:hover {
	background-image: url(../images/fondoLinkOver.gif);
	background-repeat: repeat-x;
	color: #FCC;
}
#links li ul{
	position: absolute;
	top:100%;
	display:none;
	width: 150px;
}
#links li ul li {
	float:none;
	width:auto;
}
#links li ul li  a{
	color: #FFF;
	font-size: 8pt;
	line-height: 1.1em;
	padding: 5px 6px;
	text-transform: capitalize;
	font-weight: normal;
	text-align: left;
	height:auto;
	z-index: 1000;
	background-color: #3a455c;
	border-color: #4b6690;
	border-width: 1px;
	border-bottom-color: #83c1fe;
	border-bottom-width: 1px;
	border-top: 1px solid rgba(132,200,254,0.46);
}
#links li ul li a:hover {
	background-color: #de1323;
	background-image: none;
	color: #FFF;
}
/* #links #quienes  a{
	width: 115px;
}
#links li #subquienes{
}
#links #componentes a {
	width: 106px;
}
#links li #subcomponentes {
	left: 116px;
}
#links #eventos a {
	width: 72px;
}
#links li #subeventos {
	left: 223px;
}
#links #medios a {
	width: 68px;
}
#links li #submedios {
	left: 296px;
}
#links #recursos a {
	width: 80px;
}
#links li #subrecursos {
	left: 365px;
}
#links #documentacion a {
	width: 116px;
}
#links li #subdocumentacion {
	left: 446px;
}
#links li#enlaces a{
	width: 71px;
}
#links ul#subenlaces {
	left: 563px;
}
#links li#blog a{
	width: 52px;
}
#links #contacto  a{
	width: 71px;
}
#links li #subcontacto {
	left: 688px;
}
#links li #subcontacto a ,#links ul#subenlaces a,
#links li #subdocumentacion a,#links li #subrecursos a,
#links li #submedios a,#links li #subeventos a,
#links li #subcomponentes a,#links li #subquienes a{
	width: 120px;
}*/
#banner {
	margin: 8px 0;
}
#leftCol {
	width: 240px;
	float: left;
	font-size: 9pt;
	padding: 10px 0;
}
.faq h1 {
	color: #333;
	font-size: 13pt;
	font-weight: bold;
}
.faq {
	
}
.faq ul li {
	font-size: 110%;
	line-height:1.3;
	display: block;
	width:auto;
	list-style-type: none;
	padding: 5px;
	border-top: 4px solid white;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	cursor:pointer;
}
.faq ul li a {
	text-decoration: none;
	
}
.faq ul li:hover {
	border-top-color: #828282;
	background-color: #e7e7e7;
}
#rightCol {
	margin: 0 0 0 250px;
	padding: 0 0 10px 10px;
	border-left: solid 1px #ddd;
}
#rightCol ul{
	margin-left: 2em;
}
#rightCol h1 {
	font-size: 150%;
	font-weight: bold;
	color: #900;
}
.descarga {
	font-size: 10pt;
}

#rightCol h2 {
	font-size: 12pt;
	color: #1A2848;
}
#rightCol h3 {
	font-size: 11pt;
	color: #666666;
}
#rightCol p , #rightCol li, #rightCol label{
	color: #333;
}
#rightCol ul li {
	list-style-image: url(../images/flechitaLista.gif);
}
#rightCol img {
	float: left;
	margin: 0 10px 0 0;
}
#footer {
	padding: 10px;
	background-color: #E8E8E8;
	font-size: x-small;
	color: #333;
	margin: 10px 0 0 0;
	overflow: auto;
	clear: both;
}
#footer #links2 li     {
	display: inline;
}
#footer #links2 li a      {
	display: block;
	float: left;
	padding: 1px 4px;
	background-image: url(../images/rayita.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #333;
}
#footer #links2 li a:hover {
	color: #FFF;
}
.resaltado1 ,.resaltado2,.resaltado3,.resaltado4{
	padding: 10px;
	margin: 10px 0;
}
.resaltado4 {
	border: solid 1px #ccc;
	width:677px;
	float:left;
}

.resaltado4 p {
	margin-left: 146px; 
}


.notaPrensa {
	background-image: url(../images/prensa_escrita_77x82px.png);
	background-repeat: no-repeat;
	background-position: 5px;

}
.notaPrensa h3,.notaPrensa li{
	margin-left:90px;
}
.notaPrensa    li, .notaPrensa    p   {
	font-size: 9pt;
}
.notaPrensa h2 {
	font-size: 10pt;
}
.video {
	background-image: url(../images/video_77x82px.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
.video h3,.video li{
	margin-left:90px;
}
.video li, .video p   {
	font-size: 9pt;
}
.video h2 {
	font-size: 10pt;
}
.revistas {
	background-image: url(../images/revistas_77x82px.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
.revistas h3,.revistas li{
	margin-left:90px;
}
.revistas    li, .revistas    p   {
	font-size: 9pt;
}
.revistas h2 {
	font-size: 10pt;
}
#rightCol .galerias {
	margin: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
}
.galerias li{
	display: inline;
}
.galerias li a       {
	width: 330px;
	margin: 0 10px 10px 0;
	float: left;
	display: block;
	padding: 3px;
	height: 82px;
	overflow: hidden;
	text-decoration: none;
	color: #333;
	font-size: 75%;
	border: solid 1px #eee;
}
.galerias li a:hover {
	background-color: #F3F3F3;
}
.galerias li a img  {
	float: left;
}
#cerrar {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -195px 0 0 290px;
	visibility: hidden;
}
#cerrar a {
	color: #CCC;
	display: block;
	background-color: #666;
	padding: 1px 5px;
	margin: 5px;
	width: 30px;
	text-align: center;
	font-size: 8pt;
	text-decoration: none;
	float: right;
}
#cerrar a:hover {
	background-color: #900;
}
#cadaGaleria  {
	width: 700px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -350px;
	visibility: hidden;
	background-image: url(../images/fondoGal.png);
	background-repeat: repeat;
}
.resaltado1  {
	background-color: #EEE;
	overflow: auto;
	border: solid 1px #ccc;
}
.resaltado2 {
	background-color: #FACDCC;
}

.boton1{
	clear:both;
	border:solid 1px #F00;
	padding:.1em .3em;
	background-color: #900;
	color: #FFF;
	font-size: 80%;
	text-transform: capitalize;
	margin-bottom:.3em;
}
.mapaMgta {
	background-image: url(../images/mapaMgta.gif);
	background-repeat: no-repeat;
	padding-left: 150px;
}

.margenDerecho {
	margin-right: 10px;
}
.subscripcion {
	padding: 10px;
	background-color: #333;
	color: #FFF;
	margin: 0 0 10px 0;
}
.faq1 {}
.textoRojo {
	color: #C00;
}
.textoAzul {
	color: #069;
}
.textoGris {
	color: #999;
}
#Facebook_n_Twitter {
	margin: 5px 0;
}
span.alinearDerecha  {
	position: absolute;
	margin: 0 0 0 480px;
}
#form2 {
	font-size: 9pt;
}
#form2  input, #form2 textarea {
	margin: 2px 0 7px 0;
	height: 20px;
	line-height: 20px;
	padding: 3px 3px 1px 3px;
}
.floatRight {
	float: right;
	width: 190px;
	border-left: solid 1px #ddd;
	padding: 9px;

}
#form2 #enviarBtn {
	height: 25px;
	padding: 0;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*******twitter y faceboook****/
.rsociales{
	list-style:none;
	position:absolute;
	right:0;
	top:40px;
}
.rsociales li{
	float:left;
	margin: 0 0 0 5px;
}
.rsociales li a{
	width:30px;
	height:30px;
	text-indent:-1000em;
	display:block;
}
#twitter{
	background-image:url(../images/Twitter.png);
}
#facebook{
	background-image:url(../images/facebook.png);
}
#youtube{
	background-image:url(../images/youtube.png);
}
#slideshare{
	background-image:url(../images/slideshare.png);
}
.style1{
	color:#F03;
}
#alianza{
	width:100%;
}
#alianza td{
	padding:10px;
}

