@font-face {
    font-family: sub-menu;
    src: url('fonts/Champagne & Limousines.ttf') format('opentype');
}

@font-face {
    font-family: menu;
    src: url('fonts/Opificio.ttf') format('opentype');
}
@font-face {
    font-family: Economica;
    src: url('fonts/Economica.otf') format('opentype');
}

*, *:after, *:before {
    padding:0;
    margin:0;
}

.typeFont{
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: larger;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background-color:rgba(254, 254, 255, 0.4);
    color: rgba(51, 51, 51, 0.96);
}


a {
    color: #f0f0f0;
    text-decoration: none;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

h2 {
    margin-left: 2%;
    text-transform: uppercase;
    text-align: center;
}

.h2Empresa {
    margin: 2% 2% 2% 2%;
    padding-left: 1%;
}

header {
    margin: 10% 2% 2% 2%;
    padding-left: 1%;
}

/*Barra de navegacion*/
ul.ldd_menu{
	margin:0px;
	padding:0;
	display:block;
	height:80px;
	background-color:#F2F2AB;
	list-style:none;
	font-family:"Trebuchet MS", sans-serif;
        border-top: 1px solid #D1957A;
        border-bottom: 1px solid #D1957A;
        -moz-box-shadow:0px 3px 4px #591E12;
	-webkit-box-shadow:0px 3px 4px #591E12;
	-box-shadow:0px 3px 4px #591E12;
}
ul.ldd_menu a{
	text-decoration:none;
}

ul.ldd_menu > li:nth-child(1) {
    
    margin-left:100px;
}
ul.ldd_menu > li{
	float:left;
	position:relative;
}
ul.ldd_menu > li > span{
	float:left;
	color:#000;
	background-color:#F2F2AB;
	height:50px;
	line-height:50px;
	cursor:default;
	padding:15px 20px;
	/*text-shadow:0px 0px 1px #000;*/
        border-right: 1px solid #AD9E66;
        border-left: 1px solid #AD9E66;
	cursor:pointer;

}
#inicio{
	float:left;
	color:#000;
	background-color:#F2F2AB    ;
	height:50px;
	line-height:50px;
	cursor:default;
	padding:15px 20px;
	/*text-shadow:0px 0px 1px #000;*/
        border-right: 1px solid #AD9E66;
        border-left: 1px solid #AD9E66;
	cursor:pointer;
}
ul.ldd_menu .ldd_submenu{
	position:absolute;
	top:80px;
	width:550px;
	display:none;
	opacity:0.95;
	left:0px;
	font-size:15px;
	background: #F2F2AB;
	border-top:1px solid #BF9E66;
	-moz-box-shadow:0px 3px 4px #591E12 inset;
	-webkit-box-shadow:0px 3px 4px #591E12 inset;
	-box-shadow:0px 3px 4px #591E12 inset;
	z-index: 1001;
}
a.ldd_subfoot{
	background-color:#f0f0f0;
	color:#444;
	display:block;
	clear:both;
	padding:15px 20px;
	text-transform:uppercase;
	font-family: Arial, serif;
	font-size:12px;
	text-shadow:0px 0px 1px #fff;
	-moz-box-shadow:0px 0px 2px #777 inset;
	-webkit-box-shadow:0px 0px 2px #777 inset;
	-box-shadow:0px 0px 2px #777 inset;
}
ul.ldd_menu ul{
	list-style:none;
	float:left;
        border-left: 1px solid #AD9E66;
	margin:20px 0px 10px 30px;
	padding:10px;
}
li.ldd_heading{
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	color:#FFB39F;
	text-shadow:0px 0px 1px #BF9E66;
	padding:0px 0px 10px 0px;
}
ul.ldd_menu ul li a{
	font-family: Arial, serif;
	font-size:14px;
	line-height:20px;
	color:#000;
	padding:1px 3px;
}
ul.ldd_menu ul li a:hover{
	-moz-box-shadow:0px 0px 2px #333;
	-webkit-box-shadow:0px 0px 2px #333;
	box-shadow:0px 0px 2px #333;
	background:#AF412B;
}

#logo {
    float: right;
    position: relative;
    top: -5.1em;
    right:0px;
    cursor:pointer;
}
/*Estilos de la barra principal*/

/*Default Page*/
/*Contenedor Pirncipal*/

