/*-----------------------------------------------------------*/
/* BODY                                                      */
/*                                                           */
body {
	font:100%/130% Helvetica, Verdana, Arial sans-serif;
	color:#333; background:#fff;
	margin:30px; padding:0px; /* separacion del logo y el marco de la ventana */
	text-align:center;  /* centrado para IE */
}

#todo {
	position:relative;
	margin:0px auto 0px auto; /* centrado para FF */
	width:760px;	 	
	background: none;
}

/*-----------------------------------------------------------*/
/* CABECERA - LOGOTIPO                                       */
/*                                                           */

/* nada x aquí */

/*-----------------------------------------------------------*/
/* DERECHA - MENU                                            */
/*                                                           */
#menu {
	position:absolute; left:555px;
	width:319px; height:400px;
	border:0px solid #d6d6d6;
}
#menu img { /* quitamos bordes y separamos un poco las imágenes del menú */
	border:none; 
	margin:2px;
	margin-top:10px;
	vertical-align: middle;
}
#icono {
	position:relative;
	float:right;
	top:-10px;
}

/*-----------------------------------------------------------*/
/* IZQUIERDA - TEXTO                                         */
/*                                                           */
#texto {
	position:absolute; left:-80px;
	width:590px; height:400px;
	text-align:left;
	border:0px solid #d6d6d6;
}

#logo_programa {
	float:left;
	padding-right:5px;
	border:0px solid #d6d6d6;
}

#texto img {
	border:none; 
	margin:2px;
	vertical-align: bottom;	
}
#texto a {
	font:100%/130% Helvetica, Verdana, Arial sans-serif;
	color:#DE5900;
	text-decoration: none;
}
#texto a.L:active {
	color:#DE5900;
}
#texto a.L:hover {
	color:#DE5900;
	padding-bottom:5px; background:url('../img/icono_subrayado.gif') repeat-x 100% 100%;
}
#videos   { text-align: center; z-index:10;}
#video001 { padding-right:10px; }
#video002 { padding-left:10px;  }

.pfotos   { text-align: center; z-index:20;}

/*-----------------------------------------------------------*/
/* PIE DE PÁGINA - COPYRIGHT                                 */
/*                                                           */

#copyright {
	border-top:1px solid #C1C1C1;
	text-align: center;
	padding:20px;
	color: #C1C1C1;
}