@charset "utf-8";
/* CSS Document */

body,html{
 height: 100%;
 background: #ddd;
 background-image:url(img/bg2.jpg);
 background-repeat:repeat-x;
 padding: 0;
 margin: 0;
}
#table{
	display: table;
	width: 1000px;
	height: 100%;
	margin: auto;
}
#cell{
 display: table-cell;
 vertical-align: middle;
}
#contenido{
	height:880px;
	background: #FFFFFF;
}
a:link {
	text-decoration: none;
	color:#666666;
	font-size: 14px;
}
a:visited {
	color:#000000;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
	color: #8C2621;
	font-size: 14px;
}
a:active {
	text-decoration: none;
	font-size: 14px;
}

#header{
	width:100%;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#FFFFFF;
	background-position: 50%;
 
}



#headercontacto{
	width:900px;;
	height:90px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#FFFFFF;
 
}


.guarda{
width:100%;
height:2px;
margin-left:auto;
margin-right:auto;
background-image:url(img/gd.jpg);
background-repeat:repeat-x;


}

.guarda2{
width:100%;
height:2px;
margin-left:auto;
margin-right:auto;
background-image:url(img/gd2.jpg);
background-repeat:repeat-x;


}

#middle{
	width:100%;
	height:740px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-position: 50%;
	
}
#presentacion{
 
	 margin-top:10px; 
	 width:300px; 
	 margin-left:auto;
	 margin-right:auto;

}

#titulonov{
	margin-top:10px;
	width:80%;
	margin-left:auto;
	 margin-right:auto;
}

.boton1{
	width:130px;
	height:20px;
	float:left;
	margin-left:200px;
	margin-top:62px;

}
.boton{
	width:130px;
	height:20px;
	float:left;
	margin-left:15px;
	margin-top:62px;


}
.botonhd{
	width:130px;
	height:20px;
	float:left;
	margin-left:30px;
	margin-top:62px;

}

.left{
	width:20%;
	height:730px;
	float:left;
	margin-left: 10px;

}

.newsletter{
	margin-top:10px;
	width:95%;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	font-size:9px;


}

.mid{
	width:36%;
	height:730px;
	float:left;
	margin-left: 40px;
}

#flash{
	width:100%;
	margin-top:35px;
}

.right{
	width:37%;
	height:730px;
	float:left;
	margin-left: 10px;
}


#footer{
	width:1000px;
	height:20px;
	background-image:url(img/footer2.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
	background-position:50%;
	float:left;
}

/*---------------------NEWSLETTER------------------------------------*/

form {
	margin-left:auto;
	margin-right:auto;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #666666;
	background: transparent;
	font-size: 10px;
	font-weight: bold;
}

label {
	float: left;
	width: 100px;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 180px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
	font: 12px arial,verdana,sans-serif;
}
input, textarea {
	font: 12px arial,verdana,sans-serif;
}

	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
}



#container {

	width: 120px;
	text-align: left;
}

p#fm-intro {
	margin: 0;
}


/*------------------------------------------------------------------------*/



#wrap {
        background:#EEE;
        width:470px;
        margin:10px auto 10px auto;
        padding:10px;
}
h1 {
	font-family: helvetica, sans-serif, arial;
	color: #9F141A;
	font-size: 14px;
	margin-bottom: 0.2em;
}
h2 {
	font-family: helvetica, sans-serif, arial;
	color: #9F141A;
	font-size: 14px;
	margin-bottom: 0.2em;
}
#contactform {
	width:450px;
	margin:10px auto 10px auto;
}
form {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin : 0;
	padding : 0;
}
fieldset {
	float : left;
	border : 1px solid #B5CCBA;
	background : #F1F8F6;
	margin-bottom: 0;
	margin-top: 20px;
}
fieldset div {
	width:180px; /* Width for modern browsers */
	border:0px solid #B5CCBA;
	margin:0 auto 0 auto;
	padding:1px;
}

* html fieldset div {
	width: 200px; /* Width for IE5 */
	w\idth: 180px; /* Width for IE6 */
}

fieldset div input {
	width: 176px; /* Width for modern browsers */
	border : 3px double #B5CCBA;
	padding : 1px;
}

* html fieldset div input {
	width: 180px; /* Width for IE5 */
	w\idth: 176px; /* Width for IE6 */
}
fieldset div br {
	display : none;
}
legend {
	font-weight : bold;
	color : #333;
	margin : 0;
	padding : 0.5em;
}
label {
	display : block;
}
label em {
	font-style : normal;
	text-decoration : underline;
	color : #900;
}
input {
	width: 180px;
	background: #fafbfc;
	border : 3px double #B5CCBA;
}
input#counter {
	margin:0px;
	border:3px double #B5CCBA;
	font-size: 100%;
}
input#submit {
	border: 3px double #B5CCBA;
	border-top-color: #CCC;
	border-left-color: #CCC;
	padding: .25em;
	background: #F1F8F6 url('fade.png') repeat-x;
	margin:5px 4px 5px 4px;
	color: #333;
	font-size:150%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
input#counter:active, input#submit:active {
	border: 3px double #B5CCBA;
	border-top-color: #999;
	border-left-color: #999;
}
textarea {
	padding: 0;
	margin:5px auto 10px auto;
	background: #fafbfc;
	border : 3px double #B5CCBA;
	width: 180px;
	height:180px;
}
input:hover, textarea:hover {
	background:#fff;
}
input:focus, textarea:focus {
	border : 3px double #666;
	background:#fff;
}
#back {
        display:block;
        background:#333;
        color:#FAFBFC;
        width:250px;
        font-size:150%;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        padding:10px;
        margin:30px auto 30px auto;
}
#back:hover {
        background:#DDD;
        color:#555;
}

#form{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	margin-top: 0px;


}

#novedades{
	width:80%;
	height:690px;
	margin-left: auto;
	margin-right: auto;
}

#propiedades{
	width:90%;
	height:250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#menuizq{
	width:170px;
	height:100px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-top: 40px;
}

.link{
	background-color:#555;
	width:170px;
	height:25px;
	padding: 0px;
	margin-top: 10px;
	float:left;
}
