
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;	
	
}

body {
	background-image: url(../images/puntos.png);
	
}

#contenedor-header-div {
	 height:20px;
	}

header {
	margin-bottom:20px;
	height: 150px;
	background-color: #FFF;
	border-bottom: 3px solid  #FC0;
	border-top: 3px solid #FC0;
	box-shadow:0 0 20px #333;
	z-index:1;
		-moz-box-shadow:0 0 100px #333;
		-ms-box-shadow:0 0 100px #333;
		-o-box-shadow:0 0 100px #333;
		-webkit-box-shadow:0 0 100px #333;
behavior: url(js/ie_compatible.htc);


		
}

#ocultarTexto_uno {
	display: none
	
}

.ocultarTexto_uno {
	display: none;
	
}

#contenedor-header {
		margin:0px auto;
		height:110px;
		width: 940px;
	}
	
	
/* Main */
#menu1{
	margin:0 auto;
	list-style: none;  
	background: #111;
	background: -moz-linear-gradient(#666, #111); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#666, #111);	
	background: -o-linear-gradient(#666, #111);
	background: -ms-linear-gradient(#666, #111);
	background: linear-gradient(#666, #111);
	margin-bottom: 20px;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#484848", endColorStr="#101010");
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
	-pie-background: linear-gradient(#525252, #000000);
behavior: url(js/ie_compatible.htc);
}

#menu{
	width:900px;
	margin:0 auto;
	padding: 10px 0 0 0;
	list-style: none;  
}

#menu li{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	z-index:10;
}

#menu a{
	
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #CCC;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	
}

#menu li:hover > a{
	color: #fafafa;
}

*html #menu li a:hover{ /* IE6 */
	color: #fafafa;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);	
    -moz-border-radius: 5px;
    border-radius: 5px;
	
}

