/* ------------------------------------------------------------------------ */
/* CSS Diputacin Provincial de Huesca - Portal para ciudadanos y empresas   */
/* ------------------------------------------------------------------------ */
/* Author: Daniel Torres Burriel <dtorres@net2u.es> - Net2u_ - www.net2u.es */
/* ------------------------------------------------------------------------ */
/* Nombre: Layout Home Portal para ciudadanos y empresas                    */
/* ------------------------------------------------------------------------ */
/* Mdulo: Home                                                             */
/* ------------------------------------------------------------------------ */


/* SELECTORES */
/* ---------- */
#home-contenido-izquierda {
	width: 575px;
	float: left;
}
#home-contenido-derecha {
	width: 190px;
	float: right;
}

/* Caja para la imagen horizontal grande de la home */
#home-imagen {
	float: left;
	height: 97px;
	width: 576px;
	padding-bottom: 1px;
	margin: 1px;
	border-bottom: 3px solid #000000;
}

#home-destacado-agenda-img {
	float: right;
	height: 97px;
	width: 189px;
	margin: 1px;
	padding-bottom: 1px;
	border-bottom: 3px solid #980031;
}

#home-destacado-agenda-img img{
	border:0;
}

#home-col-1 {
	float: left;
	width: 160px;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 5px;
}
#home-col-1 h2 {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
}
#home-col-1 ul {
	list-style-image: url(/pub/resto/estilo4/_GLOBAL/vineta-2flecha.gif);
}
#home-col-1 li {
	padding-left: 0px;
	margin-left: 0px;
}
#home-col-1 a {
	color: #666666;
	text-decoration: none;
}
#home-col-1 a:hover {
	text-decoration: underline;
}
#home-col-2 {
	float: left;
	width: 171px;
	margin-right: 10px;
	margin-top: 5px;
}
#home-col-2 h2 {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
}
#home-col-2 ul {
	list-style-image: url(/pub/resto/estilo4/_GLOBAL/vineta-2flecha.gif);
}
#home-col-2 li {
	padding-left: 0px;
	margin-left: 0px;
}
#home-col-2 a {
	color: #666666;
	text-decoration: none;
}
#home-col-2 a:hover {
	text-decoration: underline;
}
#home-col-3 {
	float: left;
	width: 190px;
	margin-right: 10px;
	margin-top: 5px;
}
#home-col-3 h2 {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
}
#home-col-3 ul {
	list-style-image: url(/pub/resto/estilo4/_GLOBAL/vineta-2flecha.gif);
}
#home-col-3 li {
	padding-left: 0px;
	margin-left: 0px;
	color: #A31545;
}
#home-col-3 a {
	color: #666666;
	text-decoration: none;
}
#home-col-3 a:hover {
	text-decoration: underline;
}
#home-col-4 {
	float: left;
	width: 170px;
	margin-top: 5px;
}
#home-col-4 h2 {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
}
#home-col-4 strong {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
}
#home-separador {
	height: 5px;
	width: 560px;
	background: url(/pub/resto/estilo4/_GLOBAL/home-separador.gif) no-repeat;
	margin-top: 5px;
}
#home-areas-iz {
	margin-top: 10px;
	float: left;
}
#home-areas-iz h2 {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	margin-right: 5px;
}
#home-areas-der {
	margin-top: 10px;
	float: left;
	width: 460px;
	color:#000000;
	font-weight: bold;
}
#home-areas-der a {
	color:#666666;
	font-weight: normal;
}
#home-calendario {
	width: 130px;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border-top: 2px solid #E9C9D4;
	border-bottom: 2px solid #E9C9D4;
}
#home-calendario caption {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#home-calendario th {
	border-top: 1px solid #E8C8D3;
	background: #F5E6EB;
	font-weight: bold;
	color: #9A0034;
	font-size: 11px;
	text-align: center;
}
#home-calendario td {
	border-top: 1px solid #ECC8D4;
	border-bottom: 1px solid #ECC8D4;
}
#destacado-agenda {
	margin: 18px 0 0 20px;
}


/* CLASES */
/* ------ */

.calendario-evento-pasado {
	background: #F0DBE0;
}
.calendario-evento-hoy {
	font-weight: bold;
	color: #000000;
	background: #FFCA06;
}
.calendario-evento-futuro {
	font-weight: bold;
	color: #FFFFFF;
	background: #980033;
}
.calendario-evento-futuro a {
	color: #FFFFFF;
}
.home-fondo-promo {
	background: url(/pub/resto/estilo4/_GLOBAL/home-fondo-promo.gif) no-repeat right;
	float: left;
	height: 39px;
	margin-top: 10px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
}

.home-fondo-promo a img {
	border: 0;
	
}
