/* CSS Document */
/*****************************************************************************/
/* Fonts and Headings*/
/*****************************************************************************/

body {
	font: 12px/1.5em "arial";
	font-family: verdana;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #999966;
}

h1 {
	margin-top: 10px;
	font-size: 24px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p {
	text-align: justify;
	margin-right: 8px;
	margin-left: 2px;
	font-size: 12px;
}

li {
	font-size: 12px;
	margin-right: 10px;
	text-align: left;
}

td {
font-size: 12px;
}
 

/*****************************************************************************/
/* links */
/*****************************************************************************/
a:link {
	color: #CE2E00;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #000000;
}

a.nav:link {color: white; text-decoration:none}
a.nav:visited {color: white; text-decoration:none}
a.nav:active {color:white; text-decoration:none}
a.nav:hover {color: white; text-decoration:underline; font-weight: 500;}

a.linktop:link {color: black; text-decoration:underline}
a.linktop:visited {color: black; text-decoration:none}
a.linktop:active {color:black; text-decoration:none}
a.linktop:hover {color: black; text-decoration:none; font-weight: 500;}

a.linktitles:link {color: white; text-decoration:none}
a.linktitles:visited {color: #CC9900 ; text-decoration:none}
a.linktitles:active {color: #CC9900; text-decoration:none}
a.linktitles:hover {color: #A6A62A; text-decoration:none; font-weight: 700;}

/*****************************************************************************/
/* backgrounds & layout*/
/*****************************************************************************/

.backpage  { 
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #B8DC7C;
	background-position: top left;
	}
	
.backcontent { 
	background-color: #FFFFFF;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	}

.backnav { 
	background-image: url(images/navigationback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align: bottom;
	text-align: right;
	background-color: #3D756A;
	}
	
.backtableback { 
	background-image: url(images/top-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 250px;
	height: 100px;
	border: 2px dotted #cccccc;
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	
	}
	
.backhomeback { 
	border-right: 2px dotted #cccccc;
	
	}
	
.backtablerelated { 
	background-image: url(images/top-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 250px;
	height: 125px;
	border: 2px dotted #cccccc;
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	
	}
	
.backtablereal { 
	background-image: url(images/top-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 60%;
	float:left;
	border: 2px dotted #cccccc;
	margin-left: 5px;
	margin-right: 5px;
	
	}
	
.searchback {

	background-image: url(images/searchback.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px; 

}
	
	
.backfooter  {
	background-image: url(images/navigationbackbottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	vertical-align: middle;
	font-size: 10px;
	text-align: left;
	color: black;
	padding-top: 17px;
	padding-left: 15px;
	}
	
.backlogo {
background-image:url(images/fillertop.jpg); background-color:#FFFFFF; background-position:top left; background-repeat: no-repeat; padding-top: 15px;}
	
/*****************************************************************************/
/* clases miscelaneas */
/*****************************************************************************/
	.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
font-weight: 900;
background: url(images/buttonon.jpg)  no-repeat;
white-space: normal;
display: block;
width: 89px;
height: 34px;
margin: 0;
padding: 0;
text-align: center;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 12px;
width: 89px;
height: 34px;
display: block;
float: left;
color: white;
text-decoration: none;
text-align: center;
}

.cssnav img
{
width: 89px;
height: 34px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 7px;
top: 7px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: center;
} 

.footernav { 
	vertical-align: top;
	text-align: center;
	font-size: 118%;
	}
	
.footer {
	font-size: 9px;
	text-align: center;
	}
	
.image {
	width: 187px;
	float: left;
	height: 425px;
	}
.white {
	color: #FFFFFF;
	}
	
/*****************************************************************************/
/* action buttons */
/*****************************************************************************/
	.action
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	font-weight: 900;
	background: url(images/buttonon.jpg)  no-repeat;
	white-space: normal;
	display: block;
	width: 255px;
	height: 47px;
	margin: 0;
	padding: 0;
	left: -1px;
}

.action a
{
display: block;
color: white;
font-size: 16px;
width: 255px;
height: 47px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.action img
{
width: 255px;
height: 47px;
border: 0
}

* html a:hover
{
visibility:visible
}

.action a:hover img
{
visibility:hidden
}

.action span
{
position: absolute;
left: 20px;
top: 8px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: left;
} 

/******************************************************************/
/* Estilos Real Estate de Ezequiel */
/******************************************************************/

.TablaSimple {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	border:1px solid #666666;
	background-color:#F4F4F4;
}

.OptionButton {
	border:0px;
	background:transparent;
}

hr {
	border-top:1px solid #E0E1E2;
	border-bottom:1px solid #D2D3D5;
}

legend, .legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0080C0;
	font-weight:bold;
}

fieldset {
	padding:5px;
	margin:2px;
	border:1px solid #D2D3D5;
}

.Botones {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#E5E5E5;
	border:1px solid #666666;
	color:#343434;
	width:100px;
	cursor:pointer;
	margin-top: 5px;
}

.GridOver {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	background-color:#F7F7F7;
	cursor:pointer;
	height:28px;
}

.GridOut {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	background-color:#FFFFFF;
	height:28px;
}

.GridProblema {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	background-color:#FFCD00;
	height:28px;
}

.CuadroColumna {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#343434;
	height:28px;
}

.CategoriaTitulo {
	color:#21846F;
	font-weight:bold;
	background-color:#D9F4ED;
}

.Resumen {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#6B6D6C;
	text-decoration:none;
}

a.ResumenLink, a.ResumenLink:active {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color: black;
	font-weight:bold;
	text-decoration:underline;
}

a.ResumenLink:hover {
	text-decoration:none;
}

a.ResumenMasLink, a.ResumenMasLink:active {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color: black;
	text-decoration:none;
}

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

