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

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

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

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

.carroussel{
	position:relative;
	width:95%;
	margin: 0 auto;
}

#btn_ventria, #btn_inova, #btn_lumera, #btn_luma, #btn_greenlite{
	float:left;
	width:25%;
	cursor: pointer;
}

#btn_ventria .enlace_ventria, #btn_inova .enlace_inova, #btn_lumera .enlace_lumera, #btn_luma .enlace_luma, #btn_greenlite .enlace_greenlite{
	text-decoration:none;
	color:#000;
}


#tab{
	width: 54% !important;
	margin: 3% auto 2.5%;
	
}

.descripcion, .separacion_tab_vertical, .especificaciones, .dimensiones{
	float:left;
}

.descripcion, .especificaciones, .dimensiones{
	width:32%;
}

.separacion_grey {
    background-color: #c7c7c7;
    border-radius: 5px;
    height: 5px;
    margin-bottom: 5%;
    width: 17%;
}

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



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


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

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

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



#ficha_lumera{
	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_lumera 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:95%;
	float:none;
}

.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;
}

/*tab especificacones*/

.controles{
    width: 90%;
    margin: 0 auto;
}

.controles h3{
	font-size:30px;
	font-weight:normal;
}

.controles h4{
    font-size: 22px;
    font-weight: 100;
    text-align: left;
    margin-bottom: 1%;
	margin-top: 4%;
}

.controles p{
	text-align:justify;
	font-size: 18px;
    font-weight: 100;
}

.controles .colL{
	width:35%;
	height: auto;
}

.controles .colR{
	width:65%;
	height: auto;
}


.bloque_maniobra {
    width: 60%;
    margin: 0 auto;
	font-size: 18px;
    font-weight: 100;
}

.bloque_maniobra p{
	text-align:left;
}

.label_opciones{
	margin-top:0;
	margin-bottom: 0;
}

.iniciales{
	width:10%;
	float:left;
}

.txt_controles{
	width:90%;
	float:left;
}

.iniciales p, .txt_controles p{
	text-align:justify;
}


.row_txt {
    width: 100%;
    display: table;
}

.colR .row_txt .cell_txt_iniciales{
    display: table-cell;
    width: 10%;
    text-align: left;
}

.cell_txt_controles{
	display: table-cell;
    width: 90%;
    text-align: left;
}

.bridas_especificaciones{
	width: 100%;
    margin: 0 auto;

}

.bridas_especificaciones > h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 1%;
}

.bridas_especificaciones .separacion_grey{
	width:7%;
}

.bridas_especificaciones > p{
	text-align:justify;
	font-size:16px;
	font-weight:100;
}

.bridas_especificaciones img{
}

.secciones{
	width: 100%;
    margin: 0 auto;
	text-align: left;
}

.secciones > h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 1%;
}

.secciones .separacion_grey{
	width:7%;
}

.secciones > img {
    /*margin-left: 10%;*/
	margin: 0 auto;
	display: block;
}

.secciones > p {
    text-align: left;
    width: 70%;
	margin-bottom:1%;
}

.versiones h3{
	font-size:20px;
	text-align:center;
	font-weight:normal;
	margin-bottom: 2%;
	font-weight: normal;
}

.versiones h4{
	font-size:20px;
	text-align:left;
	font-weight:normal;
	margin-bottom: 1%;
}
.versiones p{
	text-align:justify;
	font-size:16px;
	font-weight:100;
}

.versiones .separacion_grey{
	width:6%;
	margin-bottom: 2%;
}

.normativa h3{
	font-size:20px;
	text-align:center;
	font-weight:100;
	margin-bottom: 2%;
	font-weight: normal;
}

.normativa h4{
	font-size:22px;
	text-align:left;
	font-weight:100;
	margin-bottom: 1%;
}
.normativa p{
	text-align:center;
	font-size:16px;
	font-weight:100;
}

.normativa .separacion_grey{
	width:6%;
	margin-bottom: 2%;
}

.bridas_especificaciones h3{
	font-size:20px;
	text-align:center;
	font-weight:100;
	margin-bottom: 2%;
	font-weight: normal;
}

/*tab DIMENSIONES*/

#dimensiones{
	width: 90%;
    margin: 0 auto;
}

#dimensiones h4{
	font-size:18px;
	font-weight: 100;
	text-align:left;
    margin-bottom: 1%;
    margin-top: 5%;
}


