@charset "iso-8859-1";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}

body{
	background-color:#CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1{
	padding:20px;
	float:left;
}

h2{
	color:#006;
	float:right;
	padding:20px;
	font-size:110%;
}

h3{
	background-color:#0E2A62;
	height:20px;
	color:#FFF;
	text-align:right;
	margin:0 7px 0 6px;
	font-weight:normal;
	padding:5px;
}

h5{
	margin:10px 0 10px 30px;
}

a{
	color:#333;
}

a:hover{
	text-decoration:none;
}

a:visited{
	color:#666;
}

address{
	margin-top:15px;
	font-style:normal;
	font-size:80%;
	color:#333;
}

iframe{
	margin-left:30px;
	border:1px solid #006;
}

small{
	
	font-size:80%;
}

/*---------------------------------*/

#contenido h4{
	margin-left:30px;
	color:#333;
	font-size:120%;
	font-weight:normal;
	margin-bottom:10px;
}

#contenido p, #pie p, #contenido li{
	margin-left:30px;
	margin-right:30px;
	color:#333;
	font-size:80%;
	margin-bottom:5px;
}

#contenido li{
	margin-left:50px;
}

/*- poner margin a lo que vaya dentro*/

#superior, #inferior, #contenedor{
	width:854px;
	margin:0 auto;
}

#superior{
	background: url(../img/superior.png) top no-repeat;
	height:18px;
}

#inferior{
	background: url(../img/inferior.png) top no-repeat;
	height:18px;
}

#contenedor{
	background: url(../img/cuerpo.png) top repeat-y;
	min-height:200px;
	
}

#menu a{
	color: #fff;
	text-decoration:none;
	border:1px solid #4483AF;
	padding:2px 5px;
}

#menu a:hover{
	background-color:#FFF;
	color:#0E2A62;
}

#menu ul{
	height:28px;
	background-color:#4483AF;
	margin:0 7px 0 6px;
	padding-top:5px;
}

#menu li{
	list-style:none;
	display:inline;
	text-transform:uppercase;
	color:#0E2A62;
	margin:0 30px;
	
}

#imagen-intro{
	width:841px;
	height:268px;
	margin:0 7px 0 6px;
	background:url(../img/intro.jpg) no-repeat top center;
}

#imagen-interior1{
	width:841px;
	height:218px;
	margin:0 7px 0 6px;
	background:url(../img/imagen-interior1.jpg) no-repeat top center;
}

#imagen-interior2{
	width:841px;
	height:218px;
	margin:0 7px 0 6px;
	background:url(../img/imagen-interior2.jpg) no-repeat top center;
}

#imagen-interior3{
	width:841px;
	height:218px;
	margin:0 7px 0 6px;
	background:url(../img/imagen-interior3.jpg) no-repeat top center;
}

#imagen-interior4{
	width:841px;
	height:218px;
	margin:0 7px 0 6px;
	background:url(../img/imagen-interior4.jpg) no-repeat top center;
}

#imagen-interior5{
	width:841px;
	height:218px;
	margin:0 7px 0 6px;
	background:url(../img/imagen-interior5.jpg) no-repeat top center;
}

#imagen-interior6{
	width:841px;
	height:218px;
	margin:0 7px 0 6px;
	background:url(../img/intro.jpg) no-repeat bottom;
}

#destacados{
	background:url(../img/fondo-intro.jpg) repeat-x;
	/*height:135px;*/
	margin:0 7px 0 6px;
}


#contenido{
	background:url(../img/fondo-interior.jpg) top repeat-x;
	min-height:135px;
	margin:0 7px 0 6px;
	padding-top:50px;
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom:10px;
}


#pie{
	width:854px;
	margin:0 auto;
}

#pie p{
	float:left;
}

#pie ul{
	float:right;
	margin-right:30px;
}

#pie li{
	display:inline;
	font-size:80%;
}

.elemento-destacado-a{
	width:30%;
	border-right:1px dashed #333;
	height:160px;
	float:left;
	margin:5px 20px;
}

.elemento-destacado-b{
	width:30%;
	height:160px;
	float:left;
	margin-top:5px;
}


.clear{clear:both;}
.aqui{
	/*border:1px solid #FFF;*/
	padding:2px 5px;
	background-color:#FFF;
	color:#0E2A62;
}
.col-izda{
	width:500px;
	float:left;
}

.col-izda h4 span{
	display:block;
	font-size:90%;
	color:#666;
}

.col-dcha h4 span{
	font-size:90%;
	color:#666;
}

.col-dcha{
	width:300px;
	float:right;
}

div.presupuesto{
	background-color:#D4E3ED;
	border:1px dashed #666;
	padding:30px 35px 30px 10px;
	margin-right:70px;
}

div.presupuesto h4{
	color:#006;
	text-align:center;
	margin:0px;
}
div.presupuesto span{
	text-transform:uppercase;
	display:block;
	letter-spacing:1px;
}

.galeria-dcha ul{	
	/*margin:0 0 0 30px;*/
}

.galeria-dcha li{
	list-style:none;
}

.galeria-dcha li, .galeria-dcha img{
	
	padding:1px;
	margin:2px;
	float:left;
}

.galeria-dcha img{
	border:1px dashed #006;
}

.col-dcha p{
	clear:both;
}

/*FORMULARIO*/

#formulario{
/*padding: 0; 
margin: 0;*/
font-size:80%;
margin-top:20px;
padding-bottom:20px;
width:80%;
}

#formulario label{
	float: left; 
	width: 90px; 
	text-align:right;
	height:18px;
	margin-bottom:4px;
	margin-left:10px;
	padding-top:2px;
}


#formulario input{
	float: right; 
	border-bottom:1px dashed #999;
	background-color:#F0F0F0;
	width:250px; 
	margin-right:30px; 
	height:20px;
	margin-bottom:4px;
	padding-left:5px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#666;
 }
 

#formulario input.boton{
	border:2px solid #009;
	background-color:#6AA0C5;
	width: 90px; 
	height:20px;
	cursor: pointer;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:100%;
	margin-top:10px;
}

#formulario textarea{
	float: right; 
	width: 250px; 
	padding:2px;
	margin:2px;
	margin-right:30px;
	padding-left:5px;
	border-bottom:1px dashed #999;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#F0F0F0;
	color:#666;
	font-size:90%;

}


#formulario input.check{
	width:20px;
	background-color:transparent;
	margin-left:0px;
	border:0px;
}

#formulario label.checklabel{
	float:right;
	width:300px;
	margin-right:0px;
	font-size:80%;
}

#formulario label.checklabel a{
	text-decoration:underline;
	color:#000000;
}

/*------ Galerias dentro de acordeon -------------*/

.AccordionPanelContent ul {
	margin:15px;
}

.AccordionPanelContent ul li{
	list-style:none;
	margin-left:0px;
	float:left;
	/*display:inline;*/
	
}

.AccordionPanelContent img {
	border:1px solid #4483AF;
	
}




/* especiales-*/
a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../icons/acroread.png) no-repeat center right;
}


#adv{
	background-color:#FFF;
	width:80%;
	margin:0 auto;
}

#adv p{	
	border:1px dashed #036;
	color:#333;
	font-size:90%;
	padding:20px;
	width:400px;
	margin:5px auto;
	text-align:center;
}
