@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------

Hoja de estilo

date:           10 marzo 2009
author:		José Uribe
email:		replanteate@hotmail.com
website:		http://www.cima.com

------------------------------------------------------------*/
 
/* COLORS
	Body Background:		#ffffff
	Main Nav Background:	#333333
	Main Nav Hover:			#4e4a49
	Billboard Background:	#ffffff
	Links:					#c00000
	Green Sub Heads			#727667
	Body Sub Background:	#c5cfc4
	Footer Background:		#3f403d
 	Text (billboard / sub)	#1c1f16
	Text (main)				#333333
*/

/* SECCIONES
	HEADER
    CONTENIDO
	NAVEGACION IZQUIERDA
	NAVEGACION DERECHA
	CONTENIDO PRINCIPAL
	FOOTER
*/

/* =======  ESTILOS GENERALES ======= */

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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	padding-top: 12px;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end css reset here */


/* 1 line tricks
http://www.cssglobe.com/post/1392/8-premium-one-line-css-tips

VERTICALLY CENTERS CONTENT IN BOX (IN THIS CASE THE BOX WOULD BE 24 PIXELS TALL)
line-height:24px; 

= = =

PREVENTS OVERSIZED CONTENT TO BREK FIXED WIDTH FLOATED LAYOUTS
#main{ 
	overflow:hidden;
}

= = =

PREVENTS LINE BREAKS IN LINKS
a{ 
	white-space:nowrap;
}

= = =

ALWAYS SHOW FIREFOX SCROLLBAR
html{
	overflow:-moz-scrollbars-vertical;
}

= = =

REMOVE VERTICAL TEXTAREA SCROLLBAR IN IE
textarea{
	overflow:auto;
}

= = =

FORCE PAGE BREAKS WHEN PRINTING YOUR DOCUMENT
h2{
	page-break-before:always;
}

= = =

REMOVE ACTIVE LINK BORDERS
a:active, a:focus{
	outline:none;
}


*/


body {
	font: normal 62.5% Arial, Helvetica, sans-serif; /* SETS TO 10PX */
	background-color: #ece9e0;
	line-height: 2em;
	background-image: url(../imagenes/fondo2.gif);
	background-repeat: repeat-x;
}

h1 {
	font: normal 2em Georgia, Times New Roman, Times, serif;;
	color: #3f403d;  
}

h2 {  
	font: normal 1.8em Georgia, Times New Roman, Times, serif;;
	color: #333333;  
	margin-bottom: .5em;
	margin-top: 1em;
}

h3 {  
	font: normal 1.6em Georgia, Times New Roman, Times, serif;
	color: #3f403d;  
	border-bottom: 1px solid #f1f3f0;
	margin-bottom: 1em;
	padding-bottom: .5em;
	padding-left: 10px;
}

h4 {  
	font: bold 1.5em Georgia, Times New Roman, Times, serif;
	color: #3f403d;  
	padding-left: 10px;
	margin: 1em 0;
}

h5 {  
	font: normal 1.2em Georgia, Times New Roman, Times, serif;
	color: #c5cfc4;  
}

h6 {  
	font: normal 1em Georgia, Times New Roman, Times, serif;
	color: #000;  
}

p, ol, ul, dl  {
	margin: 0.5em 0;
}

 a:link, a:visited {
	color: #768764; 
	text-decoration: none;
}


#todo{
	margin: auto;
	width: 900px;
	height: 631px;
	padding-top: 12px;
	background-color: #FFFFFF;
}

#prop{
	margin: auto;
	width: 900px;
	padding: 12px 0px;
	background-color: #FFF;
	float: none;
}

#navegacion, #contenido, #footer, #flash {
	margin: 0 12px 0 12px;
	width: 876px;
	float: left;
}


/* ======= NAVIGATION STYLES ======= */


#flash {
	height: 220px;
	}

#navegacion {
height: 48px;
background-image: url(../imagenes/navegacion.gif)
	}

#contizq {
	float: left;
	width: 306px;
	padding-left: 150px;
	height: 41px;
	padding-top: 7px;
}

#contder {
	float: left;
	width: 240px;
	padding-left: 180px;
	height: 41px;
	padding-top: 7px;
}


/* ======= BILLBOARD STYLES ======= */

#contenido {
	height: 350px;
	background-image: url(../imagenes/fondocolumna.jpg);
	background-repeat: repeat-x;
}

#int #contenido {
	height: 350px;
	background-image: url(../imagenes/fondocolumna.jpg);
	background-repeat: repeat-x;
}

#bus #contenido {
	height: auto;
	background-image: url(../imagenes/fondocolumna.jpg);
	background-repeat: repeat-x;
	background-color:#E0E0E0;
}

#hm #contenido .col1 {
	float: left;
	width: 254px;
	padding-top: 20px;
	padding-right: 12px;
	margin: 0 15px 0 15px;
	text-align:justify;

}

#hm #contenido .col1 img {
	position: relative;
	top: 14px;
}

#hm #contenido .col2 {
	float: left;
	width: 254px;
	padding-top: 20px;
	padding-right: 12px;
	margin: 0 15px 0 15px;
	text-align:justify;
	}