.hr1 {
    width: 100%;
    height:4px;
    background-color: #47A3DA;
}
.hr2{
    width: 100%;
    height:4px;
    background-color: #FF0000;
    border-top:none;
}
#cont-default{
	
    background-color:rgba(249, 246, 255, 0.4);
}
.contenedor {
    width:100%;
    height:auto;
    margin:0 auto;
    min-height:100%;
    padding: 0;
    float: none;
}
.contenedor:after{
	width:100%;
	height:150px;
	display:block;
	clear:both;
	}
.img-portafolio {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33333333%;
    height: 100%;
    margin-top: 20px;
    margin-left: 4%;
    display: inline;
}

    .img-portafolio img {
        width: 200px;
        height: 200px;
        position: relative;
        float: none;
        margin:45px 20px 0 20px;
    }

    .img-portafolio .desc-img {
        position: relative;
        text-align: left;
        right: 200px;
        bottom: 0;
        margin-right: -220px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.87);
    }

.cont-interno-default {
    width: 1200px;
    height: 400px;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    display: block;
}

.producto-img {
    width: 300px;
    height: 310px;
    margin-top: 10px;
    margin-left: 50px;
    margin-bottom: 10px;
    margin-right: 22px;
    padding: 0;
    position: relative;
    float: left;
    border: 2px solid rgba(15, 126, 232, 0.80);
    box-shadow: 1px 1px 1px initial rgba(51, 51, 51, 0.70);
}

.producto-imgGen{
    width: 300px;
    height: 310px;
    margin-top: 10px;
    margin-left: 50px;
    margin-bottom: 10px;
    margin-right: 22px;
    padding: 0;
    position: relative;
    float: left;
    box-shadow: 1px 1px 1px initial rgba(51, 51, 51, 0.70);
}

.desc-img-producto {
    width: 100%;
    height: 60px;
    font: 100 16px calibri;
    text-align: center;
    text-transform: uppercase;
}


.linkRacor{
    
}

.encabezado {
    padding-bottom: 3%;
    padding-left: 9%;
    margin: 10% 4% 2% 0%;
    border-bottom: 1px solid #eee;
    font-size: 1.5em;
    width: 83%;
    align-content: center;
    text-align: center;
}

.encabezado-product{
    position: static;
        align-content: center;
}

.descripcion .img-descripcion {
    position: relative;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    float: right;
    margin: 150px auto;
}

.cont-descripcion-default {	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 7%;
    position: initial;
    margin: 5%;
    padding-left: 1%;
    background-color: rgba(243, 243, 255, 0.4);
}




.descripcion {	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%;
    font-size:20px;
    font-weight: 200;
}

.descripcion p{
	
	text-align:justify;
}


#list-default li{
	margin-left:20px;
	list-style: square;
}

#inner-list-dafault li{
	list-style: none;
	margin-left:30px;
}

.contactenos {
    margin: 10px auto;
    padding: 0;
    position: relative;
    float: none;
}



form{
    position: relative;
    width: 60%;
    height: 100%;
    margin-top: 0%;
    margin-left:  0%;
}
form#contacto p{
	margin:20px auto;
	font-size:22px;
}
.form-contactenos {
    width: 100%;
    font-size: 18px;
    font-weight: 100;
    text-align: -webkit-left;
    margin: 0 auto;
}

    .form-contactenos p {
        margin-left: 90px;
    }
       

    .form-contactenos .txtContatenos {
        width: 50%;
        height: 2%;
        padding: 1%;
        font-family: Calibri;
        font-size: 1em;
        border: 1px solid rgb(246, 190, 88);
        position: relative;
        margin: 4% 4% 4% 8%;
        border-radius: 4%;
    }
    
    


    .form-contactenos .btnContactenos {
        padding: 10px;
        font-family: Calibri;
        font-size: 1em;
        margin: 1% 14% 14% 8%;
        background-color: #FFF89A;
        border: none;
        border: 1px solid rgb(246, 190, 88);
        position: relative;
        border-radius: 11%;
       
    }
    
    

        .form-contactenos .btnContactenos:hover {
            opacity: 0.80;
            cursor: pointer;
        }
        
        

    .form-contactenos span {
        margin: -280px;
        color: red;
        font-weight: 100;
    }
    
    .form-contactenos label{
    	position:relative;
    	margin:100px auto;
    	padding:0;
    }
    /*/Default Page*/

    /*Contacto Page*/
    .form-contactenos textarea {
        margin: 4% 4% 5% 8%;
        box-shadow: rgba(134, 132, 132, 0.93) 1px 1px;
        width: 56%;
        height: 200px;
        padding: 1%;
        color: #999;
        font: 200 1em calibri,verdana,arial;
        border-radius: 4%;
    }

    .form-contactenos input[type="email"]{
    	margin-top:10px;
    }
    
    .imageContactenos{
            
    }
