@charset "utf-8";
/* Documento CSS del layout para 'media=all': Disnaval */
/* McCain(aus)&copy;2007 */
/* */

/*---- CONTENEDOR PRINCIPAL: BODY ----*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #FFFFFF;
	background: #000000 url(../layout/bg2.gif) repeat fixed left top;
}
#body{
	width: 770px;
	margin: 0 auto;
	position: relative;
}

/*---- CONTENEDOR CABECERA: HEAD ----*/
#head{
	height: 170px;
}
#head .deco{
	width: 770px;
	height: 12px;
	background: no-repeat left top;
}

#head .menu{
	background: no-repeat left top;
	width: 770px;
	height: 41px;
	color: #FFFFFF;
	font-weight: bold;
}
#head .menu a{
	color: #c9c7c7;
	text-decoration: none;
}
#head .menu a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#head .menu p.idioma{
	float: left;
	margin: 8px 0 0 25px;
}
#head .menu ul{
	float: right;
	margin: 8px 0 0 0;
	font-size: 13px;
}
#head .menu ul li{
	display: inline;
}
#head .menu ul li.seccion{
	position: relative;
	margin: 0 5px;
}
#head .menu ul li.seccionInvisible{
	position: relative;
	margin: 0 5px;
	color: #c9c7c7;
	
}
#menuInvisible{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#head .logo{
	position: absolute;
	/*
	top
	*/
	width: 770px;
	height: 136px;
	background: no-repeat left top;
}
#head .logo a{
	position: inherit;
	/*
	width
	height
	*/
}
#head .logo a span{
	position: absolute;
	top: -10000px;
	left: -10000px;
}

#head .marca_asociada{
	position: absolute;
	top: 146px;
	right: 0;
	width: 139px;
	height: 59px;
	background: no-repeat left top;
}
#head .marca_asociada a{
	position: inherit;
	width: 100%;
	height: 100%;
}
#head .marca_asociada a span{
	position: absolute;
	top: -10000px;
	left: -10000px;
}

/*---- CONTENEDOR FALDON: FOOTER ----*/
#footer{
	clear: both;
	background: repeat-x left top;
	width: 770px;
	height: 36px;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #EEEEEE;
	text-decoration: underline;
}

/*---- CONTENEDOR CENTRAL: CONTENT ----*/
#content{
	overflow: hidden;
	width: 770px;
	height: auto;
	color: #000000;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#content .menu{
	float: left;
	width: 250px;
	font-weight: bold;
}
#content #contenidos{
	float: left;
	width: 520px;
	margin-top: 50px;
	clear: right;
}

#content .menu .titulo{
	background: no-repeat left top;
	width: 210px;
	height: 26px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 26px;
	padding-left: 20px;
}
#content .menu .tlf{
	margin: 15px 0 10px 20px;
	font-size: 18px;
}
#content .menu .noSeleccionado a{
	color: #FFFFFF;
}
#content .menu .noSeleccionado a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#content .menu ul{
	margin-left: 20px;
}
#content .menu ul li{
	margin: 8px 0;
	list-style: none;
}
#content .menu ul a{
	color: #979595;
}
#content .menu ul ul li{
	font-size: 11px;
	margin: 2px 0;
}
#content .menu ul ul li a{
	color: #6B6B6B;
}
