
/* dimensiones y paddings */

DIV#banner_izq {
  width: 328px;
  float: left;
  height: 320px;
}

DIV#banner_der {
  width: 445px;
  float: left;
  height: 320px;
  padding-left: 3px;
  padding-right: 3px;
}

#banner {
  margin-left: 0px;
  height: 320px;
}

/* fondo de los banners */

/* estilos de titulares, listas y links */

#banner H3 {
  color: #FFFFFF; margin: 0px; padding: 0px;
  font-size: 4.4em;
  font-weight: normal;
  font-family: Arial, Helvetica;
  letter-spacing: -0.40px;
  padding-top: 14px;
  padding-bottom: 18px;
}

#banner UL {
	margin: 0px; padding: 0px;
	list-style: none;
}

#banner UL LI H4 {
	margin: 0px; padding: 1px 13px 1px 9px;
	background: white;
	display: inline;
	font-size: .9em;
}

#banner UL LI DIV.ficha {
	margin-top: 3px; margin-bottom: 9px;
	background: white;
	padding: 10px 10px 4px 10px;
	height: 65px;
	overflow: hidden;
}

#banner UL LI DIV STRONG {
	font-size: .9em;
}
#banner UL LI DIV P {
	margin: 0px; padding: 0px;
	line-height: 1.4em;
	color: #666;
}
#banner UL LI DIV A STRONG {
  color: #000;
}
#banner UL LI DIV A:hover STRONG {
  text-decoration: underline;
}
#banner UL LI DIV P A:hover {
  color: #666;
}

#banner UL LI DIV IMG {
	margin-top: -10px; margin-right: -10px;
	padding-left: 5px;
}


DIV#banner_izq UL{
  width: 200px;
  margin: 0px; padding: 0px;
  list-style: none;
  padding-top: 250px;
  float: left;
}
#banner_izq UL LI {
  background: url() 0px 3px no-repeat;
  padding-left: 13px;
  margin-bottom: 3px;
}

#banner_izq UL LI H4 {
  margin: 0px; padding: 0px 4px 0px 3px;
  background: white;
  display: inline;
  font-size: .9em;
  font-weight: bold;
}

#banner_izq UL LI H4 A {
  color: #333;
}

#banner_izq UL LI H4 A:hover {
  text-decoration: underline;
}



#mes {
	background: white;
	padding: 1px 13px 1px 9px;
	display: inline;
	float: right;
	width: 58px;
	color: #005e85;
	text-align: right;
}

#mes A {
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
}
#mes A:hover {
	text-decoration: underline;
}