/*Ninguna margen*/
*{margin:0; padding:0;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background:url(../images/fondo_pagina.jpg) top center no-repeat fixed;
	background-color:#cc0033;
	color: #666666;
}
/*CONTENEDOR DEL SITIO*/
#contenedor {width:750px; background-color:#FFFFFF; margin:auto;}
/*HEADER*/
.header{width:737px; height:93px; margin: 8px 8px 0 8px;}
/*MENU PRINCIPAL*/
.menu_principal{height:44px; margin: 8px 0px 8px 8px;}

/*ROTOR DEL FLASH*/
.rotor_flash{width:737px; height:193px; margin:0px 8px 8px 8px; float:left;}

/*MENU SECUNDARIO
.menu_secundario{width:140px; height:193; float:right; background-color:#00CCFF; margin: 0px 8px 0px 0px;}*/

/*BOTON REGISTRO*/
.btn_registro{width:239px; height:214px; margin: 0px 8px 8px 0px; float:right;}

/*BOTON QUE ES EXTRAVAGANZA*/
.btn_que{width:238px; height:102px; margin: 0px 4px 8px 4px; float:left;}
/*BOTON GALERIA DE IMAGENES*/
.btn_galeria{width:238px; height:102px; margin: 0px 4px 8px 0px; float:left;}
/*BOTON PROGRAMACION*/
.btn_programacion{width:238px; height:102px; margin: 0px 4px 8px 8px; float:left;}

/*BOTON FACEBOOK*/
.btn_facebook{width:238px; height:102px; margin: 0px 4px 4px 0px; float:left;}

/*FLASH PARTICIPANTES*/
.flash_participantes{width:731px; height:200px; margin: 0px 8px 8px 8px;}

/*LINKS DEL SITIO*/
a:link {
	color:#FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9900;
}
a:hover {
	text-decoration: underline;
	color:#CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	}
/*FOOTER DEL SITIO*/
.footer{width:731px; height:172px; margin: 0px 8px 8px 8px;}
.contenido_footer{height:107px; background:url(../images/footer_fondo.jpg); border-right:#666666 solid thin; border-right-width:1px;}
.contenido_1footer{text-align:left; width:720px; font-size:12px; color:#333333; float:left; padding:4px;}
.contenido_2footer{text-align:left; width:380px; font-size:9px; float:right; padding-right:8px; color:#FFFFFF;}
.logotipos{padding-left:8px; float:left;}

/*copyright*/
.copyright {font-size: 9px;}

.clear{clear:both;}

.flash_paginas{width:730px; height:150px; margin: 0px 8px 0px 8px;}
.contenidos_textos {width:485px; margin:0px 8px 8px 0px; float:right; text-align:left;}
.cajas_textos{width:238px; height:690px; margin:0px 8px 8px 8px; float:left;}
.caja_programacion{ background-color:#0033CC; width:238px; height:1195px; margin: 0px 8px 8px 8px; float:left;}

/*GALERIAS E IMAGENES*/
.caja_galeria{width:730px; height:580px; margin:0px 8px 8px 8px;}
.caja_foto_individual{width:209px; height:80px; margin:8px;}
.cajas_imagen{width:238px; margin:0px 8px 8px 8px; float:left;}

/*listas de textos ----- USANDO CSS3*/
.listas {
	width:450px;
	padding-left:15px;
	font-style:normal;
	margin-top:10px;
	margin-bottom:5px;
	font-size:12px;
}
ul.rojos li{color:#FF0000;} Cambia el color del bullet de la lista
/*Asignar color a todo lo que se encuentra dentro de la etiqueta span
*/ul.rojos li span { 			
	color:#00FF99;
}

.linea_despues_bullet{color:#666666;}

/*PAGINA PROGRAMACION*/
.contenidos_programacion{width:720px; margin:8px 8px 8px 8px;}
.separador{text-shadow:2px 2px 2px #CCC; font-size:9px; text-align:left; margin:10px 0px 10px 0px;}
