
body {
	margin:0;
	padding:0;
	background: url(../img/texture.png) repeat black;
	color:white;
	font-family: 'Forum', cursive;	
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}
header {
	max-width:980px;
	width:100%;
	margin:25px auto;
}
#logo {
	float:left;
}
#logo img {
	width:100%;
	height:auto;
}
#datos-top {
	float:right;
	text-align:right;
	margin-top: 1em;
	color: #fff;
	font-family: 'Forum', cursive !important;
}
#datos-top a {
	color:white;
	text-decoration:none;
}
#datos-top img {
	position: relative;
    top: -4px;
}
nav
{
	height:40px;
	margin-top:1em;
	background: url(../img/bg_menu.jpg) repeat-x;
}
nav ul {
	max-width:980px;
	width:100%;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	padding: 0.6em 2.3em;
}

nav li a
{
	text-decoration: none;
	width: 100%;
	display: block;
	font-weight: 300;
	color:white;
	font-size: 19px;
}

nav li:hover {
}

nav li a:hover
{
	color:#AB1217;
}

#menu_cel
{
	display:none;	
}

.contenido_menu_cel
{
	display:none;	
}

#boton_menu
{
	padding: 0;
	background: url(../img/bg_menu.jpg) repeat-x;
	text-align: center;
	position: relative;
	top: 9px;
	
}

#boton_menu a
{
	text-decoration: none;
	color: #fff;
	width: 100%;
	display: block;
	height: 3em;
	padding: 0.7em;
	font-weight: 300;	
}

#wrap {
	background:url(../img/bg.jpg) no-repeat;
	display: block;
    height: 0;
    padding-bottom: 56%;
    background-size: 100%;
}
#wrap2 {
	display: block;
    height: 0;
    padding-bottom: 56%;
    background-size: 100%;
}
#footer {
	background:black;
	border-top:5px solid #ab1217;
	padding: 2% 0 3%;
}
#pie {
	width:100%;
	max-width:980px;
	margin:0 auto;
	font-size:14px;
}
#pie a {
	color:white;
	text-decoration:none;
}
#pie img {
	float:right;
}
#destacados
{
	margin-right: 1%;
width: 99%;
	
}

#destacados li
{
	list-style: none;
width: 18%;
height: auto;
float: left;
margin: 0.8%;
padding-left: 10px;
min-height: 137px;
position: relative;
}

#destacados li a > img
{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width:100%;	
}

#destacados li a > p
{
	color: #fff;
	font-size: 0.7em;
	text-align: center;	
	width: 107%;
	white-space: nowrap;
}

#ficha
{
	width:100%;
	height:auto;
	padding:1em;	
}


.loading
{
	display:none;	
}




.img_tipo_active
{
	-moz-box-shadow: inset 0px 0px 9px #000000;
	-webkit-box-shadow: inset 0px 0px 9px #000000;
	box-shadow: inset 0px 0px 9px #000000;
	background-color: #24589a;

}

#img_ext
{
	cursor: pointer;
	float: right;
	padding: 0.5em;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;	
}

#img_int
{
	cursor: pointer;
	float: right;	
	padding: 0.5em;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;	

}

