@charset "utf-8";
/* CSS Document */


body{
background-color:#FFFFFF;
}
a{
	font-weight:bold;
	color:#2281B4;
	text-decoration:none;
}

a:hover{
	color:#015a8a;
}

.line-left{
	margin:0 auto;
	padding:0;
	width:976px;
	background-image:url(../images/line-left.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

.line-right{
	margin:0 auto;
	padding:0;
	background-image: url(../images/line-right.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#base{
	margin:0 auto;
	width:960px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;

}

#cabecera{
	position:relative;
	width:960px;
	height:150px;
	background-image: url(../images/mainpage-bg.jpg);
	background-repeat: repeat-x;
	margin-bottom:0px;
}

/****************************FLAGS*****************************/

#flags{
	position:absolute;
	bottom:3px;
	right:10px;
}

#spain, #dutch, #english{
	float:right;
	margin:0;
	padding:0;
	margin-right:10px;
}

#spain a, #dutch a, #english a{
	text-decoration:none;
	padding:0;
	margin:0;
}

#spain img, #dutch a img, #english img{
	border:none;
}

/*****************************END FLAGS*************************/
h1, p.h1s{
	position:absolute;
	bottom:0;
	left:200px;
	color:#E20024;
	padding:0;
	margin:0;
}

p.h1s{
	font-size:2em;
	font-weight:bold;
}

.h1-norm{
	position:static;
	font-size:1.2em;
	padding:0;
	margin:0;
}

h2{
	color:#E20024;
}

h3.red{
	color:#E20024;
	font-family:'Trebuchet Ms';
}

#umbrella{
	position:absolute;
	bottom:0;
	left:520px;
}

table.tbl{
	width:60%;
}

table.tbl td{
font-size:0.8em;
}

table.tbl2{
	width:40%;
	padding:15px 10px 15px 10px;
	border:3px solid #666666;
}

table.tbl2 td{
font-size:0.8em;
}

table.tbl3{
	width:60%;
	padding:15px 10px 15px 10px;
}

table.tbl3 td{
	font-size:0.8em;
}

.uls li{
	font-size:0.8em;
}

.uls2 li a{
	font-size:0.8em;
	color:#015A8A;
}

.links a{
	color:#015A8A;
	font-size:0.8em;
}

#flags{
	position:absolute;
	bottom:3px;;
	right:10px;
}

#menu {
	float:left;
	width:185px;
	margin:20px 5px 0 10px;
	min-height:550px;
}
#menu ul{
	list-style-type:none;
	font-size:0.7em;
	padding:0;
	margin:0;
}

#menu ul li{
	text-align:center;
	height:22px;
	background-image:url(../images/menu.jpg);
	font-weight:bold;
	padding:0;
	padding-bottom:3px;
	margin:0;
}

#menu ul li a{
	text-decoration:none;
	color:#2281B4;
}

#menu ul li a:hover{
	text-decoration:none;
	color:#015a8a;
}

#content{
	width:740px;
	float:right;
	padding: 0px 10px 0px 0px;
	margin:0;
	margin-top:15px;
	color: #333333;

}

#content p{
	font-size:0.8em;
	padding-right:5px;
}

/*********************************BOX****************/

.box{
	float:left;
	width:230px;
	height:80px;
	margin:10px 8px 20px 3px;
}
.box a{
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
	color:#E20024;
}

.box a:hover{
	color:#0000CC;
}

.box p{
	float:left;
	padding:0;
	margin:0;
	color:#000000;
	width:145px;
	font-size:0.7em;
}

.box h3{
	margin:0;
	padding:0;
	font-size:1em;
}

.pigBG {
	background-image: url(../images/pig-icon.gif);
	background-repeat: no-repeat;
	background-position:right;
}
.houseBG {
	background-image: url(../images/house-icon.gif);
	background-repeat: no-repeat;
	background-position:right;
}

.featherBG {
	background-image: url(../images/feather-icon.gif);
	background-repeat: no-repeat;
	background-position:right;
}