/*/Contacto Page*/

/*Master Page*/
.btnContact{
    position: relative;
    float: right;
    margin-top: 18%;
    /* background-color: transparent; */
    font-size: 20px;
    font-weight: 500;
    height: 24%;
    width: 20%;
    margin-right: 2%;
    margin-bottom: 0%;
    border: 2px solid #000;
    border-radius: 4px;
}

.footer {
    background-color: #FFFF7D;
    background-repeat: no-repeat;
    height: 5%;
    width: 100%;
    bottom: 0%;
    padding-top: 1%;
    padding-left: 1%;
    position: relative;
    font-size: 17px;
}

	.footer div{
                margin-top: 4%;
                margin-left: 2%;
                height: 180px;
                width: 94%;
	}
    .footer article{
        font-weight: 300;
        position: relative;
        top: 0px;
        bottom: 0px;
        float: left;
        height:150px;
        width:100%;
    }
    
   
    .footer input[type="button"] {
        position: relative;
        float: right;
        margin-top: -60px;
        background-color: transparent;
        font-size: 20px;
        font-weight: 500;
        margin-right: 20px;
        border: 2px solid #000;
        border-radius: 4px;
        -moz-transition: width 2s;
        -o-transition: width 2s;
        -webkit-transition: width 2s;
        transition: width 2s;
    }

        .footer input[type="button"]:hover {
            font-size: 22px;
            opacity: 0.4;
        }
/*Master Page*/


/*/Contenedor Pirncipal*/

/*Productos*/


.contenedor-filtro {
    width: 300px;
    height: 1400px;
    max-height: 100%;
    margin: 10px;
    padding: 10px;
    position: relative;
    float: left;
}

.contenedor-imagenes {
    width: 900px;
    height: 100%;
    position: relative;
    float: right;
    margin: 10px;
    padding: 0;
}

#contenedor-imagenes header {
    position: relative;
    margin: 0 35% 0 35%;
    padding: 0;
    float: none;
    text-align: center;
}

#ye:first-letter{
	font-size:22px;
}

.img-productoGen{
    margin: 0;
    margin-left: 12%;
    position: relative;
    width: 260px;
    height: 220px;
    
}

    .img-productoGen img {
        width: 220px;
        height: 200px;
        position: relative;
        float: none;
        margin: 10px auto;
    }

.img-producto {
    margin: 0;
    margin-left: 12%;
    position: relative;
    width: 260px;
    height: 220px;
}

    .img-producto img {
        width: 220px;
        height: 200px;
        position: relative;
        float: none;
        margin: 10px auto;
    }

.filtro-productos {
    position: relative;
    margin: 0;
    float: left;
    margin-bottom: 10px;
}

.filtro-categorias {
    position: relative;
    margin: 0;
    float: left;
    margin-top: 150px;
    margin-left: -168px;
}

.filtro {
    position: relative;
    float: left;
    margin: 0;
}

    .filtro li {
        list-style: none;
        display: block;
        margin-left: -20px;
    }

/*.filtro checkbox {
            position: absolute;
            top: 5px;
            left: 0;
            display: block;
            width: 13px;
            height: 13px;
            outline: none;
            border-width: 2px;
            border-style: solid;
            background: #fff;
        }*/


@media screen and (max-width: 36em) {

    .contenedor-filtro {
    }
}
/*/Productos*/


/*NuestraEmpresa*/
.cont-nuestraEmpresa {
    color: rgba(51, 51, 51, 0.96);
    box-sizing: border-box;
    font-size: 1.2em;
    width:960px;
    height:auto;
    margin:auto;
    min-height:100%;
}
.cont-nuestraEmpresa:after{
	width:100%;
	height:150px;
	display:block;
	clear:both;
	}
.cont-perfil {
    background-color: #EBFCFF;
    border-color: #DEF7FF;
    border-radius: 2% 2%;
    border-style: solid;
    height: 90%;
    width: 90%;
    margin-top: 9%;
    margin-left: 3%;
    margin-right: 0%;
    margin-bottom: 6%;
    text-align: center;
    float: none;
    position: static;
}

    .cont-perfil strong {
        font-size: 18px;
    }

        .cont-perfil strong:after {
            content: "";
        }
        
