/*------------------------------ Estilos Basicos ------------------------------*/

*{
	font-family: Verdana;
	text-decoration: none;
}

body{
	background: #e6e6e6;
	font-family: Helvetica;
	padding-top: 20px;
	font-size: 12px;
	color: #363636;
	line-height: 18px;
}

h1{ 
	font-size:  18px;
	color: #176186;
	margin-bottom: 15px;
	font-weight: bold;
}

h2{
	font-size:  16px;
	margin-bottom: 15px;
	color: #176186;
}

h3{
	font-size:  14px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #176186;
}

li{
	overflow: hidden;
}

a{
	color: #176186;
}

strong{
	color: #176186;
	font-weight: bold;
}

#wrapper{
	width: 890px;
	margin: 0px auto;
	background-color: white;
}


#header{
	background: url(../images/style/header_bg.gif) white no-repeat;
	width: 882px;
	margin: 0px auto;
	padding: 4px;
}

ul.lang_sel{
	float: right;
	margin-right: 25px;
}

ul.menu{
	text-align: left;
}

ul.menu li{
	display: inline;
	margin: 0px 20px;
	font-size: 14px;
}

#main{
	padding: 17px;
	padding-top: 0px;
	width: 600px;
}

ul#pisos li{
	background: #e6e6e6;
	padding: 10px;
	width: 580px;
	margin-bottom: 10px;
}

ul#pisos li img{
	float: left;
	margin-right: 10px;
}

ul#pisos li h2{
	margin-bottom: 7px;
}

ul#pisos li .options{
	margin: 0px 20px 0px 0px;
}

#footer{
	font-size: 10px;
	text-align: center;
}

.gal{
	background: #e6e6e6;
	padding: 10px;
	width: 580px;
}

.gal img{
	margin-right: 10px;
	margin-bottom: 5px;
}
.round { position: relative; }
