.content-wrap .container.clearfix .contenedor_principal {
    width: 100%;
    height: 500px;
    background-color: #FFFFFF;
    clear: none;
    margin-left: -7px;
    padding-top: 0px;
    margin-top: 35px;
    margin-bottom: 0px;
    
}
.content-wrap .container.clearfix .col-xl-3.offset-xl-1 {
    margin-top: -55px;
}





.container.clearfix .contenedor_principal .menu_lateral {
    width: 41%;
    padding-left: 0px;
    background-color: #FFFFFF;
    float: left;
    padding-top: 0px;
    margin-top: 0px;
    top: auto;
    margin-left: -37px;
}


.contenedor_principal .menu_lateral .medidas {
	width: 100%;
	height: 46px;
	background-color: #7A7B7C;
	font-size: x-large;
	text-indent: 1px;
	padding-top: 4px;
	border-radius: 4px;
	color: #FCF8F8;
	background-image: -webkit-linear-gradient(3deg,rgba(108,105,105,1.00) 0%,rgba(127,126,126,1.00) 38.86%,rgba(173,172,173,1.00) 64.25%,rgba(184,184,185,1.00) 83.93%,rgba(206,207,208,1.00) 100%);
	background-image: -moz-linear-gradient(3deg,rgba(108,105,105,1.00) 0%,rgba(127,126,126,1.00) 38.86%,rgba(173,172,173,1.00) 64.25%,rgba(184,184,185,1.00) 83.93%,rgba(206,207,208,1.00) 100%);
	background-image: -o-linear-gradient(3deg,rgba(108,105,105,1.00) 0%,rgba(127,126,126,1.00) 38.86%,rgba(173,172,173,1.00) 64.25%,rgba(184,184,185,1.00) 83.93%,rgba(206,207,208,1.00) 100%);
	background-image: linear-gradient(87deg,rgba(108,105,105,1.00) 0%,rgba(127,126,126,1.00) 38.86%,rgba(173,172,173,1.00) 64.25%,rgba(184,184,185,1.00) 83.93%,rgba(206,207,208,1.00) 100%);
	padding-left: 0px;
	margin-top: -2px;
}



.stretched #page-title2 {
    margin-top: 4px;
    margin-bottom: 0px;
}




.contenedor_principal .menu_lateral .vinculo_medida {
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	padding-top: 13px;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
	letter-spacing: 0px;
	word-spacing: 8px;
	white-space: normal;
	vertical-align: 0px;
	list-style-position: inside;
	text-transform: none;
	display: block;
	-webkit-box-sizing: border-box;

*/
	/* [disabled]-moz-box-sizing: border-box; */
	/* [disabled]box-sizing: border-box; */
	/* [disabled]min-height: 0px; */
	line-height: 2px;
	font-size: large;
	padding-right: 0px;
	margin-right: 0px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 10px;
}

.contenedor_principal .menu_lateral .datos {
	width: 100%;
	height: 163px;
	padding-top: 0px;
	font-size: large;
	line-height: 22px;
	margin-top: -27px;
	text-indent: 2px;
}


.contenedor_principal .menu_lateral .COLORES {
    width: 100%;
    height: 40px;
    padding-top: 4px;
    font-size: x-large;
    background-color: #FFFFFF;
    background-image: -webkit-linear-gradient(358deg,rgba(109,106,106,1.00) 0%,rgba(131,130,130,1.00) 45.08%,rgba(168,164,164,1.00) 69.43%,rgba(216,212,212,1.00) 100%);
    background-image: -moz-linear-gradient(358deg,rgba(109,106,106,1.00) 0%,rgba(131,130,130,1.00) 45.08%,rgba(168,164,164,1.00) 69.43%,rgba(216,212,212,1.00) 100%);
    background-image: -o-linear-gradient(358deg,rgba(109,106,106,1.00) 0%,rgba(131,130,130,1.00) 45.08%,rgba(168,164,164,1.00) 69.43%,rgba(216,212,212,1.00) 100%);
    background-image: linear-gradient(92deg,rgba(109,106,106,1.00) 0%,rgba(131,130,130,1.00) 45.08%,rgba(168,164,164,1.00) 69.43%,rgba(216,212,212,1.00) 100%);
    color: #FBF8F8;
    padding-left: 13px;
    border-radius: 4px;
    margin-top: 3px;
    margin-left: 0px;
    padding-right: 0px;
}

