@charset "iso-8859-1";
/* CSS Document */

#mono_therma{
	width: 100%;
	margin:0 auto;
}

#mono_therma #img_ppal{
	width: 100%;
	margin:0 auto;
}


#botones{
	width:100%;
	max-width:850px;
	margin: 4% auto 0;
}

#btn_duo_therma, #btn_mono_therma, #btn_fumetica{
	float:left;
	width:32%;
	cursor: pointer;
}

#tab{
	width: 70%;
	margin: 3% auto 2.5%;
	text-align:center;
}

#tab p{
	color: #6c6c6c;
    font-size: 20px;
    font-weight: 100;
}

#tab .separacion_blue{
	width:15%;
	margin-top: 3%;
}
.descripcion, .separacion_tab_vertical, .especificaciones{
	float:left;
}

.descripcion{
	width:45%;
}

.separacion_tab_vertical{
    border-left: 1px solid #cdcdcd;
    float: left;
    height: 25px;
    width: 3%;
    margin-left: 7%;
    margin-right: 3%;
}

.especificaciones{
	width:47%;
}


.separacion_tab_descripcion{
	background-image:url(../images/scteh/separacion_tab_horiz.png);
	background-position: center center;
	background-repeat:no-repeat;
	display:block;
	height:5px;
	margin-left: auto;
    margin-right: auto;
    width: 304px;
}


.separacion_tab_especificaciones{
	background-image:url(../images/scteh/separacion_tab_especificaciones.png);
	background-position: center center;
	background-repeat:no-repeat;
	display:block;
	height:5px;
	margin-left: auto;
    margin-right: auto;
    width: 304px;
}

.descripcion > span, .especificaciones > span{
	font-size: 20px;
	font-weight: 100;
}


#descripcion{
	
}

#ficha_mono_therma{
	max-width: 1024px;
	width:100%;
	margin:1% auto 8%;
	position:relative;
}


#mas_info{
	position: absolute;
    right: 2%;
	top: 50px;
    width: 15%;
    background-color: #00ADC3;
    padding-top:0.5%;
	padding-bottom: 0.5%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#mas_info a{
	text-decoration:none;
	color: #FFF;
}


#ficha_mono_therma h1{
	font-size:75px;
	color:#000000;
	font-weight:100;
}

.img_descripcion{
	margin-top: 10%
}

.txt_ficha > h2{
	font-size:20px;
	color:#000000;
	font-weight:normal; 
}

.txt_ficha {
    margin: 4% auto 0;
    max-width: 970px;
	width:100%;
	float:none;
}

.txt_ficha a{
	text-decoration:none;
	color:#00ADC3;
}

.txt_ficha a:hover{
	text-decoration:underline;
}

.separacion_blue_shadow {
    background-color: #00adc3;
    border-radius: 5px;
    height: 10px;
    margin: 10% auto 8%;
    width: 45%;
	-webkit-box-shadow: 0px 0px 10px 8px rgba(210,239,243,1);
	-moz-box-shadow: 0px 0px 10px 8px rgba(210,239,243,1);
	box-shadow: 0px 0px 10px 8px rgba(210,239,243,1);
}

.separacion_blue {
    background-color: #00adc3;
    border-radius: 5px;
    height: 5px;
    margin: 5% auto 6%;
    width: 11%;
}


.clear {
    clear: both;
}

#menu_tabs {
	width:100%;
	margin:0 auto; 
    
}

#menu_tabs li {
    display: inline;
	float:left;
	
}
#menu_tabs li a {
    text-decoration: none;    
}

#menu_tabs li span{
	color: #c8c8c8;
}

#menu_tabs .active span{
	color:#6c6c6c;
}


/*RESPONSIVE INI*/


/*Aplicar solo en resoluciones entre X e Y pixeles de ancho:*/

@media screen and (min-width:1024px) and (max-width:1399px) {


}


/*Aplicar solo en resoluciones de menos de X píxeles de ancho:*/
@media screen and (min-width:897px) and (max-width:1023px) {

.img_descripcion img{
	width:100%;
}



}

@media screen and (min-width:768px) and (max-width:896px) {
	#botones {
width: 90%;
}
#tab {
width: 58%;
}

ul#menu_tabs {
padding-left: 0;
}



.txt_ficha {
	width:95%;
}


}


@media only screen and (min-width: 481px) and (max-width: 767px) {
	#btn_duo_therma, #btn_mono_therma, #btn_fumetica {
float: left;
width: 32%;
}

#mas_info {
position: initial;
height: 25px;
margin-top: 15%;
margin-bottom: 10%;
margin-left: auto;
margin-right: auto;
width: 50%;
background-color: #00ADC3;
padding-top: 2%;
padding-bottom: 0.5%;
}

}

@media only screen and (min-width: 0px) and (max-width: 480px) {
#btn_duo_therma, #btn_mono_therma, #btn_fumetica{
	float:none;
	width:100%;
}

#mas_info {
	position: initial;
	height: 25px;
	margin-top: 15%;
	margin-bottom: 10%;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	background-color: #00ADC3;
	padding-top: 2%;
	padding-bottom: 0.5%;
}

.separacion_tab_vertical, .separacion_tab_descripcion{
	display:none;
}

.img_descripcion img{
	width:100%;
}



.txt_ficha{
	width:80%;
}


}

img{
	height: auto;
}

/*RESPONSIVE FIN*/


@media (max-width:738px){
.separacion_tab_descripcion {
    display: none;
}
.separacion_tab_especificaciones {
    display: none;
}
.separacion_tab_dimensiones {
    display: none;
}

#menu_tabs li {
    display: block !important;
}
.separacion_tab_vertical {
	display: none !important;
}
.descripcion, .especificaciones, .dimensiones, .eficiencia, .soluciones{
	width: 100%;
}
.descripcion {
    margin-left: 0%;
}
#menu_tabs li span {
    font-size: 22px !important;
}
}
