/************/
/*  GENERAL  */
/************/
*{padding:0; margin:0;}
body {font-size:62.5%;background: url(../images/fondo.png) repeat-x; background-color:#EFF3FF; font-family:verdana,arial,sans-serif;}
body a{outline: 0;}
a img{ border:none; outline:none; text-decoration: none;}
.general {width:960px; margin:0px auto; font-size:1.0em; overflow:hidden;}
.bordeMain{
	width:930px;
	background:url(../images/bordes.png) repeat-y;
	padding: 0 15px;
	clear: both;
}

.navegacion {clear:both; width:930px; height: auto;background:url(../images/vacio.jpg) repeat-x;}

.main {width:930px; clear: both; height: auto;background-color: #fdfffd; overflow:hidden;}

/*  MENU  */
.menu{float:left; width:145px; overflow:visible !important /*Firefox*/;  overflow:hidden /*IE6*/; background-color:#EFF3FF; padding-bottom: 10030px; margin-bottom:-10000px;}
.menu_1{width:145px; margin-top: 5px; margin-bottom:40px;}
.menu_fila{width:140px;	height:22px; margin: 0 3px;}
.menu_fila a img{border:none; outline:none; margin: 0; padding:0;}
.menu_fila a:hover img{border:none; outline:none;}
.menu_fila2{ margin-left:8px; width:131px; height:23px;}
.menu_fila2 a img{border:none; outline:none; margin:0; padding: 0;}
.menu_fila2 a:hover img{border:none; outline:none;}

.contenido {width:785px !important/*firefox*/; width:782px;/* ie6*/ overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/; float: right;}
.contenido_centro {overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/; width:725px !important/*firefox*/; width:722px;/* ie6*/ padding: 15px 20px;}
.contenido_dcha {float:right; width:190px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/; padding:10px 5px; background-color:#EFF3FF; padding-bottom: 30030px; margin-bottom:-30000px;}
.contenido_arriba{ width:400px; float:right; margin:15px; padding:5px; text-align:right;}

/**************/
/*  CABECERA  */
/**************/
.cabecera {width:960px; background: url(../images/cabecerar.jpg) #89aad6 no-repeat;}
.cabecera-top {height:236px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

.cabecera .bredondeado_top_izq {width:25px; height:25px; position:absolute; z-index:2; background:url(../images/borde_red_izq.png) no-repeat; margin-top:0; margin-left:0;}
.cabecera .bredondeado_top_dcha {width:25px; height:25px; position:absolute; z-index:2; background:url(../images/borde_red_dcha.png) no-repeat; margin-top:0; margin-left:935px;}
.cabecera .bredondeado_bottom_izq {width:25px; height:25px; position:absolute; z-index:2; background:url(../images/borde_red_izq_bottom.png) no-repeat; margin-top:211px; margin-left:0;}
.cabecera .bredondeado_bottom_dcha {width:25px; height:25px; position:absolute; z-index:2; background:url(../images/borde_red_dcha_bottom.png) no-repeat; margin-top:211px; margin-left:935px;}

/***********************/
/*  DENTRO DE CABECERA */
/***********************/
.nombre_pagina {width:800px; height:100px; position:absolute; z-index:1; margin:30px 0 0 10px; text-align: left;}
.nombre_pagina h1 {font-weight:normal; font-size:240%;}
.nombre_pagina h2 {margin:-2px 0 0 0; font-weight:normal; font-size:120%; }
.nombre_pagina a{text-decoration:none; display: block; width: 45%; height:80px;}
.nombre_pagina a:hover {text-decoration:none;}


.cabecera-bottom {white-space:nowrap /*IE hack*/; font-size:95%; height: 25px; margin-bottom: 20px; text-align: center;  display: inherit !important;  display: none;}
/*NIVEL1*/
.cabecera-bottom ul {list-style-type:none; display: -moz-inline-stack; /* FF2*/display: inline-block; zoom: 1; /* IE7 (hasLayout)*/ *display: inline; /* arregla centrado IE */ text-align: left;}
.cabecera-bottom ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/;border-left:solid 1px #fbfbfb; border-right:solid 1px #fbfbfb; background:#5277A0;}
.cabecera-bottom ul li a {float:none !important /*Non-IE6*/; float:right /*IE-6*/; display:block; height:2.6em; line-height:3em; padding:0 10px; text-decoration:none; color:#fafafa;}

/*NIVEL2*/
.cabecera-bottom ul li ul.lev2 {display:none; border:none;}

/*NIVEL 3*/
.cabecera-bottom ul li ul.lev2 li{float:left; z-index:auto !important ; z-index:2000 ;border-left:solid 1px #fbfbfb; border-right:solid 1px #fbfbfb; background:#5277A0;}
.cabecera-bottom ul li ul.lev2 li a {float:none !important; float:right; display:block; height:2.6em; line-height:3em; padding:0 10px; text-decoration:none; color:#fafafa;}
.cabecera-bottom ul li ul.lev2 li ul.lev3 {display:none; border:none;}


/*No-IE6 hovering*/
.cabecera-bottom ul li:hover {position:relative;} /*Sylvain IE hack*/
.cabecera-bottom ul li:hover a {background-color:#96BDDE; text-decoration:none;} /*Color main cells hovering mode*/
.cabecera-bottom ul li:hover ul.lev2 {display:block; width:10.0em; position:absolute; z-index:999; top:2.0em; margin-top:0.6em; left:0;}
.cabecera-bottom ul li:hover ul.lev2 li a {white-space:normal; display:block; width:13.0em; height:auto; line-height:1.3em; margin-left:-2px; padding:4px 16px 4px 16px; border-left:solid 2px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:#fdfdfd; font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.cabecera-bottom ul li:hover ul.lev2 li a:hover {background-color:#f9f9ae; text-decoration:underline; font-weight: bold;} /*Color subcells hovering mode*/


.cabecera-bottom ul li ul.lev2 li:hover {position:relative;} /*Sylvain IE hack*/
.cabecera-bottom ul li ul.lev2 li:hover a {background-color:#96BDDE; text-decoration:none;} /*Color main cells hovering mode*/
.cabecera-bottom ul li ul.lev2 li:hover ul.lev3 {display:block; width:15.0em; position:absolute; z-index:1999; top:0em; margin-top:0em; left:16.4em;}
.cabecera-bottom ul li ul.lev2 li:hover ul.lev3 li a {white-space:normal; display:block; width:13.0em; height:auto; line-height:1.3em; margin-left:-2px; padding:4px 16px 4px 16px; border-left:solid 2px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:#fdfdfd; font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.cabecera-bottom ul li ul.lev2 li:hover ul.lev3 li a:hover {background-color:#f9f9ae; text-decoration:underline; font-weight: bold;} /*Color subcells hovering mode*/



/*************************/
/*  BARRA DE NAVEGACION  */
/*************************/
.bsuperiorizq{width:33px; height:34px; z-index:2; background:url(../images/bordesupizq2.png) top no-repeat; margin-left:5px!important; margin-left:3px; float: left;}
.bsuperiordcha{width:33px; height:34px; z-index:2; background:url(../images/bordesupdcha2.png) top no-repeat;  float: right; margin-right:5px!important; margin-right:3px;}
.bsuperior{height:34px; z-index:2; background:url(../images/bordesup.png) repeat-x; margin: 0 33px 0 33px; }

.logo_pagina {z-index:1; float: left; height: 50px; width: 50px; margin-left:85px; margin-top: -23px;}
.pathmenu,.pathmenu_foro{margin-left:140px; margin-right:168px; text-align:left;}
.pathmenu ul, .pathmenu_foro ul {list-style:none; padding-left: 8px; font-family:verdana,arial,sans-serif;}
.pathmenu ul li, .pathmenu_foro ul li{display:inline; padding:0 6px 1px 16px; background:url(../images/flecha.png) no-repeat 0 50%; font-weight:bold; color:rgb(125,125,125); font-size:90%;}
.pathmenu ul a, .pathmenu_foro ul a{color:rgb(70,122,167); text-decoration:none;}
.pathmenu ul a:hover, .pathmenu_foro ul a:hover {color:rgb(42,90,138); text-decoration:underline;}
.banderas{float: right; width:165px; height: 36px; background:url(../images/barra.png) no-repeat top;  text-align: center; padding-left: 25px;}
.banderas img{ margin-top: 7px; margin-left: 16px;}

/***********************/
/*  CONTENIDO CENTRAL  */
/***********************/
/* CONTENIDO EN COLUMNAS */
.una_columna {width:490px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.dos_columnas_pizq {float:left; width:225px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.dos_columnas_pcha {float:right; width:225px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.tres_columnas_pizq {float:left; width:137px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.tres_columnas_pmed {float:left; width:137px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.tres_columnas_pdcha {float:right; width:137px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

.contenido_dcha .bredondeado_top_izq {width:25px; height:25px; z-index:2; position:absolute; background:url(../images/borde_red_izq.gif) no-repeat; margin-left:-1px; margin-top:-1px;}
.contenido_dcha .bredondeado_top_dcha {width:25px; height:25px; z-index:2; position: absolute; background:url(../images/borde_red_dcha.gif) no-repeat; margin-left: 159px; margin-top:-1px;}
.menu .bredondeado_top_izq {width:25px; height:25px; z-index:2; position:absolute; background:url(../images/borde_red_izq.gif) no-repeat; margin-left:0; margin-top:0;}
.menu .bredondeado_top_dcha {width:25px; height:25px; z-index:2; position: absolute; background:url(../images/borde_red_dcha.gif) no-repeat; margin-left: 120px; margin-top:0;}
.nobredondeado_top_izq {width:10px; height:10px; position:absolute; z-index:2; background:url(../images/bg_corner_topleft.gif) no-repeat; margin-top:0px; margin-left:0px;}
.nobredondeado_top_dcha {width:10px; height:10px; position:absolute; z-index:2; background:url(../images/bg_corner_topright.gif) no-repeat; margin-top:0px; margin-left:175px;}

/********************/
/*  PIE DE PAGINA   */
/********************/
.pie {
	clear:both; 
	width:100%;
	height: 300px;
	margin:0 auto;
	padding: 0;
/*border-bottom:solid 3px rgb(103,122,151);
	background:rgb(240,243,240);*/
	background: url(../images/pie_p.png) repeat-x top;
	font-size:1.1em;
}

.pie_centro{padding-top: 170px;}
.pie_dcha{float: right; padding: 105px 10px 0 0;}
.pie_izq{float: left; padding: 10px 0 0 50px;}
.pie_izq a{
	margin-bottom: 5px;
	display: list-item;
	list-style: none;
}
/******************/
/*  CLEAR FLOATS  */
/******************/
.general:after, .cabecera:after, .contenido_arriba:after, .cabecera-bottom:after, .navegacion:after, .main:after, .menu:after, .contenido:after, .contenido_dcha:after, .contenido_centro:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.una_columna:after, .dos_columnas_pizq:after, .dos_columnas_pcha:after, .tres_columnas_pizq:after, .tres_columnas_pmed:after, .tres_columnas_pdcha:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.caja_borde_gris:after, .caja_noborde_gris:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.caja_borde_azul:after, .caja_borde_verde:after, .caja_borde_naranja:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.caja_noborde_azul:after, .caja_noborde_verde:after, .caja_noborde_naranja:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
 p:after {content:"."; display:block; height:0; visibility:hidden;}
.pie:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.limpia_columnas {clear:both; width:490px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}

/***************/
/*  IMPRESION  */
/***************/
@media print {.cabecera-top {width:954px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.navegacion {width:954px; background:transparent;}}
@media print {.cabecera-bottom {float:left; width:954px; border:none; background:rgb(240,240,240); color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:954px; padding-bottom:30px; background:transparent;}}
@media print {.menu {display:inline /*Fix IE floating margin bug*/; float:left; width:160px; border-right:solid 1px rgb(200,200,200); border-bottom:solid 1px rgb(200,200,200); background-color:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;}}
@media print {.pie {clear:both; width:954px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}