/*==================================================
Main selectors
==================================================*/
body {
	background: #009900 url(../absolutos/fondo-back.jpg) repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#mainContent {
	width: 780px;
	margin: auto;
	font-family: 'Trebuchet MS', Verdana, Arial, "Sans serif";
	clear: both;
	background: white url(../absolutos/fondo-main.jpg) fixed center
		no-repeat;
	color: black;
	min-height: 650px;
	height: auto !important;
	height: 650px;
}

.hidden {
	display: none;
}

/* ==================================================
Index
===================================================*/
#contador {
	width: 50%;
	float: left;
}

#visitas {
	background: url(../absolutos/contador/visitas.png);
	width: 90px;
	height: 19px;
	display: block;
	margin: auto;
}

#nroVisitas {
	width: 90px;
	height: 31px;
	display: block;
	margin: auto;
}

#suscripcion {
	width: 50%;
	float: right;
	margin-bottom: 5%;
}

#installFlash {
	clear: both;
	margin: auto;
	width: 60%;
	font-size: smaller;
}

#emisoft {
	text-align: right;
}

/* ==================================================
Listas de propiedades
===================================================*/
#title {
	margin-bottom: 15px;
	margin-top: 15px;
}

#tabla table {
	width: 755px;
	border: 0px;
	margin: auto;
	border-collapse: collapse;
}

#tabla table tr th {
	height: 56px;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #33CC33;
	background: #009900;
	color: white;
}

.ubicacion {
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-color: #009900;
	width: 119px;
}

.oferta {
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-color: #009900;
	width: 70px;
}

.descripcion {
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-color: #009900;
	text-align: justify;
	width: 350px;
}

.precio {
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-color: #009900;
	width: 80px;
}

.foto {
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-color: #009900;
	width: 130px;
}

img {
	border: 0px;
}

.qUbicacion {
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-color: #009900;
	width: 250px;
}

.qOferta {
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-color: #009900;
	width: 100px;
}

.qDescripcion {
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-color: #009900;
	text-align: justify;
	width: 300px;
}

.qPrecio {
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-color: #009900;
	width: 100px;
}

/* ==================================================
Oportunidades
===================================================*/
#tablaOp {
	margin-top: 5%;
}

#tablaOp table {
	width: 750px;
	margin: auto;
	border-collapse: collapse;
}

#tablaOp table tr th {
	height: 56px;
	background: #009900;
	color: white;
	font-size: 120%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#tablaOp table tr td {

}

.oDesc {
	text-align: justify;
	width: 320px;
	float:left;
	margin-left:5px;
}

.oFoto {
	float:right;
	margin-right:5px;
}

.oSingle{
	border-color: #009900;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	float:left;
	margin-top:0;
	width: 750px;
}

.oSingle h4{
	border-radius:25px;
	float:left;
	margin-left: 5%;
	background-color: rgba(255,255,255,0.4);
	position: absolute;
	font-size: 160%;
	padding: 1%;
}

/* ==================================================
Contacto
===================================================*/
#resultForm {
	background: url(../fondomsg.jpg) top;
	width: 739px;
	height: 391px;
	margin: auto;
	margin-bottom: 5%;
	margin-top: 5%;
}

.campo {
	font-weight: bold;
	clear: left;
	float: left;
	width: 25%;
	text-align: right;
	margin-left: 5%;
	margin-bottom: 2%;
}

.dato {
	clear: right;
	float: left;
	text-align: left;
	margin-left: 5%;
	width: 60%;
}

/* Links   =======================================*/
:link {
	color: black;
}

:visited {
	color: black;
}

a:hover {
	color: #009900;
}
