/*DISEŅO CABECERA*/
#contienecabecera{
	float:left;
	position:relative;
	width:100%;
	max-width:61.9em;
	}
	
.decoracion_superior{
	float:left;
	position:relative;
	width:100%;
	max-width:61.9em;
	min-height:13px;
	background-image:url(../cabeceras/images/cabecera_01.jpg);
	background-repeat: repeat-x;
	}

.menu_cabecera{
	float:left;
	position:relative;
	width:100%;
	max-width:61.9em;
	min-height:19px;
	height:19px;
	color:#333333;
	background-color:#FFFFFF;
	padding-top:3px;
	}
	
.menu_cabecera_izda{
	position:relative;
	float:left;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:left;
	margin-left:10px;
	}

.menu_cabecera_dcha{
	position:relative;
	float:right;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:right;
	margin-right:10px;
	}
	
.cabecera_flash{
	float:left;
	position:relative;
	width:100%;
	max-width:61.9em;
	background-image:url(../cabeceras/images/cabecera_04.jpg);
	background-repeat:repeat;
	}

.logo_cabecera{
	float:left;
	position:relative;
	width:42%;
	max-width:26.6em;
	}

.pelicula_flash{
	float:left;
	position:relative;
	width:57%;
	max-width:35.3em;
	}

.enlaces_cabecera{
	color:#333333;
	text-decoration:none;
	background-color:#FFFFFF;
	}

.enlaces_cabecera:hover{
	color:#c00000;
	text-decoration:underline;
	background-color:#FFFFFF;
	}
