
#head {
	/*margin-bottom: 1em;*/
	background-image: url(images/fondocabecera.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom: .6em;
}

#menu {
	padding-left: 1%;
	/*background: url(images/fondomenu.gif) repeat-x bottom;*/
	border-bottom:13px solid #EFEFEF;
}

#menu .entry {
	width: 32%;
	margin: 0 .99% 0 0;
	min-height: 130px;
	float: left;
	/*background: url(images/entradamenu.gif) repeat-x;*/
}

#menu .entry div {
	/*background: url(images/entradamenu-izquierda.gif) no-repeat left top;*/
}

#menu .entry div div {
	padding: 1em 2em;
	/*background: url(images/entradamenu-derecha.gif) no-repeat right top;*/
}

#menu .entry .title {
	font-size: 1.7em;
	font-weight:bold;
}

#menu .entry .contenido {
	margin: .6em 0 .5em;
	color: #6c7079;
	font-size: .9em;
}

#izquierda {
	width: 25%;
	float: left;
}

#centro {
	width: 23%;
	float: left;
}

#derecha {
	width: 49.9%;
	float: left;
}

#izquierda .interior {
	padding-left: 3em;
}

#izquierda .title {
	margin-bottom: 0;
}

#currently .entry {
	border-bottom: 1px #d8dbe4 dotted;
	padding: .8em 0;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#currently .entry:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#currently .entry img {
	vertical-align: middle !important; /* Para Fraifrox, a los demás no les afecta salvo a IE6 */
	vertical-align: baseline; /* Para IE 6 */
}

#currently .entry .left {
	float: left;
	margin: 0 1em .5em 0;
}

#currently .entry .date {
	color: #796c79;
	font-size: .95em;
}

#currently .entry  .subtitle {
	color: #cb090f;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-bottom: .2em;
}

#currently .entry  .subtitle a {
	color: #cb090f;
}

#currently .entry  .texto {
	font-size: .9em;
	color: #796c79;
	line-height: 1.4em;
}

#currently .entry a.leermas {
	font-weight: bold;
	color: #796c79;
}

#currently .entry a.leermas:hover {
	color: #2B2025;
}

#centro {
	background: #f9faf7;
}

#eventlist {
	list-style: none;
	font-size: .9em;
}

#eventlist .event {
	margin-bottom: 1.5em;
}

#eventlist .event .date {
	color: #2a353b;
	font-weight: bold;
}

#eventlist .event .text, #eventlist .event .text a {
	color: #6c7079;
}

#enlacesinteres .enlace {
	padding: .5em 0;
	border-bottom: 1px #e3e0e0 solid;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#enlacesinteres .enlace:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#enlacesinteres .enlace .image {
	float: right;
}

#enlacesinteres .enlace .texto {
	font-size: .9em;
	color: #6c7079;
}
#banner{
	border-bottom:#D8DBE4 1px dotted;
	padding:5px 0px 5px 0px;
}
#banner img{
	border:#D8DBE4 1px solid;
}

.banner {
	/*padding: 1em;*/
	padding-top:0.5em;
	background-color:#FFF;
}





.enlace .gallery .images {
	margin: 0;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

.enlace .gallery .images:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.enlace .gallery .images .image {
	float: left !important;
	list-style: none;
	background: url('images/boxshadow_bg.gif') no-repeat right bottom;
	margin: 6px 6px 0 0;
}

.enlace .gallery .images .image a {
	display: block;
	top: -6px;
	left: -6px;
	position: relative;
	padding: 3px;
	border: 1px #969696 solid;
	text-align: center;
}

.enlace .gallery .images .image .inner {
	display: block;
	width: 250px;
	height: 165px;
	overflow: hidden;
}

.enlace .gallery .images .image a:hover, #imagegallery .images .image a:focus {
	border-color: #63A028;
	border-width: 1px;
}

.enlace .gallery .images .image a img {
	vertical-align: middle;
	width: 100%;
}