ul#MenuPpal {  
    background: none;   
    width: auto;   
    margin: -28px 8px 0 10px;      
}
ul#MenuPpal li {  display: block;clear: none;padding: 0 0 5px 20px;width: auto;border-bottom: none;   }
ul#MenuPpal li:last-child {  margin: 0;   }
ul#MenuPpal:hover {  padding: 0;   width: auto; }
ul#MenuPpal li:hover a{  
    border-top: 3px solid #fff;
    padding-top: 15px; 
    top: -15px;
}
#CapIdiomas {    
    margin-top: 15px;   
}
#CapIdiomas SPAN{
    display: block;
}
.photo {
	margin: 10px;
	position: relative;
	width: 120px;
	height: 120px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}
.sample9 span {
	width: 170px;
	height: 120px;
	display: block;
	position: absolute;
	top: 6px;
	left: 7px;
	background: url(stamp-pattern.png) no-repeat;
}
#index #inicio,#inmuebles #inmuebles,#servicios #servicios,#promociones #promociones,#contacto #contacto{
    border-top: 3px solid #fff;
    padding-top: 15px;
}
#posicionar_t{
	text-align: justify;
	margin: 0 auto;
    
    width: 60%;
}
#posicionar_g{
	text-align: justify;
	margin: 0 auto;
    
    width: 60%;
}
#index_section H2{
    padding-top: 45px;
}
#frm_index{
    float: right;
    width: 37%;
    padding: 0;
    margin: 0;
    margin-right: 15px;
    margin-top: 30px;
    background-color: #FFF;
	color:#000;
}
#index_section H4{
    float: left;
    font-family: 'PT Serif', Verdana, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #541010;
    margin: 30px 15px 15px 15px;
    width: 90%;
    font-weight: normal;
}
FOOTER{
    min-height: 73px;
}
#footer_1 span{
    display: block;
    float: left;
    margin-right: 9px;
}
#footer_2{
    float: right;
    margin: 15px 15px 15px 15px;
    text-align: right;
}
#footer_2 span{
    clear: none;
    float: none;
    text-align: right;
}
#index_section article{
    width: 30%;
    margin: 15px 0 30px 15px;
}
#contenedor_central H2{
    width: 90%;
}
#contenedor_central H3{
    width: 100%;
    margin-bottom: 30px;
}
.inmueble_precio{
    width: 20%;
    margin-top: 0;
}
.inmueble_resumen{
    width: 60%;
}
.bt_contactar{
    margin: 0;
}
.contenidos_izquierda_imagen{
    margin-top: 15px;
    margin-bottom: 60px;
}
.contenidos_izquierda_imagen_pq{
    float: left;
    width: 31.5%;
    margin-bottom: 20px;
    margin-left: 20px;
    max-height: 163px;
    overflow: hidden;
}
.primera{
    clear: both;
    margin-left: 0 !important;
}
.inmuebles IMG{
    /*width: 100%;
    margin-right: 5%;*/
}
.inmuebles_datos{
    float: left;
    width: 55%;
}
#inmuebles #fichas_inmuebles,#frmdatos{
    float: right;
    width: 66.2%;
}
#inmuebles #frm_index{
    margin: 0 2.3% 0 1.5%;
    width: 30%;
}
#mapa{
    margin: 0 2.3% 0 0;
    width: 30%;
}
#fichas_inmuebles article:first-child{
    margin-top: 0 !important;
}
#servicios_section .textomio {
    float: left;
    clear: both;
}
.contenedor_imagen{
    float: left;
    height: 92px;
    overflow: hidden;
}
.contenedor_imagen_2{
    float: left;
    width: 250px;
    height: 163px;
    overflow: hidden;
}

.contenidos_izquierda_imagen .contenedor_imagen_2{
    margin-bottom: 15px;
}
#fichas_inmuebles .contenedor_imagen_2{
    margin-right: 15px;
}


#trabajos{
	text-align: justify;
	left: 0 auto;
    width: 60%;
}

#content {
    margin: 0px auto;
}

#column-left {
    float: left;
    position: fixed;
    min-height: 225px;
    margin-bottom: 10px;
	 margin-left: 10px;
    margin-right: 50px;
    overflow: hidden;
    text-align: center;
    width: 200px;
	color:black;
	
}

#btn-style{
	border : solid 3px #030303;
	border-radius : 8px;
	moz-border-radius : 8px;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	font-size : 12px;
	color : #fa050d;
	padding : 4px 11px;
	background-color : #000000;

}


/* image-preview control elements */
.control-container-img {
    /* as far as contorls are displayed as inline-block this puts them to center */
    /* choose left or right to put it to left/right */
    text-align: center; 
    
    /* change this to the values you need */
    margin-top: 1px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.control-element-img, .control-element-active-img {
    /* this displays element as inline-block; zoom and *display is a hack for ie7 which does not support inline-block */
    display: inline-block;
    zoom: 1;
    *display: inline;
    
    /* change this to the values you need */
    width: 150px;
    height: 88px;
    margin: 0;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40)
}

.control-element-img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.control-element-active-img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.control-element-img img, .control-element-active-img img {
    width: 150px;
    height: 88px;
}     