.cont-mision {
    background-color: #EBFCFF;
    border-color: #DEF7FF;
    border-radius: 2% 2%;
    border-style: solid;
    height: 90%;
    width: 90%;
    margin-top: 9%;
    margin-left: 3%;
    margin-right: 0%;
    margin-bottom: 6%;
    text-align: center;
    float: none;
    position: static;
}
    .cont-mision strong {
        font-size: 18px;
    }

        .cont-mision strong:after {
            content: "";
        }

    .cont-perfil section {
        text-align: justify;
        margin-top: 30px;
        padding: 10px;
        text-space-collapse: collapse;
        line-height: 150%;
    }

        .cont-perfil section:first-letter {
            font-size: 24px;
        }

    .cont-perfil header {
        margin-top: 2%;
        position: relative;
    }

.cont-vision {
    background-color: #EBFCFF;
    border-color: #DEF7FF;
    border-radius: 2% 2%;
    border-style: solid;
    height: 90%;
    width: 90%;
    margin-top: 9%;
    margin-left: 3%;
    margin-right: 0%;
    margin-bottom: 6%;
    text-align: center;
    float: none;
    position: static;
}

    .cont-vision section {
        padding: 10px;
        text-align: justify;
        text-space-collapse: collapse;
        line-height: 150%;
    }

        .cont-vision section:first-letter {
            font-size: 24px;
        }
        .cont-vision header{
        	text-align:center;
        }

.cont-mision {
    background-color: #EBFCFF;
    border-color: #DEF7FF;
    border-radius: 2% 2%;
    border-style: solid;
    height: 90%;
    width: 90%;
    margin-top: 9%;
    margin-left: 3%;
    margin-right: 0%;
    margin-bottom: 6%;
    text-align: center;
    float: none;
    position: static;
}

    .cont-mision section {
        padding: 10px;
        text-align: justify;
        text-space-collapse: collapse;
        line-height: 150%;
    }

        .cont-mision section:first-letter {
            font-size: 24px;
        }

.cont-calidad {
    background-color: #EBFCFF;
    border-color: #DEF7FF;
    border-radius: 2% 2%;
    border-style: solid;
    height: 90%;
    width: 90%;
    margin-top: 9%;
    margin-left: 3%;
    margin-right: 0%;
    margin-bottom: 6%;
    text-align: center;
    float: none;
    position: static;
}

    .cont-calidad section {
        margin-top: 20px;
        padding: 10px;
        text-align: justify;
        text-space-collapse: collapse;
        line-height: 150%;
    }

        .cont-calidad section:first-letter {
            font-size: 24px;
        }
/*/NuestraEmpresa*/


/*Mezcladores*/
.cont-mezcladores {
    position: relative;
    margin-top: 50px;
    width: 800px;
    height: 1200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('img/arrow-up.png') -webkit-linear-gradient(top, #fff 50%,#fff 100%);
    background-repeat: no-repeat;
    background-position: 3px 4px, 0 0;
    border-radius:10px;
}

::-webkit-scrollbar-button:vertical:increment {
    background-image: url('img/arrow-down.png') -webkit-linear-gradient(top, #fff 50%,#fff 100%);
    background-repeat: no-repeat;
    background-position: 3px 5px, 0 0;
    border-radius:10px;
}

.contenedor-mezcladores {
    position: relative;
    margin: 1% 1% 1% 1%;
    padding: 2%;
    width: 100%;
    min-height: 1%;
}

    .contenedor-mezcladores fieldset {
        width: 600px;
    }

    .contenedor-mezcladores li {
        list-style: none;
        margin: 10px auto;
        font: 200 18px calibri;
        text-decoration: underline;
    }

    .contenedor-mezcladores legend {
        font: 200 2em calibri;
        text-shadow: 1px 1px #999;
    }

div.cont-imagen-mezcladores {
    position: absolute;
    top: 100px;
    right: 30px;
    width:380px;
    height:532px;
}

.cont-imagen-mezcladores {
    position: absolute;
    height: 380px;
    width: 532px;
    top: 130px;
    right: 40px;
    
}


    .cont-imagen-mezcladores figcaption {
        text-align: center;
    }
/*/Mezcladores*/
div.cont-imagen-contacto {
    position: absolute;
    top: 25%;
    right: 10%;
    width: 380px;
    height: 532px;
}

.cont-imagen-mezcladores {
    position: absolute;
    height: 380px;
    width: 532px;
    top: 130px;
    right: 40px;
    
}


    .cont-imagen-mezcladores figcaption {
        text-align: center;
    }