/* tabla contenedora general */
.layout-general-home{
	width:780px;
	margin:0 auto;
	background-color:#FFFFFF;
	background-image: url(../imagenes/home/f_layout.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* logo navalcarnero */
.celda-logo-villa-real{
	text-align: left;
	width:80px;
	padding: 12px 0px 0px 28px;
}
/* logo madrid */
.celda-logo-madrid {
	text-align: right;
	padding: 0px 15px 0px 0px;
}

/* links generales superiores */
.celda-superior-links{
	font-family: Arial, Verdana;
	font-size:9px;
	color:#8B8B8B;
	vertical-align:top;
	text-align:right;
	padding: 12px 15px 10px 0px;
	height: 10px;
}
.celda-superior-links A{
	color:#8B8B8B;
}
.celda-superior-links A:HOVER{
	color:#9A0103;
}

/* columna izquierda */
.celda-izquierda-contenido{
	text-align:center;
	vertical-align: top;
	width:210px;
	padding-top: 7px;
	background-color: #F5F5F5;
}
.celda-izquierda-contenido IMG{
	display: block;
}

/* columna central */
.celda-medio-contenido{
	width: 260px;
	padding:24px;
	vertical-align:top;
	text-align:left;
	background-color: #ECECEC;
}

.span-titulo-portada{
	font-size:20px;
	font-weight:bold;
	font-family:sans-serif;
}

.span-subtitulo-portada{
	color:#CC1111;
	font-size:20px;
	font-family:sans-serif;
}

.copete-portada{
	font-family: Arial, Verdana;
	color: #4E4E4E;
	font-size: 11px;
	font-weight:bold;
	text-align: justify;
}

.texto-portada{
	font-family: Arial, Verdana;
	color: #4E4E4E;
	font-size: 11px;
	font-weight:normal;
	text-align: justify;
}
.texto-portada a {
	color: #9A0202;
	
}

/* columna derecha */
.celda-derecha-contenido{
	width: 309px;
	background-color:#FFFFFF;
	padding:0px;
	margin: 0px;
	vertical-align:top;
	text-align:left;
}

/* Menu desplegable */
UL#mnu_der_home {
	list-style: none;
	padding: 0px;
	margin: 13px 0px 20px 0px;
}

UL#mnu_der_home UL{
	list-style: none;
	padding: 0px;
	margin: 5px 30px 5px 0px;
	text-indent: 8px;
	border-top: 1px solid #9A0202;
}

UL#mnu_der_home LI {
	font-family: "Times New Roman", Arial;
	font-size:13px;
	color:#9A0202;
	font-weight: bold;
	padding-left: 17px;
	/*
	background-image: url(../imagenes/home/bul_mnu_colapsed.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	*/
}

/*UL#mnu_der_home LI:HOVER {
	color: #9A0202;
	background-image: url(../imagenes/home/bul_mnu_expanded.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}*/


UL#mnu_der_home LI LI{
	font-family: Arial, Verdana, Tahoma;
	font-size:11px;
	color:#7C7C7C;
	font-weight: normal;
	padding-left: 0px;
	background-image: none ! important;
}
UL#mnu_der_home LI LI A, UL#mnu_der_home LI LI A:HOVER {
	font-family: Arial, Verdana, Tahoma;
	font-size:11px;
	color:#7C7C7C;
	font-weight: normal;
	background-image: none ! important;
}

/*
UL#mnu_der_home LI.selected {
	font-family: "Times New Roman", Arial;
	font-size:13px;
	color:#9A0202;
	font-weight: bold;
	padding-left: 17px;
	background-image: url(../imagenes/home/bul_mnu_expanded.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
}*/

