
#cuerpo {margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; background: #144196 url(imagenes/fondo.jpg);}
#principal {
	position:relative;
	width:900px;
	margin:0 auto;
	padding:0;
	background-color: #FFFFEF;
}
#menuprincipal {
	margin: 0 0;
	height: 31px;
	background: transparent url(imagenes/fondoBtnMenu.gif) repeat-x ;
}
#margen20 {margin: 0 15px; padding:0;}
/* Lista menu*/
#dmenu{                         /* menu list container */
background: transparent url(imagenes/fondoBtnMenu.gif) repeat-x top left;	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: static;
	background: transparent url(imagenes/fondoBtnMenu.gif) repeat-x top left;
	color: #FFFFFF;
	z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */
		/* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */
}
#dmenu li{                      /* top-level menu element */
	list-style-type: none;
	float: left;                /* this is to allow for the horizontal main menu */
	border: none;
	background: transparent url(imagenes/fondoBtnMenu.gif) repeat-x top left;
	margin: 0px;
	padding: 0px;
	width: 100px;
	display: block;
	font-size:8pt;
}

#dmenu ul {                     /* third-level (or greater) menu element list elements */
    background: transparent url(imagenes/fondoBtnMenu.gif) repeat-x top left;
	position: absolute;         /* this is so that it doesn't push that page content around on hover */
	margin: 0px;                /* space around the list container */
	padding: 0px;               /* space within the list container */
	list-style-type: none;      /* disable the display of the list item bullets */
	display: none;
	width: 143px;               /* should be the same as #dmenu li width */
	background-color: #999999;     /* sub-menu default background color */
	border: none;     /* the border around the sub-menu list */
	color: #16458F;                /* sub-menu default font color (not links) */
	z-index: 99;                /* want to be sure this is above the rest of the menu */
	text-align: left;
	margin-top: 8px;
}

#dmenu ul li{                   /* second-level or greater menu element links */
	background-color: #D8D9DA;     /* default background color for sub-menu container */
	color: #16458F;                /* default font color (not links) for sub-menu container */
	border: none;               /* sub-menu item border settings */
	border-bottom: 1px solid #FFFFFF;
	margin: 0;                /* spacing between sub-menu containers */
	padding: 0;               /* This is for padding between menu items in the drop-downs */
	width: 145px;               /* (padding*2) must be subtracted from #dmenu li width and set for this one, or borders won't display properly. */
}

#dmenu li a{                    /* top-level menu element links */
	text-align: center;         /* text alignment in main menu item links */
	width: 104px;               /* set this to #dmenu ul width */
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 8px 0px;
}
    
#dmenu ul a {                   /* all the other level menu link elements */
	padding: 4px 5px;
	margin: 0px;
	/*width: 108px;                (padding*2) must be subtracted from #dmenu ul li width and set for this one, or borders won't display properly. */
	display: block;
	text-decoration: none;
	background-color: #DDDDDD;
	color: #16458F;
	width: 135px;
	text-align: left;
}

#dmenu a:hover,                 /* top-level hovering properties */
#dmenu li:hover{
	display: block;
	color: #FFFFEF;
	background: transparent url(imagenes/fondoBtnMenu.gif) repeat-x bottom left;
}
    
#dmenu ul li:hover,             /* higher level hovering properties */
#dmenu ul li a:hover{
	display: block;
	background-color: #CCCCCC;
	background-image: none;
	color: #16458F;
}

#dmenu ul ul{                   /* higher-level list containers */
	display: none;              /* don't display by default */
	position: absolute;
	margin-left: 114px;         /* this should be the width of #dmenu ul li */
	/* margin-top: -2em;           this will push the sub-menu up to the level of it's parent */
}

    /* only non-MSIE browsers use this 
#dmenu ul li>ul,
#dmenu ul ul li>ul{
	margin-top: -2em;
}            should be set to the same as #dmenu ul ul margin-top */

    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
#dmenu li:hover ul ul,              
#dmenu li:hover ul ul ul,
#dmenu li:hover ul ul ul ul,
#dmenu li:hover ul ul ul ul ul{
	display:none;
}

