/*CSS DE LA PORTADA*//*Estilo del cuerpo y la pagina*/*{padding:0px;margin:0px;}/*Div contenedor de todo lo demas*/#info{font-size:1px;color:#fff;}div#portada{padding:0;position:absolute;top:50%;left:50%;width:665px;/* el ancho total del contenido */
    height:450px;/* el alto total del contenido */
    margin:-225px 0px 0px -333px;/* El primer valor es el alto/2 y el cuarto es el ancho/2, ambos negativos */
    overflow:hidden;background: #fff url(imagenes/fondo_portada_def.gif) no-repeat ;}/*******************DIV DE CONTENIDO**************/div#contenido{width:100%;height:85%;float:left;z-index:1;position:relative;}div#titulo_portada{text-align:center;color: #ecac00;font: bold 18px Verdana, Helvetica, Arial, sans-serif;text-decoration: none;position: relative;margin-top:130px;/*Es la altura del logo en la imagen*/width:100%;float:left;cursor: default;}/****************MENU****************************/div#menu{float:left;position:relative;margin-top:50px;margin-right:20px;}div#menu1{float:left;position:relative;width:165px;margin-left:25px !important;margin-left:10px;/*_ es un crack para explorer 6*/text-align:left;}div#menu2{float:left;position:relative;width:165px;text-align:left !important;margin-left:5px !important;margin-left:-20px;/*_ crack para ie6*/}div#menu1 div, div#menu2 div{height:40px;/*background: url(imagenes/botones/boton_portada.png) no-repeat left top;*/position:relative;float: left;}/*div#menu1 div:hover, div#menu2 div:hover {background: url(imagenes/botones/boton_portada_activo.png) no-repeat left top;position:relative;float: left;}*//*div#menu1 div:active, div#menu2 div:active {background: url(imagenes/botones/boton_portada_activo.png) no-repeat left top;position:relative;float: left;}*/div#menu a{color: #ecac00;text-decoration: none;padding:0px 0px 0px 25px;font-size:12px;font-weight: bold;font-family: Times, "Times New Roman", serif;margin-left:23px;height:40px;width:160px;/*ancho del menu1,menu2 menos 5px*/display: block;background: url(imagenes/botones/boton_portada.gif) no-repeat left top;}div#menu a:hover{color: #ce9700;text-decoration: none;font-size:12px;font-weight: bold;font-family: Times, "Times New Roman", serif;margin-left:21px;display: block;background: url(imagenes/botones/boton_portada_activo.gif) no-repeat left top;}div#menu a:active{color: #ce9700;text-decoration: none;font-size:12px;font-weight: bold;font-family: Times, "Times New Roman", serif;display: block;background: url(imagenes/botones/boton_portada_activo.gif) no-repeat left top;}/*****************FIN MENU*********************/div#imagen_programa{background: url(imagenes/programas.gif) no-repeat;float: right;position:relative !important;position:absolute;/*_ crack para ie6*/height:200px;width:240px;margin: 0px 0px 0px 10px !important;margin: 0px 0px 0px -10px;/*_ crack para ie6*/}/*las medidas de los margenes han sido a ojo ;)*//************FIN CONTENIDO**********************//************DIV DEL PIE DE PORTADA*************/div#pie{width:100%;height:50px;float:left;z-index:1;position:relative;}div#texto_pie{position: relative;height:35px;width:490px;/*el total del ancho menos la imagen y su margen*/float:left;text-align:center;font: normal 8px Verdana, Helvetica, Arial, sans-serif;text-decoration: none;color: #6e8b9f;margin-top:15px;}#pie a, a:visited, a:active{color:blue;}div#logo{background: url(imagenes/logo_artica.gif) no-repeat;height:50px;width:57px;float:left;position:relative;margin-left:50px !important;margin-left:28px;/*_ crack para ie6*/cursor: pointer;display: block;}#logo a{display:block;height:50px;width:50px;}/*una vez que la pagina valide si quieren aņadir la imagen de w3c habra que darle estilo aqui....pendiente*//*******************FIN DEL PIE*************/div{position: absolute;}a{outline:none;}a:link{text-decoration: none;}a:visited{text-decoration: none;}a:hover{text-decoration: none;}a:active{text-decoration: none;}a#css{color: #ecac00;font-weight: bold;background: #f8f8b6;}a#xhtml{color: #ecac00;font-weight: bold;background: #f8f8b6;}a#accesibility{color: #ecac00;font-weight: bold;background: #f8f8b6;}