#control_int_ext
{
	width: 100%;
	-moz-border-radius: 0px 0px 12px 12px;
	-webkit-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5f95d5', endColorstr = '#2760b2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5f95d5', endColorstr = '#2760b2')";
	background-image: -moz-linear-gradient(top, #5f95d5, #2760b2);
	background-image: -ms-linear-gradient(top, #5f95d5, #2760b2);
	background-image: -o-linear-gradient(top, #5f95d5, #2760b2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#5f95d5), to(#2760b2));
	background-image: -webkit-linear-gradient(top, #5f95d5, #2760b2);
	background-image: linear-gradient(top, #5f95d5, #2760b2);	
	display: inline-block;
}


#contenido_ficha_black
{
	width: 100%;
	height: auto;
	background-color: #000;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin: 0;
	overflow: hidden;
}

#ficha_right
{
	color: #fff;
	width: 50%;
	float: left;
	padding: 0.2em;
	
}

#ficha_right ul
{
	width: 48%;
	padding: 0;
	float: left;
	font-size: 0.8em;
	height: 15em;
	overflow-y: auto;
	
}

#ficha_right ul > li:first-child
{
	background: url(../img/fondo_item_menu.jpg) repeat-x;
	height: 3.38em;
	text-align: center;
	text-decoration: none;
	height: 3em;
	padding: 1.2em;
	font-weight: 300;
	color: #46719d;	
}

#ficha_right ul > li
{
	line-height: 1.1em;
	width: 100%;
	display: inline-block;
	
}

#acordeon > li
{
	line-height: 1.1em;
	width: 100%;
	display: inline-block;
	
}


#ficha_right ul li > span:first-child
{
	width: 50%;
	text-align: center;
	font-size: 0.75em;
	border-right: 1px solid #fff;
	float: left;
	cursor: default;
}

#ficha_right ul li > span:last-child
{
	width: 49%;
	text-align: center;
	font-size: 0.75em;
	float: left;
	text-transform: uppercase;
	cursor: default;
}

#ficha_right b
{
	font-size: 0.7em;
	padding: 0.3em;
	background-color: #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0.2em;
	text-transform: uppercase;
	float: left;
	cursor: default;
	opacity: 0.8;
}

#ficha_right b:hover
{
	background-color:#fff;
	color:#000;	
	opacity: 1;
}

#ficha_right ul li:hover
{
	background-color:#fff;
	color:#000;	
}

#ficha_right ul > li:first-child:hover
{
	background: url(../img/fondo_item_menu.jpg) repeat-x;
	color: #46719d;
	}
	
#ficha_right ul li a
{
	text-decoration:none;
	color:#06F;	
}

#ficha_right ul:nth-child(3) > li
{
	padding: 0.5em 0;	
}
	

#ficha_right ul:nth-child(3)
{
	height: auto;
	overflow-y: hidden;
}

#ficha_right ul:last-child
{
	background-color: #3ca1d7;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin: 0.5em;
	margin-top: 0;
	height: 19.4em;
	overflow-y: hidden;
}

#ficha_right ul:last-child li:first-child
{
	color: #fff;	
	background: none;
}














#ficha_right ul form li > input
{
	width: 90%;
padding: 0.5em;
margin: 0.2em;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
opacity: 0.5;	
}

#ficha_right ul form li > input:focus
{
	opacity:1;	
}

#ficha_right ul form li > textarea
{
	width: 90%;
padding: 0.5em;
margin: 0.2em;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
opacity: 0.5;	
}

#ficha_right ul form li > textarea:focus
{
	opacity:1;	
}

input#envio
{
	width: 90%;
line-height: 2em;
background-color: #fff;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
font-weight: 700;
text-transform: uppercase;
border: 0;
padding: 0.2em !important;
position: relative;
top: 0.2em;
opacity: 1 !important;
}

input#envio:hover
{
	background-color: #000;
	color:#fff;
}

input#erase
{
	width: 90%;
line-height: 2em;
background-color: #fff;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
font-weight: 700;
text-transform: uppercase;
border: 0;
padding: 0.2em !important;
position: relative;
top: 0.2em;
opacity: 1 !important;
}

input#erase:hover
{
	background-color: #000;
	color:#fff;
}

#ficha_right ul:last-child form li:hover
{
	background-color:transparent;	
}

#ficha_right ul:nth-child(3) li
{
	line-height: 2.1em;	
}

#llamar
{
	width: 100%;
	line-height: 2em;
	background-color: #000;
		color:#fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
	padding: 0.2em !important;
	position: relative;
	top: 0.2em;
	opacity: 1 !important;

	display:none;
}

#llamar a
{
	text-decoration: none;
	width: 100%;
	display: block;	
	color:#fff;
}


#filtros
{
	
}

#filtros select
{
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	padding: 0.4em;
	color: #1a9acf;
	font-weight: 300;
	cursor: pointer;
	background: #fff url('../img/sprite.png' ) no-repeat right -6.2em;
	margin: 0 -0.5em 1em 1.2em;
	width: 14%;
	font-size: 13px;
}

#filtros_scroll select
{
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	padding: 0.4em;
	color: #1a9acf;
	font-weight: 300;
	cursor: pointer;
	background: #fff url('../img/sprite.png' ) no-repeat right -6.2em;
	margin: 0 -0.5em 1em 3.1%;
	width: 17%;
	font-size: 13px;
}

#filtros_scroll
{
	position: fixed;
	top: 0px;
	z-index: 999;
	left: 0px;
	width: 100%;
	background-color: rgb(0, 0, 0);
	padding: 1em;	
	display:none;
}


#financiamiento
{
	width: 100%;
	color: #fff;
	padding: 1em;	
}

#financiamiento > div
{
	width: 99%;
	border: 1px solid #fff;
	display: inline-block;
	padding: 1em;
	margin: 4px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#financiamiento > div:last-child
{
	border:none;	
}


#financiamiento h1
{
	line-height: 2em;
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 1.4em;
}

#financiamiento span {
	width: 14%;
	display: block;
	float: left;
	padding: 0.5em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 1% 2% 1% 0;
	font-size: 0.75em;
	background:#AB1217;
}

#financiamiento input {
	width: 30%;
	display: block;
	float: left;
	padding: 0.2em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 1% 2% 1% 0;
}

#financiamiento input:focus
{
	background-color: #FEEAE7;	
}

#financiamiento textarea
{
	width: 30%;
	display: block;
	float: left;
	padding: 0.5em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 1% 2% 1% 0;
	height: 4em;
}

.empresa p
{
	padding: 1em;
	color: #fff;
	font-size: 1em;
	padding-left: 16em;
	line-height: 1.2em;	
}



#empresaImagen {
	width: 100%;
	margin-bottom: 1em;	
}

#empresaImagen img
{
	width:100%;
	height:auto;	
}

#ficha_slider img
{
	-webkit-filter: grayscale(0);	
}

#vendido
{
	background: url(../img/vendido.png);
position: absolute;
top: 0;
width: 168px;
height: 126px;
z-index: 9;
		
}

#contenedor {
	background:rgba(0,0,0, 0.5);
	float:left;
}
#contenedor2 {
	background:rgba(0,0,0, 0.5);
}
#cabecera_contenedor h2 {
	font-size:24px;
	font-weight:bold;
	padding:1em;
}
#cuerpo_contenedor {
	padding: 0 4%;
	margin-bottom: 2em;
}
#loader {
	display:none;
}