@charset "utf-8";
body {
	background-color:#efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
a img {	border: 0; }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FLASH HEADER*/
.contenedor1{
	background-image:url(../images/header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	text-align:center;
}
.contenido_up{
	width: 990px;
	height: 267px;
	margin:0 auto;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - MENU*/
.contenedor_menu{
	background-image:url(../images/fondomenu.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	font-size:16px;
}
.menu_selected {
	background-color:#355885;
	/*background: #2580a2;*/
}
.clear{ clear:both; }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ESPAÑOL //// OJO: solo cambia padding de menu ul*/
#menu_h {
	width: 990px;
	height:40px;
	margin: 0 auto;
}
#menu_h ul {
	list-style-type:none;
	margin: 0;
	text-align:center;
	padding:0 0 0 257px;
}
#menu_h li {
	display:inline;
	margin:0;
}
#menu_h a {
	color:#ffffff; 
	display: block;
	float: left;
	margin: 0;
	padding: 11px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu_h a:hover {
	background-image:url(../images/fondomenu_hover.jpg);
	background-repeat:repeat-x;
	background-color:#6390be;
	color: #1b324f;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  FONDO TEXTURAS */
.contenedor2_fondoA{
	height:737px;
	background-image:url(../images/fondo_home.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	text-align:center;
	float:left;
}
.contenedor2_fondoB{
	height:583px;
	background-image:url(../images/fondo_pag3.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	text-align:center;
	float:left;
}
.contenedor2_fondoC{
	height:640px;
	background-image:url(../images/fondo_pag4.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	text-align:center;
	float:left;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  CUERPO DE CONTENIDO */
.cuerpo_cuerpo {
	width:990px; overflow:hidden; margin:0 auto; /*height:632px;*/
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  FOOTER */
.contenedor_footer{
	background-image:url(../images/fondofooter.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height: 86px;
	text-align:center;
	float:left;
}
.contenedor_footer_space{
	width: 990px;
	/*height: 86px;*/
	margin:0 auto;
}
.texto_footer{
	width: 580px;
	height: 68px;
	text-align:center;
	margin:18px auto 0 auto;
	/*float:left;*/
	color:#ffffff;
	font-size:12px;
}
.texto_footer a{ color:#ffffff;
font-weight:bold;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  CONTACTO y QUIENES SOMOS */
.espacio_contacto{
	/*background-color:#CCCCCC;*/
	height:450px;
	margin-left:106px;
	margin-top:35px;
	width:764px;
	float:left;
}
.espacio_contacto{
	height:450px;
	margin-top:35px;
	width:226px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  PRODUCTOS */
.espacio_productos{
	/*background-color:#CCCCCC;*/
	height:600px;
	margin:0 auto;
	/*margin-left:93px;*/
	margin-top:9px;
	width:800px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  HOME */
.espacio_home{
	height:615px;
	margin:0 auto;
	/*margin-left:106px;*/
	margin-top:75px;
	width:764px;
}
.espacio_home_izq{
	/*background-color:#0066FF;*/
	float:left;
	height:612px;
	margin-left:8px;
	width:390px;
}
.espacio_home_der{
	float:left;
	height:590px;
	margin-left:19px;
	width:325px;
	margin-top:9px;
}
.banner_uno{
	/*background-color:#99CC33;*/
	float:left;
	height:315px;
	margin-left:6px;
	width:378px;
	margin-top:9px;
}
.banner_dos{
	/*background-color:#99CC33;*/
	float:left;
	height:276px;
	margin-left:6px;
	width:378px;
	margin-top:6px;
}