#dmenu li:hover ul,
#dmenu ul li:hover ul,
#dmenu ul ul li:hover ul,
#dmenu ul ul ul li:hover ul,
#dmenu ul ul ul ul li:hover ul{
	display:block;
}
li>ul {
	top: auto;
	left: auto;
}
.content {                      /* This is used for the content that will appear below the menu */
	clear: both;
}
/* opciones art√≠culos */
#opcionesArticulos {
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#opcionesArticulos li {
	display:block;
	margin: 0;
	line-height:12px;
	padding: 0;
	font-size:8pt
}
#opcionesArticulos li a {
	display:block;
	border: none;
	background: transparent url(imagenes/boton.jpg) no-repeat top left;
	text-decoration:none;
	color: #003366;
	margin: 4px auto;
	width: inherit;
	width: 163px;
	padding: 7px 0;
	line-height:12px;
	text-transform: uppercase;
}
/* terminan listas menu */

.tituloh1Azul {background-image:url(imagenes/encabezado.jpg); background-repeat:no-repeat; font: normal 28px Verdana, Arial, Helvetica, sans-serif; color: #114095; margin:0 0 12px; padding-bottom: 6px;}
.tituloh1Azul2 {background-image:url(imagenes/encabezado_gr.jpg); background-repeat:no-repeat; font: normal 28px Verdana, Arial, Helvetica, sans-serif; color: #114095; margin:0 0 12px; padding-bottom: 6px;}
.textoGris12 {font: normal 11px Verdana, Arial, Helvetica, sans-serif; color: #555555; text-align: justify;}
.textoGris12x {font: normal 11px Verdana, Arial, Helvetica, sans-serif; color: #555555; text-align: justify;}
.tituloh2 {font: bold 20px Verdana, Arial, Helvetica, sans-serif; margin: 5px 0; color: #333333;}
.contenedorFormasHor {
	border: 1px solid #888E91;
	float: right;
	width: 410px;
	margin: 18px 0 0;
}
.tituloh3AzulFondo {
	font-size: 16px;
	height: 31px;
	background: url(imagenes/fondo_h2.gif) repeat-x;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 8px 0;
}
.cuerpoGrisFltLft {
	background-color: #EEEEEE;
	color: #222222;
	width: 180px;
	margin: 10px 5px 10px 5px;
	float: left;
}
.botonEnlaceSinBorde {
	font: bold 12px Arial,Helvetica,sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: right;
	background: #D8D9DA;
	display: block;
	padding: 2px 10px;
}
.botonEnlaceConBorde {
	font: bold 11px Arial,Helvetica,sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: right;
	background: #D8D9DA;
	padding: 2px 10px;
	border: 1px solid #B4B4B4;
	margin: 10px;
}
	/*Selectores forma*/
.elementoForma {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	width:160px;
	margin: 0 0 0 7px;
	border: 1px solid #000000;
}
.etiquetaForma {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#222222;
	margin:0;
	margin-left: 12px;
	line-height:18px;
}
#botonFormaInt {
	font: bold 12px Arial,Helvetica,sans-serif;
	display: block;
	color: #000000;
	background-color: #D8D9DA;
	border: 1px solid #333333;
	margin: 4px 10px;
	padding: 1px 4px;
}
.formaInt {margin: 0;}
.area {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	width:160px;
	height: 45px;
	margin: 0 0 0 7px;
	border: 1px solid #000000;
}

.area1 {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	width:180px;
	height: 45px;
	margin: 0 0 0 7px;
	border: 1px solid #000000;
}

	/*Selectores forma*/

.contenedorRevista {
	float: left;
	margin: 20px 0px;
}
.contenedorRevista2 {
	width: 150px;
	padding:18px;
	border: 1px solid #888E91;
}
.textoRevista2 {margin:0px; background-color: #EEEEEE;color: #222222; text-align: left; font: normal 10px Verdana, Arial, Helvetica, sans-serif; padding:6px 4px;}

.textoRevista {color: #222222; text-align: left; font: normal 10px Verdana, Arial, Helvetica, sans-serif; padding: 0 6px 6px; margin: 6px 0;}
.tituloh4Revistas {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 1px 0 0;
	height: 17px;
	padding: 3px 0 0 5px;
	background: url(imagenes/fondo_h3.gif) repeat-x;
}
.noLeftMargin {margin-left: 0;}
.noRightMargin {margin-right: 0;}

#footerAzulGris {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background: #E7E7E7 url(imagenes/fondo_pie.gif) repeat-x top left;
	padding: 4px 0  10px;
}
.enlaceFooterBlanco {
	text-decoration:none;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.enlaceFooterBlanco:hover {text-decoration: underline;}
.imgValid { border:none;}
.enlaceFooterRojo {color: #FF9900; text-decoration: none;}
.enlaceFooterRojo:hover {text-decoration: underline;}
.textoGrisFooter {color: #333333; margin: 2px 0;}

	/* Selectores de paginas interiores */
.wrap {float: left; width: 640px; margin: 0;}
.cuerpoTextoInt {float: right; position: relative; width: 440px; padding-top:10px}
.cuerpoTextoInt h1{height:23px; font: normal 20px Verdana, Arial, Helvetica, sans-serif; color: #FFF;  padding-bottom: 6px; padding-left:54px;padding-top: 3px; }
.cuerpoTextoInt h2 {font: bold 19px Verdana, Arial, Helvetica, sans-serif; color: #3f73ac; border-bottom: 1px #3f73ac solid; margin-bottom:10px; margin-top:13px; padding-bottom:5px;}
.cuerpoTextoInt h3 {font: bold 17px Verdana, Arial, Helvetica, sans-serif; color: #3f73ac;; border-bottom: 1px #3f73ac solid; margin-bottom:10px; margin-top:13px; padding-bottom:5px;}
.cuerpoTextoInt ul { 
	margin: 5px 10px;
	margin-left: 10px;
	padding-left: 10px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.cuerpoTextoInt p{font: normal 11px Verdana, Arial, Helvetica, sans-serif; color: #555555; text-align: justify; margin: 8px 0;}
	
.contenedorRevistaInt {
	float:left;
	position: relative;
	width: 170px;
	border: 1px solid #888E91;
	margin: 10px 0 10px 0; 
}
.revistasInt {
	border-bottom: 1px dotted #0A3674;
	margin: 10px 10px 0;
	padding-bottom: 10px;
}
.noBorder {border: none;}
.contenedorIzquierdo {
	border: 1px solid #888E91;
	float:right;
	position: relative;
	width: 200px;
	margin: 10px 0px 0px 0px;
	
}
.textoNegrita {font-weight: bold;}
.sinEstilo {color: #555555; text-decoration: none;}
.lista1 {
	margin: 5px 10px;
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: circle;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
}
.tituloh3int {font: bold 16px Verdana, Arial, Helvetica, sans-serif; color: #666666;}
.listaLetras {
	list-style-type:lower-latin;
	margin: 5px 10px;
	margin-left: 10px;
	padding-left: 10px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
dt {font-weight: bold;}
dd {text-align: justify; margin-left: 8px; padding-left: 8px;}
.listaDefinicion {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.enlaceCorreo {color: #555555; text-decoration: none;}
.enlaceCorreo:hover {color: #555555; text-decoration: underline;}

.puntosAbajo {border-bottom: 1px dotted;}
.textoItalica {font-style:italic;}

.contIdioma {z-index:99; position: relative; top: -60px; left: 600px; width: 80px;}
.enlaceIdioma { color: #FFFFFF; font-size:11px; border:none; text-decoration: none; vertical-align: top;}
.imagenIdioma {border:1px solid #006699; position:relative; top: 3px;}
.enlaceCorreoDir { color:#555555; }
.tablaRevista {
	border: 1px solid #555555;
	border-bottom:none;
	border-right: none;
	
}
.tablaRevista td, .tablaRevista th {text-align: center; vertical-align: middle; border-bottom: 1px solid #555555; border-right: 1px solid #555555;}
.tablaRevista tr {background-color: #EEEEEE;}
.tablaRevista th {background-color: #D8D9DA;}
.colorInterTabla  { background-color: #FFFFFF !important;}

ul {list-style-type: circle;}
ul ul  {list-style-type:square;}
ul ul ul {list-style-type:disc;}

.enlaceImgPDF {border:none; position:relative; top: 2px;}
.enlacePDF {color: #555555; text-align: right; display: block; border-bottom: 1px dashed #555555; padding-bottom: 3px; text-decoration:none;}
.medio{
	width:47%;
	float:left;
}

.testimonial {display:block; height: 185px; padding-top:10px; }
.testimonial p {position: absolute; margin-left:170px; text-align: center; width:280px}
.testimonial img {position:absolute}

.galeria{
	width:640px;
	margin-bottom:15px;
}
.galeria img{
	border:none;
}
.img_a{
	width:170px;
	height:159px;
	margin-right:25px;
	float:left;
	border-style:solid;
	border-color:#8f8c95;
	border-width:thin;
	padding:10px;
}
.img_b{
	float:left;
	width:170px;
	height:159px;
	border-style:solid;
	border-color:#8f8c95;
	border-width:thin;
	padding:10px;
}
.idioma{
	position:absolute;
	color:#ff9300;
	left:795px;
	top:62px;
	width:30px;
	height:80px;
}
.idioma a{
	text-decoration:none;
	color:#ff9300;
}
.idioma a:hover{
}