#menu ul li{
	width:170px;
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a{    

    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
    background:  #FB7B03;
	background: -moz-linear-gradient(#FBA003,  #FB7B03);	
	background: -webkit-gradient(linear, left top, left bottom, from(#FBA003), to( #FB7B03));
	background: -webkit-linear-gradient(#FBA003,  #FB7B03);
	background: -o-linear-gradient(#FBA003,   #FB7B03);
	background: -ms-linear-gradient(#FBA003,  #FB7B03);
	background: linear-gradient(#FBA003,  #FB7B03);
}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 60px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #FBA003; 
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */	
	
	
	
	
	
	
#contenedorindex {
	margin:0px auto;
	margin-top:25px;
	width: 800px;
	height:850px;
	background:repeat-x url(../images/background1.jpg);
	background-color:#FFF;
	border-top: 13px solid  #FFB145;
	box-shadow:0 0 10px #333;
	z-index:1;
	border-radius:0px 0px 10px 10px;
		-moz-box-shadow:0 0 20px #333;
		-ms-box-shadow:0 0 20px #333;
		-o-box-shadow:0 0 20px #333;
		-webkit-box-shadow:0 0 20px #333;
		behavior: url(js/ie_compatible.htc);

}
#contenedornosotros {
	margin:0px auto;
	margin-top:25px;
	width: 800px;
	background:repeat-x url(../images/background.jpg); 
	background-color:#FFF;
	border-top: 13px solid #FC0;
	box-shadow:0 0 10px #333;
	z-index:1;
	border-radius: 10px;
		-moz-box-shadow:0 0 20px #333;
		-ms-box-shadow:0 0 20px #333;
		-o-box-shadow:0 0 20px #333;
		-webkit-box-shadow:0 0 20px #333;
			/* compatibilidad con ie7 ie8 */	
	border-radius:0px 0px 10px 10px;
behavior: url(js/ie_compatible.htc);


}

#textonosotros {
	margin:0px auto;
	margin-top:30px;
	width: 640px;
	height:600px;
	z-index:1;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#contenedorservicios2 {
	margin:0px auto;
	margin-top:25px;
	width: 800px;
	background:repeat-x url(../images/background.jpg); 
	background-color:#FFF;
	border-top: 13px solid  #006B9F;
	box-shadow:0 0 10px #333;
	z-index:1;
	border-radius: 10px;
		-moz-box-shadow:0 0 20px #333;
		-ms-box-shadow:0 0 20px #333;
		-o-box-shadow:0 0 20px #333;
		-webkit-box-shadow:0 0 20px #333;
			/* compatibilidad con ie7 ie8 */	
	border-radius:0px 0px 10px 10px;
behavior: url(js/ie_compatible.htc);

}

#textoservicios2 {
	margin:0px auto;
	margin-top:30px;
	width: 640px;
	height:600px;
	z-index:1;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
	#contenedoraliados {
	margin:0px auto;
	margin-top:25px;
	width: 800px;
	height:1050px;
	background:repeat-x url(../images/background.jpg); 
	background-color:#FFF;
	border-top: 13px solid #FF8000;
	box-shadow:0 0 10px #333;
	z-index:1;
	border-radius: 10px;
		-moz-box-shadow:0 0 20px #333;
		-ms-box-shadow:0 0 20px #333;
		-o-box-shadow:0 0 20px #333;
		-webkit-box-shadow:0 0 20px #333;
	
	/* compatibilidad con ie7 ie8 */	
	border-radius:0px 0px 10px 10px;
behavior: url(js/ie_compatible.htc);

}
#textoaliados {
	margin:0px auto;
	margin-top:30px;
	width: 640px;
	height:170px;
	z-index:1;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	#contenedorpersonales {
	margin:0px auto;
	margin-top:25px;
	width: 800px;
	height:1800px;
	background: url(../images/puntosamarillos.png); 
	background-color:#FFF;
	border-top: 13px solid #FF8000;
	box-shadow:0 0 10px #333;
	z-index:1;
	border-radius: 10px;
		-moz-box-shadow:0 0 20px #333;
		-ms-box-shadow:0 0 20px #333;
		-o-box-shadow:0 0 20px #333;
		-webkit-box-shadow:0 0 20px #333;
			/* compatibilidad con ie7 ie8 */	
	border-radius:0px 0px 10px 10px;
behavior: url(js/ie_compatible.htc);

}
#textopersonales {
	margin:0px auto;
	width: 640px;
	height:200px;
	z-index:1;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#contenedorcorporativa {
	margin:0px auto;
	margin-top:25px;
	width: 800px;
	background: url(../images/puntosamarillos.png); 
	background-color:#FFF;
	border-top: 13px solid #004F75;
	box-shadow:0 0 10px #333;
	z-index:1;
	border-radius: 10px;
		-moz-box-shadow:0 0 20px #333;
		-ms-box-shadow:0 0 20px #333;
		-o-box-shadow:0 0 20px #333;
		-webkit-box-shadow:0 0 20px #333;
			/* compatibilidad con ie7 ie8 */	
	border-radius:0px 0px 10px 10px;
behavior: url(js/ie_compatible.htc);

}
#textocorporativa {
	margin:0px auto;
	width: 640px;
	height:200px;
	z-index:1;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#contenedorproductos {
	margin:0 auto;
	height:330px;
	width:715px;
	}
#contenedorcorporativo {
	border-bottom: 4px solid #999;
	overflow:auto;
