@charset "utf-8";






/*Slider*/
#slider1 {
	overflow: hidden;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1100px; /* important to be same as image width or wider */
	height: 400px;
	text-align: center;
	margin-top: -30px;
	}

#slider1Content {
	text-align: center;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
	
#imgSlide {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: -50px;
}
	
	
.slider1Image  {
	text-align: center;
	display: none;
	height: 395px;
	margin: 0px;
	padding: 0px;
}

.slider1Image span  {
	text-align: left;
	color: #000;
	display: none;
	margin-top: 0px;
	font-size: 15px;


	}
	
	
.slider1Image span strong{
	font-family: 'Open Sans', "sans-serif;";
	font-weight: 100;
	line-height: normal;
	margin-bottom: 0px;
	color: #fff;
	overflow: auto;
	padding-left: 20px;
	margin-top: 5px;
}

#ilu, #imtec, #opti {
	position: relative;
	top: -340px;
	left: 0px;
	float: left;
	height: auto;
	width: 100%;
	z-index: 1000;
	overflow: auto;
	font-size: 35px;
	text-align: left;
	background-color: rgba(0,51,102,0.3);
	padding-top: 5px;
	padding-bottom:5px;
	font-weight:200;
	text-shadow: 1px 1px 1px #666;
}


#imtec {
	left: 0px;
	top: -310px;
	font-size: 18px;
	width: 590px;
}

#opti {
	left: 20px;
	top: -410px;
	font-size: 22px;
	width:250px;
}

#cajaImg {
	width: 1284px;
	height: 380px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: -11px;
	margin-bottom: 0px;
}


 #strongIluInte { font-size:43px;}
 #strongLumMobi, #strongIluInte{ font-size:25px;}
#strongLIA  { font-size: 20px;}
     #LumMobi { top:10px;}


/*Slider*/




/* Formulario*/


*:focus {
    outline: none;
}
.contact_form {
	float: left;
	color: #999;
	width: 280px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	overflow: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-left: 5px;
}


/* === Form Typography === */


.contact_form h2, .contact_form label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}

.form_hint, .required_notification {
    font-size: 11px;
}

/* === List Styles === */
.contact_form ul {
	width: 250px;
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	float: right;
}

.contact_form li {
	font-size: 14px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	overflow:;
}
#liContac {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #900;
}

/* === Form Header === */
.contact_form h2 {
    margin: 0;
    display: inline;
}

.required_notification {
    color: #d45252;
    margin: 5px 0 0 0;
    display: inline;
    float: right;
}

/* === Form Elements === */
.contact_form label {
    width: 150px;
    margin-top: 3px;
    display: inline-block;
    float: left;
    padding: 3px;
}

.contact_form input {
	height: 20px;
	width: 170px;
	float: left;
	padding: 2px;
}

.contact_form textarea {
	padding: 8px;
	width: 215px;
}

.contact_form button {
	margin-left: 156px;
}

/* form element visual styles */
.contact_form input, .contact_form textarea {
	border: 1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius: 2px;
	padding-right: 3px;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
	margin-bottom: 5px;
}

    .contact_form input:focus, .contact_form textarea:focus {
	background: #fff;
	border: 1px solid #555;
	box-shadow: 0 0 3px #aaa;
	padding-right: 10px;
    }

    /* === HTML5 validation styles === */
    .contact_form input:required, .contact_form textarea:required {
        background: #fff url(images/red_asterisk.png) no-repeat 98% center;
    }

        .contact_form input:required:valid, .contact_form textarea:required:valid {
            background: #fff url(images/valid.png) no-repeat 98% center;
            box-shadow: 0 0 5px #5cd053;
            border-color: #28921f;
        }

    .contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
        background: #fff url(images/invalid.png) no-repeat 98% center;
        box-shadow: 0 0 5px #d45252;
        border-color: #b03535;
    }

/* === Form hints === */
.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left: -180px;
	margin-top:20px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}

    .form_hint::before {
        content: "\25C0";
        color: #d45252;
        position: absolute;
        top: 1px;
        left: -6px;
    }

.contact_form input:focus + .form_hint {
    display: inline;
}

.contact_form input:required:valid + .form_hint {
    background: #28921f;
}

    .contact_form input:required:valid + .form_hint::before {
        color: #28921f;
    }

/* === Button Style === */
button.submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
	float: right;
	position: relative;
	top: -27px;
	left: 10px;
	padding: 5px;
	float: left;
	top: 0px;
	left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

    button.submit:hover {
        opacity: .85;
        cursor: pointer;
    }

    button.submit:active {
        border: 1px solid #20911e;
        box-shadow: 0 0 10px 5px #356b0b inset;
        -webkit-box-shadow: 0 0 10px 5px #356b0b inset;
        -moz-box-shadow: 0 0 10px 5px #356b0b inset;
        -ms-box-shadow: 0 0 10px 5px #356b0b inset;
        -o-box-shadow: 0 0 10px 5px #356b0b inset;
    }
