/* home*/

#front div.col.b {
	width: 400px;
	margin-top: 10px;
}

#front div.col.ENQ {
	width: 300px;
	margin-top: 10px;
	padding-left: 12px;
}

#front div.col.c {
	width: 660px;
	margin-top: 10px;
}

#front div.col.c div.content-head {
	font-style: italic;
	color: #fff;
	position: absolute;
	width: 560px;
	background-color: #002346;
	padding-top: 2px;
}

#front div.col.c div.content-head {
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
}

#front div.col.c div.content-head h2 {
	color: #fff;
	font-size: 150%;
	font-weight:normal;
}

#front div.col.c div.content-head p {
	font-size: 110%;
}

#front div.col.c div.imgSet {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#front div.col.c p.more {
    height: 15px;
	position: relative;
	top: -27px;
	margin-top: 0;
	margin-right: 25px;
	margin-left: 15px;
	background: url(../images/bg-topMenu.png) repeat-x top;
}

#front div.col.c p.more a {
	color: #fff;
	background: url(../images/arrow-fff.gif) no-repeat right 5px;
	padding-right: 13px;
	text-decoration: none;
}

#front div.buscadorhome a {
	color: #369;
}

#front div.buscadorhome {
	/*padding: 10px;*/
	background: #D9E7F5;
	height:85px;
}

#front div.buscadorhome p.context {
	margin-top: 2px;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	font-family: Georgia;
}

#front div.buscadorhome p.context a {
	color: #39c;
}

#front div.buscadorhome label {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
	font-family: Georgia;
	width: auto;
}

#front div.buscadorhome input.text {
	width: 200px;
	margin-bottom: 5px;
	
}

#front div.buscadorhome input.submit {
	border: none;
	background: url(../images/bg-buscar.gif) no-repeat top left;
}

/* fin home */

#main div.col div.suscriptioins h2 {
	font-size: 90%;
	padding: 5px 10px;
	text-transform: uppercase;
	background: #D5DEE3;
	border: 1px solid #fff;
	margin-bottom: 10px;
}


/* Marco informativo 180px. */

#main div.recuadro {
	border: 1px solid #e2e2e2;
	margin: 10px;
	border-bottom: 3px solid #ccc;
	padding-bottom: 10px;
	background: url(../images/bg-gradient.png) repeat-x bottom;
}

#main div.recuadro h2{
	font-size: 90%;
	padding: 5px 10px;
	text-transform: uppercase;
	background: #ADC1CC;
	border: 1px solid #fff;
	color: #000;
	margin-bottom: 5;
}

#main div.recuadro ul li {
	background: none;
	display: block;
	padding-left: 0;
	margin-right: 10px;
}

#main div.recuadro ul li a {
	display: block;
}

#main div.coldouble {
	float: left;
	width: 376px;
	display: inline;
}

/* Marco buscador 376px. */

#main div.recuadroextended {
	border: 1px solid #e2e2e2;
	margin: 10px;
	border-bottom: 3px solid #ccc;
	background: url(../images/bg-gradient.png) repeat-x bottom;
}

#main div.recuadroextended h2{
	font-size: 90%;
	padding: 5px 10px;
	text-transform: uppercase;
	background: #ADC1CC;
	border: 1px solid #fff;
	color: #000;
}
#main div.recuadroextended p {
	padding-left: 0px;
}
#main div.recuadroextended form {
	padding: 5px;
}

#main div.recuadroextended div.col {
	width: 168px;
	margin-bottom: 10px;
	margin-right: 2px;
	margin-left: 2px;
}

#main div.recuadroextended div.formtexto {
	margin-bottom: 10px;
}

#main div.recuadroextended .formtexto input {
	width: 90%;
}


/* noticias */

#main  #noticias {
	width: 390px;
	margin: 10px;
}

#main #noticias ul li {
	background: none;
	padding-left: 0;
}

#main #noticias ul li a {
	display: block;
	padding-left: 20px;
}

#noticias div.news {
	border-bottom: 1px solid #E4E5E6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


ul li.evento,
ul li.imprimir {
	background: none;
/*
	margin-left: 0;
	*/
	padding-left: 0;

}

ul li.evento a,
ul li.imprimir a {
	padding: 3px 0 3px 20px;
	background-position: 0 3px;
	background-repeat: no-repeat;
}

ul li.grayseparador {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

ul li.evento a {
	background: url(../images/icn-calendar.png) no-repeat left 3px;
}

ul li.imprimir a {
	background: url(../images/icn-print.png) no-repeat left 3px;
}
