@charset "utf-8";
html {
	background-image: url(../imgs/bg.jpg);
	background-size: cover;
	background-repeat: repeat;
	font-family: 'Roboto', sans-serif;
}
body{
	margin: 0;
}
#contenedorTotal{
	width: 85%;
	max-width: 1100px;
	min-width: 250px;
	background-color: white;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 5px;
	display: block;
	margin: 8px auto;
}
header {
	padding-bottom: 0.25em;
	min-height:100px;
	height: 12%;
	max-height: 140px;
}
table{
	width: 100%;
}
section{
	background-color: rgb(236,236,236);
	padding: .75em;
}
footer{
	z-index: 3;
	position: fixed;
	width:85%;
	max-width: 1100px;
	min-width: 250px;
	transition: all 1s ease 0s;
}
h3{
	text-align: center;
}
#Logo { border-radius: 5px; }
.icons{
	width: 30px;
    height: 30px;
    float: right;
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
    cursor: pointer;
}
#googlePlusIcon { background: url(../imgs/Icons.png) 0px 0px; }
#googlePlusIcon:hover { background: url(../imgs/Icons.png) -30px 0px; }
#facebookIcon { background: url(../imgs/Icons.png) -60px 0; }
#facebookIcon:hover { background: url(../imgs/Icons.png) -90px 0px; }
#idiomaIconEN { background: url(../imgs/Icons.png) -120px 0; }
#idiomaIconEN:hover { background: url(../imgs/Icons.png) -150px 0px; }
#idiomaIconES { background: url(../imgs/Icons.png) -180px 0; }
#idiomaIconES:hover { background: url(../imgs/Icons.png) -210px 0px; }
#contacto{
	background-color: rgba(180,0,0,0.95);
	border-radius: 4px;
	border: 0px 0px 1px 0px;
	margin: 1px;
	transition: all 0.5s ease 0s;
	color: rgba(221,221,221,1);
	overflow: auto;
}
#contacto h3{
	margin: 0.25em;
}
#contacto:hover{
	background-color: rgba(55,55,55,0.90);
}
#infoContacto{
	padding: 0 1em .5em 1em;
	overflow:auto;
	max-height: 300px;
}
#infoContacto p, #mapa, #avisoPriv{
	float:left;
}
#infoContacto p{
	vertical-align: top;
	width: 30%;
	min-width: 250px;
	max-width: 500px;
	margin: 5px 10px;
}
#avisoPriv{
	margin: .5em;
	vertical-align: top;
	width: 20%;
	max-width: 150px;
}
#avisoPriv img{ 
	width: 80%;
	min-width: 50px;
	max-width: 100px;
}
#avisoPriv img:hover{
	cursor: pointer;
}
#mapa{
	width: 50%;
	max-width: 400px;
	min-width: 100px;
	height: auto;
	max-height: 250px;
	min-height: 62px;
	margin: 5px;
}
#correo, #telefono, #fax{
	text-decoration: none;
	color: black;
	background-color: rgba(255,255,255,0.5);
	border-radius: 10px;
}
#correo{
	font-size: 15px;
	padding: .7em;
}
#telefono, #fax{
	font-size: 14px;
	padding: .4em;
	margin: .5em 0;
}
#correo img, #telefono img, #fax img { vertical-align: middle; }
#correo:hover{
	background-color: rgba(200,0,0,0.9);
	color: white;
}
#TdMenu { padding: 0px;  margin:0;}
#menu1, #menu2{
	width: 100%;
	margin: auto;
	background-color: rgb(100,100,100);
}
#menu3, #menu4{
	margin-right:auto;
	margin-left:auto;
}
#menu1Ul, #menu2Ul{
	list-style-type: none;
	margin-bottom: 0px;
	text-align: center;
	padding: 0;
}
#menu2Ul{ margin-top: 0px; display:none; }
.menu1Li, .menu2Li{
	text-align: center;
	display: block;
	transition: all 0.4s ease 0s;
	-ms-transform: skewX(-10deg); /* IE 9 */
    -webkit-transform: skewX(-10deg); /* Safari */
    transform: skewX(-10deg); /* Standard syntax */
}
.menu1Li{
	display: inline-block;
	width: 22%;
}
.menu1Li a, .menu2Li a {
    color: white;
    text-decoration: none;
	font-size: 18px;
	padding: 8px;
	display: block;
	-ms-transform: skewX(10deg); /* IE 9 */
    -webkit-transform: skewX(10deg); /* Safari */
    transform: skewX(10deg); /* Standard syntax */
}
.menu1Li a{
	display: inline-block;
}
.menu1Li:hover, .menu2Li:hover{
	background-color: rgb(188,0,0);
}
.menu2Li{
	 width: 80%;
	 margin-left: auto;
	 margin-right: auto;
}
.mapMenu3, .mapMenu4{
	outline: none;
}
#menu3Img{ background-image:url(../imgs/Nav/MenuBase01.png); }
#menu4Img{ background-image:url(../imgs/Nav/MenuBase02.png); }
#menu3Img, #menu4Img
{
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#menu2Icon{ 
	margin: .25em;
	padding: 0; 
	border-radius: 5px; 
	width: 30px;
	height:auto;
}
#menu2Icon:hover{
	background-color: rgb(188,0,0);
	cursor: pointer;
}
.eslogan{
	font-family: 'Niconne', cursive;
/*	font-family: 'Promocyja';*/
	font-size:28px;
	color: black;
	display:inline;
	text-align:center;
}
#productos, #fabricacion, #servicios{
	overflow: auto;	
}
#fabricacion, #servicios{
	padding: 0 20%;
}
.producto, .fabserv{
	background-color:rgba(160,160,160,1);
    margin: 1em 0.75%;
    padding: 5px;
	float: left;
    border: 1px solid rgba(200,200,200,0.5);
	border-radius: 3px;
	width:22%;
	min-width: 110px;
	max-width: 260px;
	height: 25%;
    min-height: 160px;
	max-height: 310px;
}
.fabserv{
	width:42%;
	max-width: 360px;
	height: 45%;
	max-height: 410px;
}
.prodImg, .fabservImg, .tipoImg{
	width:97%;
	height:auto;
	margin: 1% 1.5%;
	clear:left;
	border:solid #999 1px;
	border-radius: 3px;
}
.producto h3:hover, .prodImg:hover, .fabserv h3:hover, .fabservImg:hover{
	cursor: pointer;
}
.infoNos, .infoProdTipos, .infoServ{
	background-color:rgba(160,160,160,1);
	padding: 1px 1em 0.25em 1em;
	margin-bottom: 0.5em;
	border-radius: 0.5em;
	border:solid rgba(200,200,200,0.5) 1px;
}
.infoNos:hover, .producto:hover, .fabserv:hover, .infoProdTipos:hover, .infoServ:hover{
	background-color: rgba(160,160,160,0.5);
	border-color: rgba(255,0,0,1);
}
#imgNos{
	width:100%;
	height: auto;
	border-radius: 5px;
}
#divImgNos{
	width: 50%;	
	margin: 0 1% 10px 1%;
	padding: 0;
}
#TxtFilosofia{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    display: flex;

    -webkit-box-align: top;
    -moz-box-align: top;
    -webkit-align-items: top;
    -ms-flex-align: top;
    
    align-items: top;
}
.subTitInfoNos, .subTitInfoTipoProd, .subTitInfoServ { width:100%; margin: 0;}
.subTitInfoNos:hover, .subTitInfoTipoProd:hover, .subTitInfoServ:hover{
	cursor:pointer;
}
.contenidoInfoNos, .contInfoTipoProd, .contenidoInfoServ{ display:none;}
.contInfoTipoProd li
{
	line-height:1.5em;
	display:inline-block;
	text-align:center;
}
#contInfoProdTipos1 li, #contInfoProdTipos2 li, #contInfoProdTipos3 li,
#contInfoProdTipos4 li, #contInfoProdTipos5 li, #contInfoProdTipos6 li,
#contInfoProdTipos7 li, #contInfoProdTipos8 li, #contInfoProdTipos10 li{
	width: 22%;
}
#contInfoProdTipos9 li{
	width: 90%;
}
body {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#despProdFondo, #despFabrFondo{
	width:100%;
	height: 100%;
	z-index:5;
	background-color: rgba(60,60,60,0.9);
	padding:0;
	margin:0;
	position:fixed;
	top:0;
}
#despProd, #despFabr{
	z-index:5;
	background-color: white;
	width:86%;
	min-width: 300px;
	height: 78%;
	margin: 4% 7% 5% 7%;
	overflow: auto;
	border-radius: 5px;
	padding: 1em;
}
#prodTipos{ 
	overflow:auto; 
	width: 55%;
	margin-left: 3%;
	margin-right: 0;
	padding: 0 1%;
	min-width: 150px;
	max-width: 700px;
}
#imgTipos{
	width: 34%;
	margin-left: 1%;
	margin-right: 4%;
	min-width: 80px;
	max-width: 380px;
}
#prodTipos, #imgTipos{
	height: 92%;
	min-height: 100px;
	max-height: 380px;
	margin-top:2.5%;
	margin-bottom:2.5%;
	display:inline-block;
}
#frameTiposProd{
	width: 96%;
	margin: 5px 2%;
	padding: 0;
	height: 85%;
	border: none;
	border-radius: 5px;
}
#frameTiposProd:focus{
	outline: none;
}
#cerrarDespProd, #cerrarDespFabr{
	float:right; 
	margin:2px;	
}
#cerrarDespProd:hover, #cerrarDespFabr:hover{
	cursor:pointer;	
}
#enviar {
	background-color: #666666;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: .5em 1em;
	font-size:16px;
}
.txtInput {
	margin: 5px;
	padding: 4px;
	border-radius: 3px;
	border:solid 1px #CCC;
}
#frmContacto {
	margin: 5px 10%;
}
.txtInput{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}
.txtInput:focus{
	background-color: rgb(248,248,248);
}
.txtInput:focus, #enviar:focus{
	border-color: rgba(255,0,0,1);
	outline-color: rgba(255,0,0,1);
}
#enviar:focus{
	background-color:rgba(120,120,120,1);
}
#enviar:hover{
	background-color:rgba(160,160,160,1);
	border-color: rgba(255,0,0,1);
	cursor:pointer;
}
#galeriaFab{
	height: 90%;
	width: 100%;
	background-repeat:no-repeat;
    background-position:center top;
}
.MargenFlechas{
	width: 8%;
	min-width: 70px;
	vertical-align: middle;
	position: relative;
}
.ImgsFlechas{
	position: absolute; 
	margin: 5px;
}
#FleIzq:hover, #FleDer:hover { cursor: pointer; }
#FleIzq { background: url(../imgs/fab/prev-next.png) 0px 0px; left: 0px;}
#FleIzq:hover { background: url(../imgs/fab/prev-next.png) -60px 0px; }
#FleDer { background: url(../imgs/fab/prev-next.png) -120px 0px; right: 0px;}
#FleDer:hover { background: url(../imgs/fab/prev-next.png) -180px 0px; }
#CentralFab{
	width: 80%;
	max-width: 800px;
}