.stretched .COLORES .fa.fa-tint {
    padding-right: 2px;
    margin-right: 6px;
}
.stretched #regla {
    width: 28px;
    height: 29px;
    float: left;
    margin-top: 5px;
    margin-left: 7px;
    margin-right: 7px;
}


.contenedor_principal .menu_lateral .vinculo_color1 {
    width: 100%;
    height: 50px;
    background-color: #DBE3E1;
}
.contenedor_principal .menu_lateral .vinculo_color {
    width: 100%;
    height: 50px;
    background-color: #DBE3E1;
}
.container.clearfix .contenedor_principal .imagen {
    width: 62%;
    height: 390px;
    background-color: #FFFFFF;
    float: right;
    margin-left: 0px;
    margin-right: -31px;
    margin-top: -77px;
	
}



 ul, li {
    list-style: none;
}
ul.slider{
  position: relative;
  width: 100%;
  height: 150px;
}

ul.slider li {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: inherit;
    height: inherit;
    transition: opacity .5s;
    background:#fff;
    
}
ul.slider li:first-child {
    opacity: 1; /*Mostramos el primer <li>*/
}

ul.slider li:target {
    opacity: 1; /*Mostramos el <li> del enlace que pulsemos*/
}
.menu{
	text-align:left;
	margin: 2px;
}
.menu li{
	display: inline-block;
	text-aling:left;
}
.menu li a{
	display: inline-block;
	color: black;
	text-decoration: none;
	padding: 20px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: left;
}
.circulo{
	background: #7f8c8d;
	display:inline-block;
	font-size:20px;
	margin:2px;
	padding:2px 0px;
	width:40px;
	height:40px;
	box-shadow: 5px 4px 1px #373c3c;
}
.circulo.amarillo{
	background: #f1c40f;
	box-shadow: 0px 3px 0px #c0392a;
	border-radius:100%;
	}
.circulo.limon{
    background: #2ecc71;
    box-shadow: 0px 3px 0px #039F2C;
    border-radius: 100%;
  
	}
.circulo.olivo{
	background: #2B6F4F;
	box-shadow: 0px 3px 0px #273923;
	border-radius:100%;
	}
.circulo.blanco{
	background: #ecf0f1;
	box-shadow: 0px 3px 0px #95a5a6;
	border-radius:100%;
	}
.circulo.gris{
	background: #bdc3c7;
	box-shadow: 0px 3px 0px #7f8c8d;
	border-radius:100%;
	}
.circulo.terracota{
    background: #BD7B03;
    box-shadow: 0px 3px 0px #885802;
    border-radius: 100%;
    padding-right: 7px;
    font-size: large;
	}
.circulo.cafe{
	background: #674537;
	box-shadow: 0px 3px 0px #713B05;
	border-radius:100%;
	}
.circulo.negro{
	background: #181616;
	box-shadow: 0px 3px 0px #121010;
	border-radius:100%;
	}


	.circulo.rojo{
	background: #e74c3c;
	box-shadow: 0px 3px 0px #c0392b;
	border-radius:100%;}
	
	.circulo.violeta{
	background: #8508D2;
	box-shadow: 0px 3px 0px #5c2767;
	border-radius:100%;
	}
	.circulo.azul{
	background: #3498db;
	box-shadow: 0px 3px 0px #2980b9;
	border-radius:100%;}
	
	.circulo.azulp{
	background: #34495e;
	box-shadow: 0px 3px 0px #2c3e50;
	border-radius:100%;
}
	.circulo.lila {
	background: #9b59b6;
	box-shadow: 0px 3px 0px #8e44ad;
	border-radius:100%;
	}
	.circulo.fucsia{
	background: #f51fcc;
	box-shadow: 0px 3px 0px #C309A0;
	border-radius:100%;
	}
	.circulo.turquesa{
	background: #41F1E9;
	box-shadow: 0px 3px 0px #0CAAA2;
	border-radius:100%;
	}
	.circulo.naranjo{
	background: #e67e22;
	box-shadow: 0px 3px 0px #d35400;
	border-radius:100%;
	}
