@import "nav.css";
*{
	margin: 0;
	padding: 0;
}
html{
	margin: 0;
	position: relative;
}
body{
	background: #fff url(bg-body.gif) repeat-x;
	font-family: tahoma, arial, verdana;
	margin: 0;
	position: relative;
}
h1{
	font-size: 23px;
	letter-spacing: -1px;
	color: #888888;
	padding: 0;
	margin: 0 0 10px 0;
}
h1 a{
	text-decoration: none;
}
h1 strong{
	color: #DDBD70;
}
h2{
	font-size: 13px;
	color: #0352A1;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #ddd;
}
h2 strong{
	color: #2486D4;
}
h3{
	font-size: 12px;
	color: #666;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
}
p{
	font-size: 12px;
	color: #777;
	padding: 0 0 10px 0;
	line-height: 18px;
}
p strong{
	color: #F26820;
}
a{
	color: #444;
	outline: none;
	text-decoration: none;
	text-decoration: underline;
}
a:hover{
	color: #FA6900;
}
.stopfloat{
	clear: both;
}
.logo{
	width: 320px;
	height: 40px;
	position: absolute;
	top: 32px;
	left: 27px;
	border: 0;
}

/* ------------------------- Estructura ------------------------- */
/* ------------------------- Estructura ------------------------- */
/* ------------------------- Estructura ------------------------- */
#main{
	margin: 0 auto;
	background-color: #fff;
	width: 900px;
	padding-bottom: 70px;
}
#header{
	width: 900px;
	height: 105px;
	background: url(bg-header.gif) no-repeat;
	position: relative;
}
#content{
	width: 900px;
	background-color: #fff;
}
#footer-main{
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #2486D4 url(bg-footer.jpg) repeat-x;
	margin: 10px auto 0 auto;
	z-index: 6000;
}
#footer{
	width: 900px;
	margin: 0 auto;
	position: relative;
}
/* ------------------------- Estructura ------------------------- */
/* ------------------------- Estructura ------------------------- */
/* ------------------------- Estructura ------------------------- */


/* ------------------------- Footer ------------------------- */
/* ------------------------- Footer ------------------------- */
/* ------------------------- Footer ------------------------- */
.tittleh3{
	float: left;
	color: #fff;
	font-size: 19px;
	line-height: 25px;
	padding-left: 15px;
	padding: 3px 0 5px 15px;
	margin: 2px 0 2px 0;
}
.tittlep{
	float: left;
	font-size: 11px;
	color: #fff;
	margin: 10px 0 0 8px;
}
.tittlep a{
	color: #C7F0FF;
}
#openclose{
	background: url(openclose.gif) no-repeat;
	background-position: 0px;
	text-indent: -99999px;
	display: block;
	width: 60px;
	height: 19px;
	top: 9px;
	left: 154px;
	position: absolute;
	display: block;
}
.footernav{
	width: 900px;
	height: 350px;
}
.footernav ul{
	width: 900px;
	list-style: none;
	z-index: 1000;
}
.footernav li{
	display: block;
	float: left;
}
.footernav li a{
	display: block;
	outline: none;
	width: 300px;
	height: 162px;
	float: left;
	text-indent: -99999px;	
}
#sam, #nam, #asi{
	display: block;
	width: 300px;
	height: 162px;
	float: left;
	background-repeat: no-repeat;
}
#sam{
	background-image: url(south-america.jpg);
}
#nam{
	background-image: url(north-america.jpg);
}
#asi{
	background-image: url(asia.jpg);
}
.footer_unselected{
	background-position: top;
}
.footer_unselected:hover{
	background-position: bottom;
}
.footer_selected{
	background-position: bottom;
}


/*#sam:hover, #nam:hover, #asi:hover{
	background-position: bottom;
}*/

/* ------------------------- Footer ------------------------- */
/* ------------------------- Footer ------------------------- */
/* ------------------------- Footer ------------------------- */