#hm #contenido .col3 {
	float: left;
	width: 254px;
	padding-top: 20px;
	margin: 0 15px 0 15px;
	text-align:justify;
}

#bus #contenido .col1, #int #contenido .col1 {
	float: left;
	width: 166px;
	padding-top: 20px;
	margin: 0 15px 0 15px;
	text-align:left;
}

#int #contenido .col2 {
	float: left;
	width: 656px;
	height: 318px;
	padding-right: 12px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 12;
	margin-left: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	overflow: auto;
}

#bus #contenido .col2 {
	float: right;
	width: 656px;
	padding-right: 12px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#int #contenido .col2 img {
	position: relative;
	top: 7px;
	left: 110px;
}

#propiedad {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	float: left;
}

#bus #contenido .col2 img {
	margin-right: 15px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	vertical-align: top;
}
#bus #contenido .col1 ul, #int #contenido .col1 ul {
	float: left;
	color: #545454;
	list-style-position: outside;
	list-style-image: url(../imagenes/bullet.gif);

}
#bus #contenido .col1 ul li, #int #contenido .col1 ul li{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #545454;
	margin-left: 16px;
}

#int #contenido .col2 ul {
	margin-left: 20px;
	display: block;
	list-style-position: outside;
	list-style-type: disc;
	text-decoration: none;
}
#int #contenido .col2 ol {
	margin-left: 20px;
	display: block;
	list-style-position: outside;
	list-style-type: upper-roman;
	text-decoration: none;
}
#int #contenido .col2 ul li a:link, #int #contenido .col2 ul li a:visited {
	font-weight: normal;

}
#bus #contenido h3 {
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

#bus #contenido h4 {
	margin: 0em;
	padding: 0em;
	font-size: 1.2em;
	font-weight: normal;

}

#hm #contenido h1 { /* phark image replacement (editado por mi, porque no quiero reemplazar el texto por una imagen)*/
	color: #ABAA8E;
	font-size: 260%;
	display: block;
	line-height: 75%;
	text-align: center;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #545454;
}

.bold {
	color: #768764;
	font-weight: bold;	
}


#contenido p, #contenido ul, #contenido ol, #contenido dl, #contenido em{
	font-size: 130%;
}

#contenido td {
	font-size: 130%;
	padding: 0.5em 0 0.75em 0;
	vertical-align: top;
}

#contenido p {
	margin: 1em 0 1.5em 0;
}

.col2 p, ul {
text-align:justify;
}

#contenido em {
	display: block;
	color: #727667;
	margin-bottom: .5em;
	
}

#contenido a:link, #contenido a:visited {
	color: #768764;
	padding: 2px;
	font-weight: bold;
	font-size: 100%;
	}

#contenido a:hover, #contenido a:active {
	color: #FFFFFF;
	background-color: #545454;
	text-decoration: none;

}

#int #contenido h1 {  
	color: #ABAA8E;
	font-size: 260%;
	display: block;
	line-height: 75%;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #545454;
}
 

/* ======= FORM STYLES ======= */

#content form {
        position: relative;
}

#content form p.disclaim {
        position:absolute;
        font-size: 1.6em;
        font-weight: normal;
        font-style: italic;
        left:250px;
        top:40px;
        width:200px;
}

#content form dl dt {
        font-size: 1.3em;
        font-weight: bold;
       margin-top: 1.5em;
}

#content form dl {
        font-size: 1em;
}

form input.test { /* to hide test field on forms to prevent spam - may want to text indent it into oblivion - think i read that some browsers choke on display none*/
	display: none;
}

form dd {
	margin-bottom: 1em;
}

form input, form select, form textarea {
	background-color: #f1f3f0;
	color: #3f403d;
	border: 1px solid #545454;
	font: normal 100% "courier new", verdana, arial, helvetica, sans-serif;
	padding-right: 2px;
	padding-left: 2px;

}

form input#email{ 
	margin-left: 54px;
width: 230px;

}
form input#nombre{ 
	margin-left: 44px;
width: 230px;
}
form input:focus, form textarea:focus {
	background-color: #fff;
}

form input.button, form input[type="button"], form input[type="submit"]  {
	background-color: #768764;
	font: 130% arial, helvetica, sans-serif;
	border: none;
	color: #fff;
	margin-left: 250px;
	cursor: default;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
  
form input.button:hover, form input[type="button"]:hover, form input[type="submit"]:hover {
	background-color: #545454;
}


#footer label {
	display: none;
}

/* ======= TABLE STYLES ======= */

/* ======= FOOTER STYLES ======= */

#footer {
	margin: auto;
	padding-top: 10px;
	text-align: center;
	float: none;

}

#footer p, #footer ul, #footer ol, #footer dl, #footer em {
	font-size: 110%; 
	color: #000000;
}

.actual{
	background-color:#545454;
	color:#FFFFFF !important;
	text-decoration:none;
}

.col2.hidden{
	display: none;
}
.col2 #propiedad{
	width: 100%;
}

#galeria div{
	float: left;
	width: 70px;
	height: 70px;
	position: relative;
	margin: 3px;
}
#galeria div a{
	margin: 0 !important;
	padding: 0 !important;
}