.content-wrap .container.clearfix h3 {
    margin-top: -53px;
}
.stretched .datos #altura {
    margin-left: 37px;
}



.menu_lateral .datos script {
    text-indent: 5px;
}
.menu_lateral .datos span {
}
.contenedor_principal .menu_lateral .datos {
	color: #060000;
}
.menu_lateral .datos #ancho {
    margin-left: 34px;
}
.menu_lateral .datos #largo {
    margin-left: 23px;
}
.menu_lateral .datos #num {
    margin-left: 7px;
    font-size: large;
    font-weight: bold;
}
.datos span strong {
    margin-left: 3px;
}
.menu_lateral .datos #diametroi {
    margin-left: 18px;
}
.menu_lateral .datos #diametros {
    margin-left: 11px;
}


.content-wrap .container.clearfix a {
    padding-left: 7px;
    margin-left: 3px;
}



.content-wrap .container.clearfix .volver {
    margin-left: -9px;
    font-size: large;
}
.stretched .fa.fa-reply.fa-fw {
    margin-left: -150px;
    padding-left: 0px;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    padding-right: 0px;
    margin-bottom: -6px;
    white-space: normal;
}

.stretched .COLORES .fa.fa-tint.fa-fw {
}

@media (max-width:240px){
.contenedor_principal .menu_lateral .datos {
	margin-left: 9px;
	width: 238px;
	height: 120px;
	padding-top: 0px;
	font-size: 11px;
	line-height: 14px;
	margin-top: -56px;
	text-indent: 16px;
	vertical-align: 0px;
	white-space: normal;
	letter-spacing: 0px;
	margin-right: -4px;
}
.menu_lateral .datos #diametros {
	font-size: small;
}
.menu_lateral .datos #num {
	font-size: x-small;
	word-spacing: -11px;
	text-indent: 3px;
	padding-left: 0px;
	white-space: normal;
}
.menu_lateral .datos #diametroi {
	font-size: small;
}



.contenedor_principal .menu_lateral .COLORES {
	margin-top: 157px;
	width: 212px;
	font-size: large;
	margin-left: 0px;
	margin-right: 0px;
	text-indent: 0px;
	margin-bottom: 1px;
}
.menu_lateral .vinculo_color table {
	margin-top: 4px;
	max-height: 3px;
}

.contenedor_principal .imagen #muestra {
	margin-top: 199px;
	max-height: 181px;
	max-width: 175px;
	padding-left: 0px;
	margin-left: -100px;
}
.contenedor_principal .menu_lateral .datos {
	max-width: 233px;
	margin-bottom: -37px;
}

.contenedor_principal .menu_lateral .medidas {
	width: 215px;
	height: 37px;
	background-color: #7A7B7C;
	font-size: large;
	margin-bottom: 29px;
	margin-left: 5px;
	text-indent: 34px;
	margin-top: -8px;
}
.container.clearfix .contenedor_principal .imagen {
	margin-top: -99px;
	max-height: 0px;
	margin-left: -6px;
	margin-bottom: 4px;
	min-height: 14px;
}
.contenedor_principal .imagen #muestra {
	margin-top: 194px;
	margin-left: -90px;
	margin-bottom: 0px;
}

.contenedor_principal .menu_lateral .vinculo_medida {
	margin-top: -27px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	max-width: 190px;
	width: 198px;
	max-height: 30px;
	height: 29px;
}
.menu_lateral .vinculo_medida .menu {
	margin-top: -17px;
}

.contenedor_principal .menu_lateral .vinculo_color1 {
	width: 65%;
	margin-top: 18px;
	max-height: 3px;
	margin-bottom: -25px;
	max-width: 0px;
   
   
}

