@charset "utf-8";
/* CSS Document */

#ficha
{
	width:100%;
	height:auto;
	padding:1em;	
}


.loading
{
	display:none;	
}




.img_tipo_active {
	background-color: #AB1217;
}

#img_ext
{
	color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 11px;
    padding: 1.7em;
    text-transform: uppercase;
}

#img_int
{
	cursor: pointer;
	float: right;	
	padding: 1.7em;
	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;
	background:#333;
	display: inline-block;
}


#contenido_ficha_black
{
	width: 100%;
	height: auto;
	background-color: #737171;
	-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.1em;
	float: left;
	font-size: 0.8em;
	height: 15em;
	overflow-y: auto;
	margin-bottom: 1em;
	
}

#ficha_right ul > li:first-child {
	background:#AB1217;
	border-radius: 11px 11px 0 0;
	-moz-border-radius: 11px 11px 0 0;
	-webkit-border-radius: 11px 11px 0 0;
	text-align: center;
	text-decoration: none;
	height: 2em;
	padding-top: 0.5em;
	font-weight: 300;
	color: white;
	font-size:1.2em;	
}

#ficha_right ul > li
{
	line-height: 1.1em;
	width: 100%;
	display: inline-block;
	
}

#acordeon > li {
	display: inline-block;
    font-size: 1.1em;
    line-height: 0.8em;
    width: 100%;
	font-family: arial;
}
#ficha_right ul li > span:first-child {
	width: auto;
	text-align: center;
	font-size: 0.75em;
	float: left;
	cursor: default;
	padding-right: 5px;
}
#ficha_right ul li > span:last-child {
	width: auto;
	text-align: center;
	font-size: 0.75em;
	float: left;
	text-transform: uppercase;
	cursor: default;
	text-indent:1em;
}
#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;
	font-family: arial;
	
}
#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:black;
	font-size: 0.8em;
}
#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: #333;
	-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.4em;
	margin: 0.2em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#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;
}

#ficha_right ul form li > textarea:focus
{
	opacity:1;	
}

input#envio
{
	width: 100%;
	line-height: 2em;
	background-color: #747474;
	-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
{
	
	color:#AB1217;
}

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
{
	
}
.inf-con {
	line-height: 2em;
	color: #000000;
}
#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 select
{
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	padding: 0.4em;
	color: #152e4d;
	font-weight: 300;
	cursor: pointer;
	background: #fff url('../img/sprite.png' ) no-repeat right -6.2em;
	margin: 1em -0.5em 1em 1.2em;
	width: 17.7%;
	font-size: 13px;
	border: 1px solid #999999;
}

#filtros_scroll select
{
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	padding: 0.4em;
	color: #152e4d;
	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;
	font-family: 'Cuprum';
}

#filtros_scroll
{
	position: fixed;
	top: 0px;
	z-index: 999;
	left: 0px;
	width: 100%;
	background-color: #666;
	padding: 1em;	
	display:none;
}
#destacados
{
	margin-right: 1%;
	width: 99%;
	
}

#destacados li
{
	list-style: none;
	width: 18%;
	height: auto;
	float: left;
	margin: 0.8%;
	min-height: 137px;
	position:relative;
}

#destacados li a > img
{
	width:100%;	
	-moz-box-shadow: 2px 3px 9px #000000;
	-webkit-box-shadow: 2px 3px 9px #000000;
	box-shadow: 2px 3px 9px #000000;
}

#destacados li a > p
{
	color: white;
	font-size: 0.9em;
	width: 100%;
	white-space: nowrap;
	line-height: 2.3;
	padding-left: 0.6em;
	font-family:'Oswald', sans-serif;
	background:#363535;

}
.precio-dest {

	
	width:300px;
	height:50px;
}

.precio-dest p{
	color:#c4541e;
	color: #fff;
	font-size: 1.1em;
	line-height: 3;
	font-family:'Oswald', sans-serif;
	text-align:center;
	background: #6d6a6a; /* Old browsers */
	background: -moz-linear-gradient(top,  #6d6a6a 0%, #3d3c3b 48%, #000000 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6a6a), color-stop(48%,#3d3c3b), color-stop(99%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6d6a6a 0%,#3d3c3b 48%,#000000 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6d6a6a 0%,#3d3c3b 48%,#000000 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6d6a6a 0%,#3d3c3b 48%,#000000 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #6d6a6a 0%,#3d3c3b 48%,#000000 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6a6a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.precio-dest img{
	float:right;
		
}

#destacados2
{
	margin-right: 1%;
	width: 99%;
	
}

#destacados2 li
{
	list-style: none;
	width: 18%;
	height: auto;
	float: left;
	margin: 1%;
	min-height: 137px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	overflow: hidden;
	position:relative;
}

#destacados2 li a > img
{
	width:100%;
	border-bottom:2px solid #AB1217;
}

#destacados2 li a > p
{
	color: white;
	font-size: 0.9em;
	width: 100%;
	white-space: nowrap;
	background:#191919;
	line-height: 15px;
	padding:0.4em 0;
	text-align:center;
}
.vendido {
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
	/*display:none;*/
}
.vendido2 {
	height: auto;
	position: absolute;
	top: 28px;
	width: 100%;
	/*display:none;*/
}
.vendido img {
	max-width:100%;
}
.vendido2 img {
	max-width:100%;
}
.precio-dest2 {
	color:#AB1217;
	font-size: 20px;
	font-weight:bold;
}
.border-lista li {
	border-bottom:1px dashed white;
	padding:0.06em 0;
}

@media only screen and (max-width: 50em) /* 800 */
{

#destacados li
{
	width:48%;	
}
#destacados2 li
{
	width:31%;	
}
#ficha_right 
	{
		width:100%;
	}
	
	#ficha_right ul
	{
		width:100%;
		height: auto;
overflow-y: hidden;
	}
	
	#ficha_right ul > li
	{
		width:100%;	
	}
	
	#ficha_right ul 
	{
		/* margin: 1em 0; */
	}
	
	#ficha_right ul li:first-child
	{
		margin-bottom: 0;	
	}
	
	
	#ficha_right ul:last-child 
	{
		margin:0;	
	}
	
	#ficha_right ul:last-child 
	{
		height:auto;
	}
	
	#ficha_right ul {
	width: 100%;
	padding: 0;
	float: left;
	font-size: 0.8em;
	overflow-y: hidden;
	
	}
	
	#acordeon
	{
		display:none;	
		margin-bottom: 2em;
	}
	
	#ficha_right ul:last-child {
		height: auto;
	}
	
	#acordeon > li {
		line-height: 2.1em;
	}
	
	#llamar
	{
		display:block;	
	}
	
	#destacados li a > p
	{
		white-space: normal;
	}
	
	#filtros select
	{
		width: 45%;	
	}
		
	#filtros_scroll select
	{
		width: 45%;	
	}
	nav li a {
		font-size:15px;
	}
	
}
@media only screen and (max-width: 640px)
{

#img_ext {
		width:50%;
	}

	#img_int {
		width:50%;	
	}
	.txt-galeria {
	width:100%;
}
}
#container {
	max-width:980px;
	margin:0 auto;
}	
@media only screen and (max-width: 480px)
{
	#destacados2 li {
		width:48%;
	}
}

@media only screen and (max-width: 320px)
{
	#destacados2 li {
		width:98%;
	}
}