/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
	background-image: url(../imagenes/texturas/project_papper.png);
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   Custom inmobetsa styles.
   ========================================================================== */
p {
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
#mainFooter {
	text-align: center;
	clear: both;
}
#mainFooter p small {
	font-size: 0.7em;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.9);
}
.leftColumn {
	float: left;
	background-color: #FFF;
	width: 240px;
	text-align: center;
	margin-top: 50px;
	position: relative;
	margin-bottom: 45px;
}
/* cupid blue (inspired by okcupid.com)
*******************************************************************************/
button.cupid-blue {
	background-color: #d7e5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7e5f5), color-stop(100%, #cbe0f5));
	background-image: -webkit-linear-gradient(top, #d7e5f5, #cbe0f5);
	background-image: -moz-linear-gradient(top, #d7e5f5, #cbe0f5);
	background-image: -ms-linear-gradient(top, #d7e5f5, #cbe0f5);
	background-image: -o-linear-gradient(top, #d7e5f5, #cbe0f5);
	background-image: linear-gradient(top, #d7e5f5, #cbe0f5);
	border-top: 1px solid #abbbcc;
	border-left: 1px solid #a7b6c7;
	border-bottom: 1px solid #a1afbf;
	border-right: 1px solid #a7b6c7;
	border-radius: 12px;
	-webkit-box-shadow: inset 0 1px 0 0 white;
	box-shadow: inset 0 1px 0 0 white;
	color: #1a3e66;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	font-family: SourceSansProRegular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
}
  button.cupid-blue:hover {
    background-color: #ccd9e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccd9e8), color-stop(100%, #c1d4e8));
    background-image: -webkit-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -moz-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -ms-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -o-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: linear-gradient(top, #ccd9e8, #c1d4e8);
    border-top: 1px solid #a1afbf;
    border-left: 1px solid #9caaba;
    border-bottom: 1px solid #96a3b3;
    border-right: 1px solid #9caaba;
    -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
    box-shadow: inset 0 1px 0 0 #f2f2f2;
    color: #163659;
    cursor: pointer; }
  button.cupid-blue:active {
    border: 1px solid #8c98a7;
    -webkit-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
    box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee; }.centered {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.leftColumn h2 {
	font-size: 1.1em;
	font-weight: normal;
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	color: #00afec;
}
.rightColumn h2 {
	font-size: 1.1em;
	font-weight: normal;
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	color: #00afec;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7E5F5;
}	
#mainWrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.rightColumn {
	float: right;
	width: 700px;
	background-color: #FFF;
	margin-top: 45px;
	position: relative;
	margin-bottom: 55px;
}
.mainLogo {
	margin-bottom: 25px;
	margin-top: 5px;
	height: 115px;
	width: 179px;
	margin-right: auto;
	margin-left: auto;
}
#busqueda {
	background-image: url(../imagenes/divider_down.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
}
#busquedaWrap {
	background-image: url(../imagenes/divider_up.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	/* [disabled]height: 295px; */
	margin-top: -15px;
}
#busqueda td, #busqueda th {
	padding-bottom: 10px;
}
.leftColumn #leftupcurve {
	position: absolute;
	height: 29px;
	width: 240px;
	top: -29px;
	z-index: 1;
	left: 0px;
}
.leftColumn #leftdowncurve {
	position: absolute;
	height: 30px;
	width: 240px;
	bottom: -30px;
	left: 0px;
}
#social {
	margin-bottom: -15px;
	padding: 0px;
	margin-top: 15px;
	clear: both;
}
#socialMenu {
	list-style-type: none;
	font-size: 1.1em;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
}
#socialMenu li {
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	display: block;
	margin-left: 35px;
}
#socialMenu .facebook a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	text-align: center;
	display: block;
	width: 34px;
	height: 34px;
	padding: 0px;
	background-image: url(../img/icon_facebook.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	/*-webkit-transition: background-position 0.3s ease-in-out;
	-moz-transition: background-position 0.3s ease-in-out;
	-ms-transition: background-position 0.3s ease-in-out;
	-o-transition: background-position 0.3s ease-in-out;
	transition: background-position 0.3s ease-in-out;*/
	position: absolute;
	left: -90px;
	top: 0px;
}
#socialMenu #facebook a {
	outline: none;/* get rid of dotted borders in FireFox */
	/* [disabled]text-indent: -5000px; *//* this move the text outside of the screen area */
	/* [disabled]text-align: center; */
	padding: 0px;
	margin: 0px;
}
#socialMenu #facebook a:hover {
	color: #3c5c96;	
}
#socialMenu #twitter a:hover {
	color: #34aae2;	
}
#socialMenu .facebook a:hover {
	background-position: left bottom;
}
#socialMenu .twitter a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	text-align: center;
	display: block;
	width: 34px;
	height: 34px;
	padding: 0px;
	background-image: url(../img/icon_twitter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	/*-webkit-transition: background-position 0.3s ease-in-out;
	-moz-transition: background-position 0.3s ease-in-out;
	-ms-transition: background-position 0.3s ease-in-out;
	-o-transition: background-position 0.3s ease-in-out;
	transition: background-position 0.3s ease-in-out;*/
	position: absolute;
	left: -50px;
	top: 0px;
}
#socialMenu .twitter a:hover {
	background-position: left bottom;
}
a {
	color: #B7B7B7;
	text-decoration: none;
	-webkit-transition: color 0.5s ease-in-out 0s, background-color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out 0s, background-color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out 0s, background-color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out 0s, background-color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out 0s, background-color 0.5s ease-in-out;
}
a:hover {
	color: #367DAB;
	text-decoration: none;
}
#mainNav {
	position: relative;	
}
#mainNav ul li .item-primary {
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	list-style-type: none;
	display: block;
	margin-left: -40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7E5F5;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999;
	margin-top: 0px;
}
#mainNav ul li a:hover{
	background-color: #D7E5F5;
	color: #367DAB;
}
#busqueda select {
	width: 180px;
	visibility: visible;
}
.mainLogo img, .ultimosInmuebles img, .masDestacados img, .botonProyectos img {
	opacity: 1.0;               /*Firefox & Chrome*/
	filter: alpha(opacity=100);  /* IE */
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.mainLogo a:hover img, .botonProyectos a:hover img {
	opacity:0.7;               	 /*Firefox & Chrome*/
	filter:alpha(opacity=70);   /* IE */
}
#rightupcurve {
	position: absolute;
	top: -33px;
	left: 0px;
}
#rightdowncurve {
	position: absolute;
	bottom: -33px;
	left: 0px;
}
#bannerHome {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#wrapperBackground {
	background-attachment: fixed;
	background-image: url(../imagenes/giant_cyan_semi_circle.png);
	background-repeat: no-repeat;
	background-position: center -170px;
}
#mainNav .correccionMargen {
	margin-top: 0px;
}
.submenuPrincipal {
	margin: 0px;
}
#mainNav .submenuPrincipal li a {
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	list-style-type: none;
	display: block;
	margin-left: -40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7E5F5;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #999;
	margin-top: 0px;
	background-color: #F2F2F2;
}
#nosotros h2 {
	text-align: center;
}
section p, section li {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 1em;
	font-weight: normal;
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	color: #666666;
}
.columnsNosotros {
	float: left;
	width: 231px;
	/* [disabled]margin-bottom: 10px; */
}
section h3 {
	margin-left: 30px;
	margin-right: 0px;
	font-size: 1.1em;
	font-weight: normal;
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	color: #00afec;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7E5F5;
}
.columnsNosotros p {
	margin-right: 0px;
	font-size: 0.8em;	
}
.columnsNosotros ul li {
	margin-left: 5px;
	font-size: 0.8em;
}
article h3 {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#datosContacto, #sistemaTrabajo, #servicios {
	text-align: center;
	clear: both;
	margin-top: 25px;
}
#datosContacto p, .borderDotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9C9C9;
	padding-bottom: 10px;
	font-size: 0.9em;
	padding-top: 10px;
}
.datosContacto p, .borderDotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9C9C9;
	padding-bottom: 10px;
	font-size: 0.9em;
	padding-top: 10px;
}
#datosContacto .noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.backgroundColumns {
	background-image: url(../imagenes/seperator-bottom-700.png), url(../imagenes/seperator-top-700.png);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	display: block;
}
#servicios h3 {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#servicios {
	/* [disabled]background-image: url(../imagenes/seperator-top-700.png); */
	/* [disabled]background-position: center bottom; */
	/* [disabled]background-repeat: no-repeat; */
	display: block;
}
#sistemaTrabajo, #servicios li {
	text-align: left;	
}
#publicitaGratis {
	height: 50px;
	width: 590px;
	padding-left: 110px;
	background-image: url(../imagenes/fondo_barra_publica.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.rightBox {
	float: right;
	margin-right: 110px;
	margin-top: 10px;
}
.publicaTxt {
	line-height: 2.1em;
	font-size: 1.5em;
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
	color: #367DAB;
}
label {
	font-weight: normal;
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	color: #666666;
}
#table1 #txtnombre, #table1 #txtemail, #table1 #txttelefono, #txtprecio, #txtciudad, #txtsector, #txtterreno, #txtconstruccion, #txtano, #txtdormitorios, #txtbano {
	width: 250px;
	height: 25px;
	padding-left: 5px;
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
::-webkit-input-placeholder {
   font-family: DroidSerifItalic;
   font-weight: normal;
   color: #D3D3D3;
}
:-moz-placeholder {  
   font-family: DroidSerifItalic;
   font-weight: normal;
   color: #D3D3D3;  
}
:-ms-input-placeholder {
    font-family: DroidSerifItalic;
	font-weight: normal;
	color: #D3D3D3;
}
#table1 #txtsugerencia, #txtdescripcion {
	padding-left: 5px;
	padding-top: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 360px;
}
#specialH {
	font-size: 2em;
}
.tableWidth {
	/* [disabled]background-color: #09C; */
	width: 588px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
table tr td table tr td #txtdescripcion {
	width: 350px;
	margin-bottom: 10px;
}
#chkalquiler, #rdbperiodo {
	margin-left: -50px;
	margin-bottom: 10px;
}
#chkventa {
	margin-left: -25px;
}
.style3 {
	/* [disabled]background-color: #9F6; */
	/* [disabled]height: 30px; */
	margin-bottom: 10px;
}
#cmbsector, #cmbciudad, #cmbprovincia, #cmbcategoria, #cmbgarage, #cmbventas {
	margin-bottom: 10px;	
}
.zero {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #367DAB;
}
.tipoH {
	font-size: 2em;
	font-weight: normal;
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	color: #00afec;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7E5F5;
	padding-top: 25px;
	text-align: center;
}
.grey {
	color: #CFCFCF;
}
.rightSocialBtns {
	float: right;
	margin-right: 20px;
	padding-top: 25px;
}
.rightFilter {
	float: right;
	margin-right: 20px;
	height: 20px;
	width: 300px;
	border: 1px solid #F3F3F3;
	padding: 0px;
	margin-top: 25px;
	text-align: center;
	border-radius: 5px;
	background-image: linear-gradient(bottom, rgb(242,242,242) 40%, rgb(255,255,255) 70%);
background-image: -o-linear-gradient(bottom, rgb(242,242,242) 40%, rgb(255,255,255) 70%);
background-image: -moz-linear-gradient(bottom, rgb(242,242,242) 40%, rgb(255,255,255) 70%);
background-image: -webkit-linear-gradient(bottom, rgb(242,242,242) 40%, rgb(255,255,255) 70%);
background-image: -ms-linear-gradient(bottom, rgb(242,242,242) 40%, rgb(255,255,255) 70%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.4, rgb(242,242,242)),
	color-stop(0.7, rgb(255,255,255))
);
}
.referenciaH {
	float: left;
	margin-left: 40px;
	font-weight: normal;
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	color: #367DAB;
	padding-top: 25px;
	font-size: 1.3em;
	padding-bottom: 25px;
}
.referenciaH2 {
	font-weight: normal;
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	color: #367DAB;
	font-size: 3em;
	margin: 0px;
	padding: 0px;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
}
.descripcionBlock {
	/* [disabled]background-color: #9F3; */
	width: 310px;
	padding-left: 40px;
	margin-bottom: 20px;
	float: left;
}
.descripcionBlock h3 {
	font-weight: normal;
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	color: #00afec;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7E5F5;
}
.clearBoth {
	clear: both;
}
.descripcionBlock th, /*.rightColumn th*/ #detallesTable th, #infoTabBusqueda th {
	font-size: 0.9em;
	font-weight: normal;
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	color: #367DAB;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
}
#infoTabBusqueda th {
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	font-size: 1em;
}
.descripcionBlock td, /*.rightColumn td*/ #detallesTable td, #tableBuscador td {
	font-size: 0.9em;
	font-weight: normal;
	font-family: SourceSansProLight, "Trebuchet MS", Helvetica, sans-serif;
	color: #9D9D9D;
	text-align: left;
}
.descripcionBlock tr .d0 {
	background-color: #FFFFFF;
}
.descripcionBlock tr .d1 {
	background-color: #F3F3F3;
}
.buttonMargin {
	margin-top: 30px;
}
.rightFilter p {
	font-size: 0.8em;
	margin: 0px;
	line-height: 1em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.9);
	font-weight: normal;
	color: #666;
}
.wrapPics {
	background-color: #F3F3F3;
	clear: both;
	/* [disabled]margin-top: 25px; */
	margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.wrapPics img {
	/* [disabled]height: 127px; */
	/* [disabled]width: 172px; */
	/* [disabled]padding: 0px; */
	opacity: 1.0;               /*Firefox & Chrome*/
	filter: alpha(opacity=100);  /* IE */
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	margin-bottom: 3px;
}
.wrapPics a:hover img, .ultimosInmuebles a:hover img, .masDestacados a:hover img {
	opacity:0.7;               	 /*Firefox & Chrome*/
	filter:alpha(opacity=70);   /* IE */
}
#homeTable h2 {
	text-align: center;
	font-size: 1.4em;
}
#tableBuscador td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7E5F5;
}
.ultimosInmuebles h2, .masDestacados h2 {
	/*font-size: 1.3em;*/
	text-align: center;
	margin-top: 15px;
	text-transform: none;
}
.precioBuscador {
	color: #367DAB;
}
#tableBuscador .center, #infoTabBusqueda .center {
	text-align: center;	
}
.ultimosInmuebles p, .masDestacados p {
	text-transform: capitalize;
	font-weight: normal;
	font-size: 0.8em;
	margin-top: 0px;
	padding-top: 7px;
	color: #B7B7B7;
}
.ultimosInmuebles td, .masDestacados td {
	text-align: center;
	vertical-align: top;
}
.ultimosInmuebles {
	margin-top: 35px;
}
.formWidth {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #06F;
}
.centered.boxCode {
	width: 180px;
	margin-top: -2px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border: 1px solid #D7E5F5;
	border-radius: 0px 0px 5px 5px;
	background-image: url(../imagenes/texturas/debut_light.png);
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7E5F5;
}
.opcionesPagina {
	background-color: #e7e7e7;
	height: 35px;
	width: 630px;
	text-align: center;
	position: relative;
}
/*Pagination styles*/
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
	display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	padding-left: 0px;
}
.pagination li {
  display: inline;
}
.pagination a {
	float: left;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
	color: #00afec;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.botonProyectos {
	margin-top: 8px;
	margin-bottom: 8px;
}