.contenedor_principal .menu_lateral .vinculo_color {
	width: 0px;
	max-width: 0px;
}
.circulo{
	background: #7f8c8d;
	display:inline-block;
	font-size:20px;
	margin:2px;
	padding:2px 0px;
	width:100px;
	height:100px;
	box-shadow: 5px 4px 1px #373c3c;
}	
	
}
@media (min-width:349px) and (max-width:449px){
.contenedor_principal .menu_lateral .datos {
	margin-left: 13px;
	width: 383px;
	height: 96px;
	padding-top: 0px;
	margin-top: -60px;
	margin-bottom: 201px;
	padding-bottom: 1px;
	text-indent: -1px;
	word-spacing: 1px;
	vertical-align: none;
	max-width: 382px;
	font-size: small;
	}
.stretched .datos #diametros {
	margin-left: 2px;
	font-size: small;
}
.stretched .datos #diametroi {
	margin-left: 3px;
}


.circulo{
	background: #7f8c8d;
	display:inline-block;
	font-size:20px;
	margin:2px;
	padding:2px 0px;
	width:33px;
	height:33px;
	box-shadow: 5px 4px 1px #373c3c;
	}
.menu_lateral .datos #capacidad {
	font-size: medium;
}

	.contenedor_principal .menu_lateral .COLORES {
	margin-top: 177px;
	width: 300%;
	font-size: large;
	margin-left: 0px;
	margin-right: 0px;
	text-indent: 1px;
	height: 32px;
	margin-bottom: 5px;
	line-height: 0px;
}
.contenedor_principal .menu_lateral #regla {
	height: auto;
	width: auto;
	margin-top: -179px;
	margin-left: 17px;
	max-height: 27px;
}

.contenedor_principal .imagen #muestra {
	margin-top: 210px;
	max-height: 145px;
	max-width: 307px;
	padding-left: 0px;
	margin-left: -150px;
	margin-bottom: 0px;
}
.menu_lateral .vinculo_color table {
	margin-top: -10px;
	height: 0px;
	margin-bottom: 30px;
	max-width: 0px;
	max-height: 0px;
}


.contenedor_principal .menu_lateral .medidas {
	width: 300%;
	height: 66px;
	background-color: #7A7B7C;
	font-size: large;
	margin-bottom: 78px;
	margin-left: -2px;
	text-indent: 59px;
	max-height: 32px;
	margin-top: -184px;
}

.container.clearfix .contenedor_principal .imagen {
	margin-top: -99px;
	max-height: 0px;
	margin-left: -11px;
	margin-bottom: 91px;
	margin-right: -31px;
	height: none;
}

.contenedor_principal .menu_lateral .vinculo_medida {
	margin-top: -74px;
	padding-bottom: 0px;
	margin-bottom: 131px;
	max-width: 344px;
	width: 348px;
	height: 11px;
	padding-top: 0px;
	line-height: 0px;
	word-spacing: 0px;
	font-size: large;
}
.content-wrap .container.clearfix .col-xl-5 {
	font-size: medium;
	margin-top: -75px;
	margin-bottom: 51px;
}
.stretched #page-title {
	font-size: medium;
	max-width: 423px;
	max-height: 3px;
	height: 11px;
	margin-bottom: -57px;
	margin-top: -13px;
}
.stretched #page-title h1 {
	font-size: x-large;
	margin-top: -36px;
}
.contenedor_principal .menu_lateral .vinculo_color1 {
	margin-left: 9px;
	margin-top: 19px;
	width: 0px;
	font-size: medium;
	max-width: 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-height: 19px;
	margin-bottom: 30px;
}
.contenedor_principal .menu_lateral .vinculo_color {
	margin-left: 9px;
	margin-top: 3px;
	max-width: 0px;
	max-height: 0px;
}
.content-wrap .container.clearfix .offset-xl-0.col-xl-3 {
	margin-top: -77px;
	margin-bottom: 53px;
}








}