background: rgb(196,196,196); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiNjNGM0YzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(196,196,196,1) 53%, rgba(255,255,255,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,rgba(196,196,196,1)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(196,196,196,1) 53%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(196,196,196,1) 53%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(196,196,196,1) 53%,rgba(255,255,255,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(196,196,196,1) 53%,rgba(255,255,255,1) 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

	}
#contenedorpersonal {
	border-bottom: 4px solid #999;
	margin-left: 30px;
	margin-right: 30px;
	overflow:auto;
background: rgb(196,196,196); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiNjNGM0YzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(196,196,196,1) 53%, rgba(255,255,255,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,rgba(196,196,196,1)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(196,196,196,1) 53%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(196,196,196,1) 53%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(196,196,196,1) 53%,rgba(255,255,255,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(196,196,196,1) 53%,rgba(255,255,255,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	}
#contenedorservicios {
	
	border-bottom: 4px solid #999;
	overflow:auto;
background: rgb(196,196,196); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiNjNGM0YzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(196,196,196,1) 53%, rgba(255,255,255,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,rgba(196,196,196,1)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(196,196,196,1) 53%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(196,196,196,1) 53%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(196,196,196,1) 53%,rgba(255,255,255,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(196,196,196,1) 53%,rgba(255,255,255,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
		/* compatibilidad con ie7 ie8 */	

	}


	#contenedorcontacto {
	margin:0px auto;
	margin-top:25px;
	width: 800px;
	height:1120px;
	background:repeat-x url(../images/background.jpg); 
	background-color:#FFF;
	border-top: 13px solid #6E6E6E;
	box-shadow:0 0 10px #333;
	z-index:1;
	border-radius: 10px;
		-moz-box-shadow:0 0 20px #333;
		-ms-box-shadow:0 0 20px #333;
		-o-box-shadow:0 0 20px #333;
		-webkit-box-shadow:0 0 20px #333;
			/* compatibilidad con ie7 ie8 */	
	border-radius:0px 0px 10px 10px;
behavior: url(js/ie_compatible.htc);

}
	#contactoenviado {
	margin:0px auto;
	margin-top:25px;
	width: 800px;
	height:600px;
	background:repeat-x url(../images/background.png); background-color:#FFF;  
	border-top: 13px solid #6E6E6E;
	box-shadow:0 0 10px #333;
	z-index:1;
	border-radius: 10px;
		-moz-box-shadow:0 0 20px #333;
		-ms-box-shadow:0 0 20px #333;
		-o-box-shadow:0 0 20px #333;
		-webkit-box-shadow:0 0 20px #333;
			border-radius:0px 0px 10px 10px;
behavior: url(js/ie_compatible.htc);

}

#textocontacto {
	margin:0px auto;
	margin-top:30px;
	width: 640px;
	height:120px;
	z-index:1;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#footer2 {
	margin-top:20px;
	text-align:center;
	height:95px;
	width:800px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
#footer{
    	padding:20px;
		text-align:center;
		font-size:9px;
		width:940px;
		height:30px;
		margin:10px auto;
		}
		
	
/*====================*/
/*=== Reset Styles ===*/
/*====================*/
/*body {
	line-height:1;
	color:black;
	background:white;*/
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*FORMULARIO DE CONTACTO*/

.contact_form {
	margin-left: 100px;
	right: 500px;
}
.contact_form h2 {
    border-radius: 5px;
    color: #FF8000;
    display: block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px;
    text-shadow: 1px 1px 1px #CCCCCC;
    width: 433px;
}
/*--- estilos para los ul y li del formulario ---*/
.contact_form ul {
    width:600px;
    list-style-type:none;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:12px; 
	border-bottom:1px solid #eee;
	position:relative;
} 
.contact_form label {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 90px;
}
.contact_form input {
	height:20px; 
	width:220px; 
	padding:5px 8px;
}
.contact_form textarea {
	padding:8px; 
	width:300px;
}
.contact_form button {
	margin-left:90px;
}

/*----- estilos visuales de los elementos --------*/

.contact_form input, .contact_form textarea { 
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	color: #888;
	font-size: 12px;
	padding-right:30px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 
	padding-right:80px;
}

/* === Estilos de Validacion === */	

.contact_form input:required:valid, .contact_form textarea:required:valid {
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Estilos del boton de Envio === */
button.submit {
   padding: 9px 17px;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
	opacity:.55;
	cursor: pointer; 
	color: #333;
}
button.submit:active {
	border: 1px solid #222;
	box-shadow: 0 0 10px 5px #444 inset; 
}


