/* 
    Document   : calas
    Created on : 16-nov-2013, 8:01:20
    Author     : jose
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
.cabecera{
    font-size: 28px;
    font-family: Gill, Helvetica, sans-serif;
    font-weight: bold;
}
 .cuerpo_div {
width: 1024px;
background: white;
padding: 5px;
margin: auto;
text-align:left;

	box-shadow:0 1px 2px #000;
	-moz-box-shadow:0 1px 2px #000;
	-webkit-box-shadow:0 1px 2px #000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
	color:#000;
	font-size:11px;
	padding:10px;
	
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	transition:all .5s ease-out;

	border:1px solid #5e5e5e


} 
.cabecera_td{
background-image:url('../logo4.png');
background-repeat: no-repeat;
width: 200px;

}
.cabecera2_td{
background-image:url('../fondo3.png');
background-repeat: repeat-x;
}
body{
text-align:center;
background-image:url('../bg.gif');
background-repeat:repeat-x;
background-color: #0070c0;

}
.texto{
    text-align: justify;
  font-size:12px;  
  font-family: Verdana,Geneva,sans-serif;
  line-height: 20px;
  padding: 20px;
}

.properties {


        float:left;
}

.espacio {
	width: 900px;
	height: 70px;
	display: block;
}

.title_text3 {
	width: 663px;
	margin: 8px auto 2px auto;
	border-bottom: 1px solid #4a4e77;
	text-align: right;
	font-size: 24px;
	color: #4a4d77;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

.undertitle {
	font-size: 12px;
	color: #3b6087;
	font-family: Verdana, Geneva, sans-serif;
	width: 663px;
	height: 15px;
	margin: 0 auto;
	position: relative;
	float: right;
}

.undertitle a {
	color: #3b6087;
}

.undertitle a:hover {
	color: #333;
}

.nav-list {
	width: 663px;
	display: block;
	margin: 12px auto 15px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

.nav-list a, .nav-list span.current-page {
	text-decoration: none;
	font-weight: bold;
	color: #666;
	background: #d5dfe8;
	padding: 3px 6px;
	border-radius: 3px;
	margin: 0 2px;
}

.nav-list span.current-page {
	color: #bbb;
	background: #ddd;
}

.nav-list a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #426d98;
}

.nav-list a:active {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #426d98;
}

.campo3 {
	width: 135px;
	height: 23px;
	border: 1px solid #333;
	background: #FFFFFF;
	font-size: 12px;
	color: #666;
}

.box-results {
	width: 663px;
	height: 210px;
	display: block;
	margin: 30px auto;
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
}

.info-result {
	width: 435px;
	float: right;
	margin: 7px 7px auto 0px;
	padding-bottom: 38px;
	position: relative;
	min-height: 124px;
}

.title-box-result {
	width: 445px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	border-bottom: 1px solid #426d98;
	color: #426d98;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.price {
	width: 180px;
	height: 20px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #426d98;
	text-align: left;
}

.ref {
	width: 243px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 20px;
	float: right;
	font-size: 14px;
	color: #2d3236;
	text-align: right;
}

.text-results {
	float: left;
	height: auto;
	margin: 10px auto;
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
	color: #333;
}

.bottom-box-result {
	width: 663px;
	height: 41px;
	background: #e5eaef;
	clear: both;
	bottom: 0px;
}

.foto-results {
	float: left;
	height: 140px;
	width: 210px;
	border: 1px solid #e5eaef;
	margin: 5px 0px 5px 5px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.foto-results:hover {
	border: 1px solid #999;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.boton5 {
	display: block;
	background: url("../img/boton2.png") top repeat-x;
	border-radius: 4px;
	height: 22px;
	width: 153px;
	margin: 4px 0px;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 21px;
	cursor: pointer;
	-webkit-transition: color .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
}
.datos{
    display:block;
    float: right;
    padding: 10px;
    margin: 10px;
}
.nombre{
    display:block;
    float: right;
}
.direccion{
    display:block;
    float: right;
}
.telefono{
    display:block;
    float: right;
}
.email{
    display:block;
    float: right;
}


.boton5>span.inlineobject {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.boton5:hover {
	background: url("../img/boton2.png") bottom repeat-x;
	color: #fff;
	-webkit-transition: color .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
}
.facebook_like {
	height: 22px;
	position: absolute;
	right: 0;
	bottom: 4px;
}

.results_count {
	color: #333;
	text-align: right;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	margin: 6px 0 10px;
}

.nav-list form {
	display: inline;
}

.nav-list select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #333333;
	color: #666666;
	font-size: 12px;
	height: 23px;
	width: 135px;
	text-transform: lowercase;
}

.bottom-nav-list {
	text-align: right;
}

ul.detail-box-result {
	padding: 0;
	font-size: 12px;
	color: #426d98;
	margin: 0 0 0 2px;
	padding-top: 10px;
	clear:both;
}

.detail-box-result li {
	display: inline-block;
	border-left: 1px solid #426D98;
	margin-left: 6px;
	padding-left: 8px;
	max-width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.detail-box-result li:first-child {
	margin-left: 0;
	border-left: 0;
	padding-left: 0;
}

.results_links {
	float: left;
	margin-top: 5px;
	width: auto;
}

.no-results {
	text-align: center;
	margin: 30px 0;
	font-size: 16px;
	font-weight: bold;
	width: 662px;
}



/* CSS Document */


body a {
	cursor: pointer;
	text-decoration: none;
	border: 0;
}

a img {
	border: none;
}

.pseudoimg {
	background: no-repeat center center;
	background-size: cover;
}
.div_busqueda a{
    font-size: 22px;
    
}
.div_busqueda span{
    font-size: 22px;
    
}