@media (min-width:448px) and (max-width:601px){
	
	.contenedor_principal .menu_lateral .datos {
	margin-left: 13px;
	width: 400px;
	height: 102px;
	padding-top: 0px;
	font-size: 16px;
	margin-top: -67px;
	margin-bottom: 11px;
	padding-bottom: 1px;
	word-spacing: 3px;
	max-width: 393px;
	}
	.contenedor_principal .menu_lateral .COLORES {
	margin-top: 231px;
	width: 300%;
	font-size: large;
	margin-left: 0px;
	margin-right: 0px;
	text-indent: 1px;
}
.contenedor_principal .menu_lateral #regla {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left: 14px;
	max-height: 35px;
}

.contenedor_principal .imagen #muestra {
	margin-top: 235px;
	max-height: 169px;
	max-width: 401px;
	padding-left: 0px;
	margin-left: -181px;
	margin-right: 0px;
	width: 387px;
	line-height: 0px;
	text-indent: 0px;
	white-space: normal;
	word-spacing: 0px;
	margin-bottom: 4px;
	clear: left;
	float: left;
}

.contenedor_principal .menu_lateral .medidas {
	width: 300%;
	height: 66px;
	background-color: #7A7B7C;
	font-size: large;
	margin-bottom: 16px;
	margin-left: -3px;
	text-indent: 10px;
	max-height: 38px;
	margin-top: -1px;
}
.contenedor_principal .menu_lateral .vinculo_color1 {
	width: 380px;
	max-width: 380px;
	margin-left: 40px;
}
.contenedor_principal .menu_lateral .vinculo_color {
	width: 415px;
	max-height: auto;
	max-width: 380px;
	margin-left: 40px;
}



.container.clearfix .contenedor_principal .imagen {
	margin-top: -99px;
	max-height: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	max-width: 232px;
	width: 283px;
}

.contenedor_principal .menu_lateral .vinculo_medida {
	margin-top: -13px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 439px;
	max-height: 0px;
	margin-left: 13px;
	word-spacing: 5px;
	max-width: 401px;
	font-size: large;
	float: left;
	height: 9px;
}
.stretched #page-title h1 {
	font-size: xx-large;
}
.stretched #page-title {
	height: none;
	max-height: auto;
}
.content-wrap .container.clearfix .col-xl-5 {
	margin-bottom: 61px;
	margin-top: -77px;
}
#logo a img {
	max-width: 320px;
	margin-left: 17px;
	width: 340px;
	max-height: 73px;
	height: 78px;
}
.content-wrap .container.clearfix .offset-xl-0.col-xl-3 {
	margin-top: -75px;
	margin-bottom: 63px;
}





	
}

@media (min-width:801px) and (max-width:900px){
.content-wrap .container.clearfix .col-xl-5 {
	margin-left: -19px;
	max-height: 58px;
	max-width: 307px;
}
span .vinculo_medida .menu {
	width: 311px;
	margin-bottom: 0px;
}
.contenedor_principal .menu_lateral .COLORES {
	margin-top: -33px;
}


.contenedor_principal .menu_lateral .medidas {
	margin-top: -34px;
	margin-bottom: 4px;
}
.contenedor_principal .menu_lateral #regla {
	margin-top: -26px;
}
.contenedor_principal .imagen #muestra {
	max-height: 301px;
}
.container.clearfix .contenedor_principal .imagen {
	max-height: 306px;
}















}

@media (min-width:1200px){
.contenedor_principal .menu_lateral .datos {
	font-size: large;
	line-height: 32px;
	margin-bottom: 10px;
	word-spacing: 8px;
	vertical-align: baseline;
	text-indent: 1px;
}
.contenedor_principal .menu_lateral .vinculo_medida {
	font-size: xx-large;
	margin-top: 12px;
	margin-bottom: -2px;
	text-decoration: none;
	text-indent: 3px;
	line-height: 6px;
	height: 48px;
}


.contenedor_principal .menu_lateral .medidas {
	margin-top: 0px;
	font-size: x-large;
}




}

@media (min-width:241px) and (max-width:348px){
	.contenedor_principal .menu_lateral .datos {
	margin-left: 9px;
	width: 325px;
	height: 76px;
	padding-top: 0px;
	margin-top: -53px;
	margin-bottom: 200px;
	padding-bottom: 1px;
	text-indent: -1px;
	word-spacing: 0px;
	vertical-align: none;
	font-size: small;
	max-width: 280px;
	min-width: 103px;
	margin-right: 0px;
	padding-right: 0px;
	}
.stretched .datos #diametros {
	font-size: small;
}

