/* CSS Document */
@import url("reset.css");
@import url("text.css");
@import url("960.css");
*{
	color:#444444;
}
a:focus {
	outline: 0px dotted;
}

body{
	background-color: #FFFFFF;
}
p{
	line-height: 150%;
	text-align:justify;
}
p b, p strong{
	padding-top:10px;
}
a{
	text-decoration:none;
	color:#a1a1a1;
}
a:active, a:focus {
   outline:0; /* Para los navegadores que lo entienden */
}

#contenido_home{
	width: 800px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px; /* 50% del ancho */
	margin-top: -200px; /* 50% del alto*/
}
#contenido_home #logo_home{
	display:none;
	position:absolute;
	top: 180px;
	left:0;
}
#contenido_home #home_titulo{
	position:absolute;
	top: 50px;
	left:120px;
}
#contenido_home #idiomas_home{
	position:absolute;
	top: 330px;
	left:525px;
	display:none;
}
#contenido_home #idiomas_home a{
	margin: 0 15px;
}
#contenido_home #idiomas_home a:hover{
	text-decoration: underline;
}
h1{
	color: #a1a1a1;
	font-size:25px;
	font-weight:normal;
	margin-bottom:0;
}
#idiomas{
	margin-top:15px;
	text-align: right;
	margin-bottom:0;
}
#idiomas a{
	padding-left: 10px;
}
#idiomas a:hover{
	text-decoration: underline;
}

#menu_top{
	padding: 20px 0 20px 0;
}
#menu_top li{
	float: left;
	display:block;
	margin:0;
}
#menu_top li.last{
	padding-right: 0;
}
#menu_top a{
	color:#444444;
	font-size:14px;
	text-decoration:none;
}
#menu_top a.actual, #menu_top a.actual:hover{
	color:#a1a1a1;
	text-decoration:underline;
}
#menu_top a:hover{
	color:#a1a1a1;
	text-decoration:underline;
}

#logo{
	border: 0;
	margin:15px 0 10px 0;
}

#categoria{
	width: 100%;
	border-top: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 1px solid #aaaaaa;
	margin-top: 10px;
}
#legal a, #copy{
	font-size: 12px;
}
#legal{
	text-align: right;
}
#legal a{
	padding-left: 10px;
	color: #444444;
}
#legal a:hover{
	color: #a1a1a1;
	text-decoration:underline;
}
.imagen_cabecera{
	margin-bottom: 20px;
}
.proyecto_lista{
	height: 155px;
}
.proyecto_lista a{
	color: #666666;
	text-decoration:none;
}
.proyecto_lista a.actual span, .proyecto_lista a:hover span{
	color: #a1a1a1;
}
.proyecto_lista a:hover span{
	text-decoration: underline;
}
.imagen_detalle_proyecto{
	margin-bottom: 20px;
}
#equipo em, #colaboradores em{
	padding-left:25px;
}



.comboboxContainer {
	border-left: 0px solid #777;
	border-top: 0px solid #777;
	border-right: 0px solid #ccc;
	border-bottom: 1px solid #ccc; 
	width: 220px;
}
.comboboxValueContainer {

}
.comboboxValueContent {
	padding-left: 3px; 
	text-transform: uppercase; 
}
.comboboxDropDownContainer { 
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	background: #fff; 
	overflow: hidden;
	padding-left: 3px;
	cursor: default; 
}
.comboboxDropDownButton {
	width: 12px;
	height: 17px;
	background-image: url(../images/flecha_combo.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.comboboxGroupItemHeader {
	display: block;
	background: #000;
	color: #fff;
}
.comboboxGroupItemContainer {
	padding-left: 10px; 
}
.comboboxItem {
	background: #fff;
	color: #000;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
}
.comboboxItemHover {
	background-color: #999;
	color: #fff;
	text-transform: uppercase;
	padding-left: 4px; 
} 
.imglistadonoticias{
	float: right;
	margin-left:15px;
}
.pagination {
	padding: 20px 3px;
	margin: 3px;
	line-height:200%;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #444444;
	text-decoration: none;
	color: #444444;
	font-size:13px;
}

.pagination a:hover, .pagination a:active {
	border: 1px solid #444444;
	color: #444444;
}

.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #444444;
	font-weight: bold;
	color: #444444;
	font-size:13px;
	background-color:#CCCCCC;
}

.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #cccccc;
    color: #cccccc;
	font-size:13px;
}
h2{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size:13px;
}
.piefoto{
	font-size: 9px;
	margin:10px 0;
	line-height:140%;
}

#formContacto input, #formContacto textarea{
	width: 99%;
}
#formContacto input.chk{
	width: 15px;
}
#formContacto textarea{
	height: 200px;
}
#formContacto #submit_wrap{

}
#formContacto #submit_wrap .submit{
	width:100px;
	border: 1px solid #a1a1a1;
	background-color:#FFFFFF;
	color: #a1a1a1;
	margin:0;
}
#googlemapwrap{
	width: 696px;
	border:1px solid #aaaaaa;
	padding:1px;
	margin-top: 21px;
}
#googlemap{
	width: 696px;
	height:400px;
}
.lopd_formulario{
	font-size: 11px;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width:700px;
	height:452px;
	overflow:hidden; 
	}
span#prevBtn{ font-size:18px;}
span#nextBtn{ font-size:18px;}					