#dimensiones h5{
	font-size:30px;
	font-weight: normal;
}

#dimensiones .separacion_grey{
	width:7%;
}


#dimensiones .txts_dimensiones{
	width: 75%;
	margin: 0 auto;
}

#dimensiones .txts_dimensiones p{
	text-align:left;
	font-size:16px;
	font-weight:100;
}

/*carroussel*/


/*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) {

#ficha_lumera{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
.img_descripcion img{
	width:auto;
}



}

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

#tab {
width: 60%;
}

ul#menu_tabs {
padding-left: 0;
}

#especificaciones{
	width:95%;
	margin-left: auto;
	margin-right:auto;
}

.rebordes_especificaciones img, .txts_especificaciones img, #dimensiones img{
	width: 100%;
}

#btn_ventria, #btn_inova, #btn_lumera, #btn_luma, #btn_greenlite{
	float:left;
	width:20%;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;
}

#btn_ventria img, #btn_inova img, #btn_lumera img, #btn_luma img, #btn_greenlite img{
	width:100%;
}

}


@media only screen and (min-width: 481px) and (max-width: 767px) {
#botones {
	width: 40%;
}
.carroussel li{
	width: 235px !important;
}


#tab {
width: 30%;
}



.descripcion, .separacion_tab_vertical, .especificaciones, .dimensiones, .eficiencia{
	text-align:left;
}

.separacion_tab_vertical, .separacion_tab_descripcion, .separacion_tab_especificaciones, .separacion_tab_dimensiones, .separacion_tab_eficiencia{
	display:none;
}

#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%;
}

.bridas_especificaciones img, .secciones img{
	width:80%;
}

.txts_especificaciones img, #dimensiones img{
	width:100%;
}

.secciones > img {
margin-left: 0;
}

.txt_ficha{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}


#especificaciones{
	width:95%;
	margin-left: auto;
	margin-right:auto;
}

#especificaciones .txtR{
	float:none;
}


.iconos_especificaciones {
	float: left;
	width: 20%;
	margin-top: 3%;
}

.pts_especificaciones {
	float: right;
	width: 70%;
}

.ensayos ul{
	width:85%;
}

.ficha_base {
width: 90%;
margin-left: auto;
float: none;
margin-right: auto;
}

.materiales p{
	text-align:center;
}


#btn_ventria, #btn_inova, #btn_lumera, #btn_luma, #btn_greenlite{
	float:none;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;
}

}

@media only screen and (min-width: 0px) and (max-width: 480px) {
#botones {
	width: 60%;
}


.carroussel {
	width: 95%;
}

.carroussel li{
	width: 195px !important;
}


#tab {
width: 55%;
}

#menu_tabs{
	width:80%;
}

.eficiencia{
	text-align:left;
}

#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, .separacion_tab_especificaciones, .separacion_tab_dimensiones, .separacion_tab_eficiencia{
	display:none;
}

.img_descripcion img, #especificaciones img, .secciones img, #dimensiones img{
	width:100%;
}

.secciones > img{
	margin-left:0;
}

.txt_ficha{
	width:80%;
}

 #especificaciones{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}


.controles .colL, .controles .colR{
	width:100%;
}

.iniciales, .colR .row_txt .cell_txt_iniciales {
width: 15%;
}

.txt_controles, .cell_txt_controles {
width: 80%;
}

.regulaciones p {
font-size: 20px;
}

#dimensiones h4{
	margin-top:15%;
}

.ensayos ul {
width: 85%;
}


.icono_eficiencia {
width: 40%;
float:none;
}

.pt_eficiencia{
	width:95%;
	float:none;
}

#btn_ventria, #btn_inova, #btn_lumera, #btn_luma, #btn_greenlite{
	float:none;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;
}
}

/*RESPONSIVE FIN*/

div#especificaciones {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 769px){
#tab {
    width: 100% !important;
}
}

@media (max-width: 737px){
#menu_tabs li {
    display: block !important;
}
.separacion_tab_vertical {
	display: none !important;
}
.descripcion, .especificaciones, .dimensiones, .eficiencia, .soluciones{
	width: 100%;
	text-align: center;
}
.descripcion {
    margin-left: 0%;
}
.secciones img {
    margin:0 auto;
	display: block;
}
#menu_tabs li span {
    font-size: 22px !important;
}
}

img{
	height: auto;
}

