body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align : center;
	/*line-height: 10px;*/
}
p {
	font-size:11px;
	color: #586885;
	line-height: 120%;
}

h1 {
	font-size:36px;
	text-align : left;
	color : #666666;
	margin:0;
}
h2 {
	font-size:30px;
	text-align : left;
	color:#486895;
	line-height: 1px;
	/*text-transform: capitalize;*/
}
h3 {
	font-size:18px;
	text-align : left;
	color : #666666;
	line-height: 1px;
}
h4 {
	font-size:15px;
	text-align : left;
	color : #666666;
}
h5 {
	font-size: 13px;
	text-align : left;
	color : #666666;
}
h6 {
	font-size:12px;
	text-align : left;
	color : #666666;
}
td {
	font-size: 12px;
	text-align : center;
	color : #586885;
}
a {
	font-size:12px;
	color:#325FA0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#325FA0;
}
a:hover {
	text-decoration: none;
	color:#000066;
}
a:active {
	text-decoration: none;
	color:#0099CC;
}

/* DIVs */

#container {
	width: 800px;
	/*border: 1px solid #333333;
	border-style: solid;*/
	margin: 10px auto;
	height:auto;
}
.header{
	margin: 10px; /*para que no se pegue al borde*/ 
	padding: 15px; /*algo de relleno*/
	width: 750px; /*este ancho es para que cuadre con el texto*/ 
	height: 75px; /*idem*/ 
	/*border: 1px solid #333333; /*decoracion*/*/
	float:left; /*lo flotamos a la izquierda*/ 
	display:inline; /*(*)*/ 
}
.principal{
	width:780px; /*el ancho mas el padding me da 800px de ancho que es loque mide la pagina */
	clear:both; /*con esto nos aseguramos de que no se ponga nada a los lados*/ 
	padding:10px;
	height:auto;

}
.panoramica{
	width: 760px;
	height: 265px;
	padding: 10px;
	text-align:left;
	/*border: 1px solid #333333;
    border-style: solid;	*/
}
.panoramica img{
	padding: 0px;
	margin: 0 25px 0 0;


}
.contacte{
	float:right;
	width:265px;
	height:200px;
	/*border: 1px solid #333333;
    border-style: solid;*/
	margin: 5px 5px 0 0;
}
.Ap{
	text-align:left;
	width: 760px;
	height: 510px;
	margin: 5px 0 0 0;
	padding: 10px;
	/*border: 1px solid #333333;
    border-style: solid;*/
}

.info{
	float:right;
	width:380px;
	height:300px;
	/*border: 1px solid #333333;
    border-style: solid;*/
	margin: 25px 25px 0 0;
}
.info p{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.info ul{
	font-size:12px;
}
.galeria{
	float:left;
	width:750px;
	height:60px;
	padding:5px;
	clear:both;
	margin:15px 0 0 0;
	text-align:center;
}
.parking_vistas{
	float:left;
	width:760px;
	height:80px;
	text-align:center;
	clear:both;
	margin: 5px 0 0 0;
	padding:10px;
	/*border: 1px solid #333333;
    border-style: solid;*/
}
.footer {
	width:760px; /*menos porque debemos sumar el padding del div contenido*/ 
	text-align:right;
	clear:both;
	margin: 5px;
	padding:10px;
	font-size:80%; /*mas pequeño el texto*/ 
	font-style:italic;
	color:#999999;
	/*border: 1px solid #333333;
    border-style: solid;*/
}
.footer h6{
       text-align:center;
       text-transform:uppercase;
       margin: 5px auto;
       color:#666666;
       font-size:10px;
} 
img {
	border: 0px;
}
.contacte p {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.contacte ul {
	font-size:12px;
	}