/* ------------------------- Selección idioma ------------------------- */
/* ------------------------- Selección idioma ------------------------- */
/* ------------------------- Selección idioma ------------------------- */
.select-language{
	width: 123px;
	position: absolute;
	top: 39px;
	right: 27px;
}
.select-phone-email
{
	text-align:right;
	right: 16px;
	position: absolute;
	width: 320px;
	 top: 8px;
	  color: #fff;
	  font-size: 12px;
	 
}
.select-language p{
	width: 113px;
	height: 23px;
	padding: 1px 0 0 12px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	background: url(bg-select.gif) no-repeat;
}
.select-language p a{
	color: #fff;
	text-decoration: none;
}
.language{
	z-index: 6000;
	width: 123px;
	position: absolute;
	top: 64px;
	right: 27px;
}
.language p{
	color: #fff;
	width: 113px;
	height: 23px;
	padding: 1px 0 0 12px;
	margin: 0 0 1px 0;
	background: url(bg-language.gif) no-repeat;
}
.language p a{
	color: #fff;
	text-decoration: none;
}
/* ------------------------- Selección idioma ------------------------- */
/* ------------------------- Selección idioma ------------------------- */
/* ------------------------- Selección idioma ------------------------- */



/* ------------------------- Contenidos ------------------------- */
/* ------------------------- Contenidos ------------------------- */
/* ------------------------- Contenidos ------------------------- */
.splash{
	display: block;
	border-bottom: 2px solid #ededed;
}
.box300{
	width: 270px;
	float: left;
	padding: 15px;
}
.box600{
	width: 570px;
	float: left;
	padding: 15px;
}
.box900{
	width: 870px;
	float: left;
	padding: 15px;
}
#content ul{
	list-style: none;
	margin: 10px 0;
}
#content li{
	font-size: 11px;
	padding: 0 0 5px 0;
	color: #666;
	margin: 0;
}
#content li a{
	text-decoration: none;
}
.portfolio-box{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ddd;
}
.portfolio-box p{
	font-size: 11px;
	color: #2486D4;
	padding: 0 5px;
}
.portfolio-box p strong{
	color: #0352A1;
}
.img-port{
	margin: 0 0 5px 0;
}
/* ------------------------- Contenidos ------------------------- */
/* ------------------------- Contenidos ------------------------- */
/* ------------------------- Contenidos ------------------------- */



/* -------------------- Formulario de contacto ----------------- */
/* -------------------- Formulario de contacto ----------------- */
/* -------------------- Formulario de contacto ----------------- */
#formulario{
	width: 900px;
	display:block;
	height: 400px;
	background-image: url(bg-formulario.gif);
	background-repeat: repeat-x;
	background-color: #2486D4;
	z-index: 100;
	margin: -1px 0 0 0;
}
.texto-formulario{
	width: 270px;
	float: left;
	padding: 15px;
}
#formulario p{
	font-size: 11px;
	color: #fff;
}
#formulario p strong{
	color: #fff;
}
#formulario p a{
	font-size: 11px;
	color: #C7F0FF;
}
.form-box{
	float: left;
	width: 270px;
	padding: 15px 14px;
}
.form-box p{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.campo{
	background-color: #ededed;
	border: 0;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	width: 260px;
	height: 14px;
	padding: 3px 3px;
	color: #555;
	margin: 0px 0 10px 0;
	font-size :x-small;
}
.textarea-contacto{
	background-color: #ededed;
	border: 0;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	width: 260px;
	padding: 3px 5px;
	color: #555;
	overflow: auto;
}
.enviar{
	width: 75px;
	height: 23px;
	background-color: #0352A1;
	text-align: center;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 0 0 2px 0;
}
#formulario-contacto form{
	margin: 0;
}
#formulario-contacto{
	width: 600px;
	float: left;
}
#formulario-contacto p.form-nook{
	padding: 5px;
	background-color: #911;
	color: #FFF;
	display: block;
	margin: 0 0 5px 0;
	text-align: center;
}
#formulario-contacto p.form-ok{
	padding: 5px;
	background-color: #133B63;
	color: #ededed;
	display: block;
	margin: 0 0 5px 0;
	text-align: center;
}
/* -------------------- Formulario de contacto ----------------- */
/* -------------------- Formulario de contacto ----------------- */
/* -------------------- Formulario de contacto ----------------- */



	