#Nombre, #Telefono, #email {
	width: 222px;
}


/* /formulario*/





a {
	text-decoration: none;
	
}
a:hover { color:red;
background-color:#ccc;}


img { float:left; border:none;
}
body {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	background-color: #f2f2f2;
	padding-top: 60px;
}
nav {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-right: 0px;
	padding-left: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	padding-top: 10px;
	z-index: 10000;
	background-color: #FFF;
	padding-bottom: 5px;
	background-image: url(base.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	box-shadow: 0px 2px 15px #666;
}
section {
	margin-top: 10px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-color: #FFF;
	padding: 10px;
	border-radius: 5px;
}
article {
	width: 96%;
	overflow: auto;
	margin-top: 40px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
footer {
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
	background-image: -webkit-linear-gradient(#CCC, #fff);
	background: -moz-linear-gradient(#CCC, #fff);
	background: -ms-linear-gradient(#CCC, #fff);
	background: -o-linear-gradient(#CCC, #fff);
	background: linear-gradient(#CCC, #fff);
	padding-top: 30px;
	padding-left: 0px;
	overflow: auto;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0CF;
	width: 100%;
	padding-right: 0px;
}
address {
	float: left;
	overflow: auto;
	font-weight: normal;
	width: 27%;
	margin-top: 0px;
	margin-left: 10px;
	font-style: normal;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #09F;
}


h1, h2, h3, h4, #ilu, #imtec, #opti, .cajaItemSub, .cajaMenu, p, #numTel {
	font-family: 'Open Sans', "sans-serif;";
	font-weight: 200;
	margin: 1px;
	padding: 2px;
}


h1 {
	font-size: 30px;
	font-weight: 100;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 22px;
	color: #666;
	font-weight: 100;
	padding-bottom: 5px;
}

h3 {
	font-size: 18px;
	color: #666;
	font-weight: 400;
	clear: left;
}
h4 {
	font-size: 14px;
	font-weight: 400;
	margin: 0px;
	padding: 2px;
	clear: left;
}


ul {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

 p { font-size:16px;
 font-weight:400;
 }

td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
tr:hover { background-color:#fff;}




.botFoot {
	float: left;
	text-decoration: none;
	font-size: 15px;
	color: #666;
	font-weight: normal;
	width: 25%;
	margin-left: 30px;
}

.cajaMarc {
	width: 100%;
	text-align: center;
	overflow: auto;
	background-color: #fff;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.caja1 {padding-left:20px;}
.caja20 {
	float: right;
	width: 20%;
	overflow: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-left: 0px;
}
.caja20 h2 { margin-left:18px;}
#caja24 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 24px;
	overflow: auto;
}
.caja25 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 25%;
	overflow: auto;
}

.caja2 {
	width: 90%;
	margin-right: auto;
	margin-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-decoration: none;
}

.caja33 {
	width: 31%;
	height: auto;
	overflow: auto;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #09F;
	margin: 0px;
}
.caja33:nth-child(3) {
	border-right-style: none;
	float: right;
}

.caja33 h2 { height:60px;
}

.caja39 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 39%;
	overflow: auto;
}
.caja45 {
	float: left;
	width: 45%;
	overflow: auto;
}



	.cajaNove { width:75%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	}
.cajaImg { width:100%;
height:300px;
margin:0px;
padding:0px;
overflow:hidden;
float:left;
}

.img1 {
	margin: 0px;
	padding: 0px;

	max-width:100%;
}
.img100 {
	width: 100%;
}
.img90 {
	width: 90%;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.img50 {
	height: 50px;
	float: left;
	margin-right: 15px;
}
.img40 {
	float: left;
	height: 40px;
	margin-right: 20px;
}

.img30 {
	float: left;
	height: 30px;
	margin-right: 20px;
}
.img20, .img25 {
	float: left;
	height: 20px;
	margin-top: 5px;
}
.img25 { height:25px;}

.imgIzq {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.cajaLeft {
	float: left;
	width: auto;
	overflow: auto;}
	
.cajaLeft:hover {
}
.caja1 h1 .imgIzq { height:40px;}

.caja33 .img90 {
	float: right;
	margin-right: 20px;
}
#lin:hover {
	background-color: #f2f2f2;
}

.descar {
	width: 50px;
	height: 35px;
	background-image: url(descar.png);
	background-repeat: no-repeat;
	float: right;
	margin-left: 20px;
	margin-top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	background-position: 9px 1px;
transition:0.3s;
}

.descar:hover { background-image:url(descarAc.png);
transition:0.5s;
}


.area {
	height: 50px;
	width: 75%;
	margin-top: 70px;
	margin-left: 00px;
	z-index: 5000;
	float: left;
	position: absolute;
	top: 0px;
	padding-left: 260px;
}
.cajaMenu {
	height: 20px;
	width: 100px;
	background-color: #FFF;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}
.cajaMenu:hover {
	background-color: #666;
	color: #FFF;
}
	
	.cajaSubMenu {
	width: 960px;
	background-color: #fff;
	transition: 200ms;
	font-size: 20px;
	overflow: hidden;
	color: #000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	opacity: 0.0;
	position: relative;
	top: 5px;
	left: -270px;
	transition: 600ms;
	float: left;
	height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.cajaMenu:hover .cajaSubMenu {
	top: 14px;
	left: -270;
	transition: 400ms;
	height: 310px;
	opacity: 1;
	border: 1px solid #999;
}



.cajaItemSub {
	float: left;
	width: 190px;
	overflow: auto;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 5px;
	font-size: 17px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	font-weight: 400;
	transition: 0.3s;
	border-radius: 0px;
	color: #999;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #fff;
}


.cajaItemSub:hover {
	border-radius: 5px;
	border: 1px solid #09C;
	transition: 0.5s;
	color: #09C;
}


#noveNav {
	left: -700px;
	width: 1200px;
	border: 1px solid #0F0;
}

 .cajaMenu:hover #noveNav {
 	top: 14px;
	left: -700;
	transition: 400ms;
	height: 410px;
	opacity: 1;
	border: 1px solid #999;}
	
#noveSub:nth-child(2){ display:none;}
#noveSub {
	font-size: 13px;
	width: 300px;
	height: 60px;
	overflow: hidden;
}


#novePrin {
	float: left;
	height: auto;
	width: 400px;
	margin-right: 20px;
	border: 1px solid #999;
	padding: 10px;
}
.no { display:none;
}
#si { display:block;}



.bot4 {
	margin-right: 10px;
	margin-left: 5px;
	width: auto;
	float: left;
	border-radius: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: transparent;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 10px;
	color: #333;
 }
 .bot4:hover { color:#09F;}
#dw, #dg, #prod, #contac {
	background-image: url(dw.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 25px;
transition:0.2s;}


#dw, #dg, #prod, #contac { transition:0.5s;}


#dw:hover { background-image:url(dwAc.png);}
#dg { background-image:url(dg.png);
	padding-left: 70px;
}

#dg:hover { background-image:url(dgAc.png);}

#prod { background-image:url(prod.png);}
#prod:hover { background-image:url(prodAc.png);}

#contac { background-image:url(mail.png);
font-size:11px;}
#contac:hover { background-image:url(mailAc.png);}

footer #contac { margin-bottom:10px;}


#col3 {
	width:95%;
	-moz-column-count: 3;  
        -webkit-column-count: 3;
			column-count: 3;
			margin-left:auto;
			margin-right:auto;
}
.cajaNav {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	height: auto;
}
footer .cajaNav { width:50%}

.cajaNav .cajaLeft h4 { margin-top:20px;}

.cajaPre {
	padding: 8px;
	float: right;
	border-radius: 5px;
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
		background: -webkit-linear-gradient(top, #CCC, #099);
	background: -moz-linear-gradient(top, #CCC, #999);
	background: -ms-linear-gradient(top,  #CCC, #999);
	background: -o-linear-gradient(top,  #CCC, #999);
	background: linear-gradient(top,  #CCC, #099);
	text-shadow:1px 1px 2px #666;
	display:none;
}
.cajaCant {
	color: #F2F2F2;
	font-weight: normal;
}
.pre {
	font-size: 19px;
	font-weight: normal;
}

.logo { float:left;
margin-right:50px;
}
#tel {
	font-size: 10px;
	color: #666;
	margin-top: -3px;
	background-image: url(telefono.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 55px;
}

.cajaLeft #tel {
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-position: 5px 5px;
}


#numTel {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	background-color: #F90;
	letter-spacing: 1px;
	border-radius: 10px;
	float: left;
	width: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top:5px;
}
.editar, .borrar, #botInser {
	background-image: url(../img/editar.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	height: 22px;
	width: 22px;
	overflow: auto;
	float: left;
	margin-right:5px;
}
.borrar {	background-image: url(Borrar.png);
}
#botInser {	background-image: url(mailAc.png);
width:40px;
height:35px;
margin-top:3px;
 margin-right:10px;
 	background-position: 3px 3px;

}
#botInser:hover  { background-color:#ccc;}
.editar:hover, .borrar:hover, #botInser:hover  {
	opacity:0.5;
}
