/*CSS RESET ERIC MEYERS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*FIN CSS RESET*/

body {
	background: #2f9aba url('img/bg.jpg') repeat-x fixed;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

a {
	color: #36C;
}

a:hover {
	color: #06F;
}

strong {
	font-weight: 800;
}

h1.finca {
font-family: "Lucida Sans Unicode",sans-serif;
font-weight:800;
display:inline;
}

#contenedor {
	background: url('img/bgcontainer.png') repeat-y;
	margin: 0 auto;
	width: 944px;
}

#banner {
	width: 922px;
	height: 300px;
	margin: 0 auto;
}

#banner #upbanner {
	background: url('img/header.jpg') no-repeat;
	height:46px;
}

#banner #upbanner #idiomas, #banner #upbanner #redes {
	float:right;
}

#banner #upbanner #idiomas a span, #banner #upbanner #redes a span{
	display:none;
}

#banner #upbanner #idiomas a, #banner #upbanner #redes a {
	float:left;
	width:41px;
	height:41px;
	margin-top:5px;
}

#banner #upbanner #idiomas a {
	background:url('img/banderas.png') no-repeat;
}

#banner #upbanner #idiomas a.idioma-espanol {
	background-position: 0px -306px;
}

#banner #upbanner #idiomas a.idioma-espanol:hover {
	background-position: 0px -357px;
}

#banner #upbanner #idiomas a.idioma-catala {
	background-position: 0px 0px;
}

#banner #upbanner #idiomas a.idioma-catala:hover {
	background-position: 0px -51px;
}

#banner #upbanner #idiomas a.idioma-deutsch {
	background-position: 0px -102px;
}

#banner #upbanner #idiomas a.idioma-deutsch:hover {
	background-position: 0px -153px;
}

#banner #upbanner #idiomas a.idioma-english {
	background-position: 0px -204px;
}

#banner #upbanner #idiomas a.idioma-english:hover {
	background-position: 0px -255px;
}

#banner #upbanner #redes a {
	background:url('img/redes_sociales.png') no-repeat;
}

#banner #upbanner #redes a.facebook {
	 background-position: 0px 0px;
}

#banner #upbanner #redes a.twitter {
	 background-position: 0px -51px;
}

#banner #slide {
	height: 222px;
}

#banner #slide div {
	display:none;
}

#banner #menu {
	background: url('img/menu.jpg') no-repeat;
	height: 32px;
	text-align:center;
	line-height:32px;
	color:#fff;
	font-size:17px;	
}

#banner #menu a {
	color:#fff;
	text-decoration:none;
}

#banner #menu a:hover {
	color: #333;
}

#contenido {
	width: 846px;/*922*/
	margin: 0 auto;
	background: url('img/bgcontent.png') no-repeat;
	padding: 30px 38px 12px;
	font-size: 1.3em;
	text-align: justify;
}

#pie {
	background: url(img/bgfooter.gif) no-repeat;
	color: #fff;
	font-size: 1.1em;
	line-height: 41px;
	height: 41px;
	margin: 0 auto;
	text-align: center;
	width: 922px;
}

#pie a {
	color: #fff;
	text-decoration: none;
}

#pie a:hover {
	color: #333;
	text-decoration: underline;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.title {
	color: #445044;
	font: normal 2em serif;
}

.title:first-letter {
	font-size: 2.4em;
	display: block;
	float: left;
}

.separador {
	background: url('img/divider.png') center center no-repeat;
	width: 815px;
	height: 20px;
	margin: 0 auto;
	padding-top:20px;
}

/*FINCAS*/
.finca {
	margin-left: 15px;
	width: 763px;
}

.fincaleft {
	float: left;
	width: 281px;
	text-align: center;
	margin-left:70px;
}

.fincaright {
	float: right;
	width: 222px;
	text-align:center;
	margin-right: 70px;
}

.finca a {
	font-size:15px;
	text-decoration: none;
}

.finca a:hover{
	text-decoration: underline;
}

.fincaright .masinfo {
	margin-left: 32px;
}

.fichaizq {
	width: 264px;
	float: left;
	margin-top: 27px;
	text-align: center;
}

.fichader {
	width: 577px;
	float: right;
	margin-top: 25px;	
}

a.galeria img {border:2px solid #fff}
a.galeria:hover img {border:2px solid #996b04}
/*FIN FINCAS*/