.carBG {
	background-image: url(../images/car-icon.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

.bedBG {
	background-image: url(../images/bed-icon.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

.paellaBG {
	background-image: url(../images/paella-icon.jpg);
	background-repeat: no-repeat;
	background-position:right;
}


/******************************BOX FAB - VB ******************************/

.specialoffers1 {
	float:right;
	margin:10px 5px 0 5px;
	padding-top:45px;
	padding-left:10px;
	width:260px;
	height:200px;
	background-image: url(../images/special-offers-box-right.jpg);
	background-repeat:no-repeat;
}

.specialoffers1 ul li, .specialoffers1 ul{
padding:0;
margin:0;
list-style-type:none;
}

.specialoffers1 h2{
	font-size:0.9em;
	margin:0px;
	padding:0px;
}

.specialoffers1 a{
	font-size:0.9em;
}

.spoffer1 {
	margin-bottom:5px;
	max-width:250px;
	border-top:1px solid #ccaaaa;
	text-align:left;
}

.spoffer1 img {
	float:left;
	margin-left:5px;
	margin-top:3px;
	border:0;
}

.publ{
	float:left;
	width:345px;
	border:1px solid black;
	padding:0;
	margin:0;
	margin:10px 10px 0 0;
}

.publ h4{
	background-color:#ff6600;
	color:#FFFFFF;
	font-weight:bold;
}

.publ h4 a{
	color:#FFFFFF;
}

.publ h4, .publ p{
	text-align:center;
	padding:0;
	margin:0;
}

/******************** fin cajas**/


.info1{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.info2 {
	font-weight: bold;
	color: #E20024;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.madpad0{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}

div#photo-mort{
	float:right;
	margin:20px 20px 0 30px;
}

#colin{
	float:left;
	border:1px solid #999999;
	padding:5px;
	margin-right:10px;
}

#pig{
	float:right;
	margin-right:30px;
	padding:10px;
}

#feather{
	float:right;	
	margin-right:50px;
	padding:10px;
}

#paella{
	float:right;
	margin-right:50px;
	padding:6px;
}

#contact{
	float:right;
	margin-right:50px;
	padding:0;
}

/*************************PROPIEDAD **************************/

div#propiedad{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	width:95%;
	margin:10px 0;
	padding:5px;
	border:1px solid #666666;
	text-align:left;
	cursor:pointer;
}
	
div#propiedad img{
	width:124px;
	height:85px;
	float:left;
	border:1px solid #fcdb71;
}

div#propiedad p{
	margin:0;
	margin-left:135px;
	font-size:100%;
}
	
div#propiedad p.titulo{
	font-weight:bold;
	margin-bottom:5px;	
}

div#propiedad p.ref{
	color:#035FA8;
	font-weight:bold;
	margin-bottom:5px;
}

div#propiedad a{
	display:block;
	clear:both;
	margin-top:3px;
	margin-left:20px;
	margin-bottom:2px;
	float:left;
	font-size:0.9em;
	color:#015A8A;
}

div#propiedad p.carac{
	margin:0;
	padding:0;
	margin-top:10px;
	clear:both;
	width:98%;
	padding:5px;
	border:1px solid #CCCCCC;
	background-image:url(../images/ifaz/sky-background.gif);
	background-repeat:no-repeat;
	background-position:-30px 0px;
	color:#FD5338;
	font-weight:bold;
}

div#propiedad p.carac strong{
	color: #035FA8;
}

.trebuchet{
	font-family:'Trebuchet Ms';
}

/********************** PREVIEW *********************/

div#preview{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	padding:5px;
	margin:0px 0;
	position:relative;
}

div#preview .imagenPrin img#img1{
	margin-bottom:10px;
	width:320px;
	height:240px;
	border:1px solid #bbbbbb;
	float:left;
	margin-right:10px;
}
div#preview .imagenPrin img{
	width:73px;
	height:55px;
	cursor:pointer;
	padding:5px;
	margin-bottom:5px;
	margin-left:5px;
	border:1px solid #bbbbbb;
}

div#preview .imagenes{
	text-align:center;
	margin:10px 0;
}

div#preview .imagenes img{
	width:73px;
	height:55px;
	border:1px solid #cccccc;
	padding:5px;
	margin-right:0px;
	margin-bottom:1px;
	cursor:pointer;
}

div#preview h3{
	margin:0px;
	color:#333333;
	font-size:90%;
	border-bottom:1px dotted #333333;
	background-color:#faf0d1;
	padding:1px;
	clear:left;
}

div#preview ul{
	margin:0;
	margin-left:10px;
	padding:0;
	list-style:none;
}

div#preview ul li{
	font-size:75%;
	line-height:16px;
	background-image:url(../images/list-bullet.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	float:left;
	display:inline-table;
	width:44%;
	margin-right:10px;
}

div#preview p{
	margin:8px 0;
	line-height:16px;
	margin-left:10px;
	padding-right:5px;
	}
	
div#preview a{
	font-size:100%;
}

div#preview a:hover{
	text-decoration:underline;
}

div#preview table {
	font-size:80%;
	width:90%;
}

div#preview  ul.uls3{
	margin:10px 0px 20px 10px;
}

div#preview  ul.uls3 li{
	width:100%;
	padding-bottom:5px;
	background-image:url(../images/list-bullet.gif);
	background-repeat:no-repeat;
}


.tam12{
	font-size:1.2em;
}

/**************************** FOOTER ********************/

#footer{
clear:both;
	border-top:1px solid #2281B4;
	text-align:center;
	font-size:0.7em;
	margin:0px 5px 0px 5px;
	padding:10px 5px 10px 5px;
}

#footer p{
	padding:0;
	margin:0;
}

#footer p a:hover{
	color:#2281B4;
}

/********************** END FOOTER ******************************/

.sold{
	font-size:1.4em;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#FF0000;
	padding:5px;
	text-align: center;
}

.sold a{
	color:#FFFFFF;
	font-weight:bold;
}