.circulo{
	background: #7f8c8d;
	display:inline-block;
	font-size:20px;
	margin:2px;
	padding:2px 0px;
	width:23px;
	height:23px;
	box-shadow: 5px 4px 1px #373c3c;
	}

.menu_lateral .datos #capacidad {
	font-size: medium;
}

	.contenedor_principal .menu_lateral .COLORES {
	margin-top: 160px;
	width: 300%;
	font-size: large;
	margin-left: 0px;
	margin-right: 0px;
	text-indent: 4px;
	height: 32px;
	margin-bottom: 5px;
	line-height: 0px;
	padding-top: 7px;
}
.contenedor_principal .menu_lateral #regla {
	height: auto;
	width: auto;
	margin-top: -158px;
	margin-left: 17px;
	max-height: 27px;
}

.contenedor_principal .imagen #muestra {
	margin-top: 223px;
	max-height: 155px;
	max-width: 213px;
	padding-left: 0px;
	margin-left: -166px;
	width: 226px;
	height: 229px;
	margin-bottom: 0px;
}
.content-wrap .container.clearfix .offset-xl-0.col-xl-3 {
	font-size: small;
}


.contenedor_principal .menu_lateral .medidas {
	width: 300%;
	height: 66px;
	background-color: #7A7B7C;
	font-size: large;
	margin-bottom: 78px;
	margin-left: -2px;
	text-indent: 57px;
	max-height: 32px;
	margin-top: -160px;
}

.container.clearfix .contenedor_principal .imagen {
	margin-top: -102px;
	max-height: 0px;
	margin-left: 0px;
	margin-bottom: 91px;
	margin-right: 40px;
	height: none;
	max-width: 0px;
}

.contenedor_principal .menu_lateral .vinculo_medida {
	margin-top: -74px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	max-width: 322px;
	width: 329px;
	height: 29px;
	padding-top: 0px;
	line-height: 15px;
	word-spacing: -3px;
	margin-left: -5px;
	font-size: xx-small;
}
.content-wrap .container.clearfix .col-xl-5 {
	font-size: medium;
	margin-top: -75px;
	margin-bottom: 51px;
}
.stretched #page-title {
	font-size: medium;
	max-width: 423px;
	max-height: 3px;
	height: 11px;
	margin-bottom: -57px;
	margin-top: -13px;
}
.stretched #page-title h1 {
	font-size: x-large;
	margin-top: -36px;
}
#logo a img {
	margin-left: -30px;
}

.contenedor_principal .menu_lateral .vinculo_color1 {
	margin-left: 9px;
	margin-top: -6px;
	width: 0px;
	font-size: medium;
	max-width: 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.contenedor_principal .menu_lateral .vinculo_color {
	margin-left: 9px;
	margin-top: -15px;
}
.content-wrap .container.clearfix .offset-xl-0.col-xl-3 {
	font-size: small;
	margin-top: -71px;
	margin-bottom: 57px;
}
.stretched .datos #diametroi {
	margin-left: 5px;
}



}

@media (min-width:602px) and (max-width:800px){
.stretched .col-xl-5 {
	margin-left: -197px;
	font-size: medium;
}

.stretched .datos {
	font-size: x-small;
	width: 836px;
	max-width: 772px;
	margin-right: 0px;
	margin-left: 35px;
	margin-bottom: -26px;
}

.stretched .imagen {
	max-width: 314px;
	max-height: 254px;
}



.stretched .imagen #muestra {
	max-height: 306px;
	margin-top: 27px;
	max-width: 361px;
	margin-left: -37px;
}
.stretched #content .content-wrap .container.clearfix .offset-xl-0.col-xl-3 {
	margin-left: 0px;
	text-decoration: none;
	text-indent: 0px;
	font-size: small;
	text-align: left;
}

.stretched .COLORES {
	margin-top: -20px;
}





}
