body{
	margin: 0;
	padding: 0;
	font-family: arial;
	background-image: url(../images/general/background.jpg);
	background-position: top;
}

.site{
	margin: 50px auto;
	width: 960px;
	height: 638px;
}

.site .header{
	position: absolute;
	margin: 0;
	width: 960px;
	height: 27px;
}

.site .header .logo{
	position: absolute;
	margin: 0;
}

.site .header .latam_papers{
	position: absolute;
	margin: 0;
	width: 80px;
	height: 26px;
	background-image: url(../images/general/header/latam_papers.png);
	background-repeat: no-repeat;
}

.site .header .menu{
	position: absolute;
	margin-top: 0;
	margin-left: 369px;
	width: 590px;
	height: 27px;
}

.site .header .menu .btn{
	float: left;
	margin-top: 8px;
	margin-right: 10px;
	height: 11px;
	padding-right: 10px;
	padding-bottom: 3px;
	border-right: 1px solid #F58020;
	font-size: 11px;
	color: #757478;
	text-decoration: none;
}
.site .header .menu .btn:hover{
	color: #F58020;
}
.site .header .menu .btn.last{
	border: 0 none;
}

.site .header .menu .txt{
	float: left;
	margin-top: 8px;
	margin-right: 10px;
	height: 11px;
	padding-right: 10px;
	padding-bottom: 3px;
	border-right: 1px solid #F58020;
	font-size: 11px;
	color: #F58020;
	text-decoration: none;
}
.site .header .menu .txt.last{
	border: 0 none;
}

.site .header .lang{
	position: absolute;
	margin-left: 918px;
    margin-top: 8px;
	width: 40px;
	height: 11px;
	background-image: url(../images/general/header/en.png);
	background-repeat: no-repeat;
}


/**/

.site .content{
	position: absolute;
	margin-left: 0;
	margin-top: 27px;
	width: 960px;
	height: 590px;
}

.site .content .pic{
	position: absolute;
	margin: 0;
}

.site .content .info{
	position: absolute;
	margin-top: 0;
	margin-left: 370px;
	padding: 20px;
	width: 550px;
	height: 550px;
	background-color: #EDEDED;
}

.site .content .map{
	position: absolute;
	margin: -20px;
}

.site .content .info h1{
	font-size: 24px;
	color: #F68020;
}

.site .content .info p{
	font-size: 11px;
	color: #6F6E73;
	line-height: 20px;
	text-align: justify;
}

/* CONTACTO */

#contacto_frm{
	position: absolute;
	margin: 0;
	width: 485px;
	height: 440px;
}

#contacto_frm .txt{
	position: absolute;
	margin-left: 0;
	font-size: 17px;
	color: #6D6E71;
}
#contacto_frm .txt.nombre{
	margin-top: 0;
}
#contacto_frm .txt.apellido{
	margin-top: 85px;
}
#contacto_frm .txt.correo{
	margin-top: 170px;
}
#contacto_frm .txt.consulta{
	margin-top: 258px;
}

#contacto_frm input{
	position: absolute;
	display: block;
	outline: 0 none;
	border: 0 none;
	width: 438px;
	padding-left: 5px;
	padding-top: 5px;
	height: 30px;
}
#contacto_frm #nombre{
	margin-top: 23px;
}
#contacto_frm #apellido{
	margin-top: 108px;
}
#contacto_frm #correo{
	margin-top: 193px;
}
#contacto_frm #consulta{
	position: absolute;
	outline: 0 none;
	border: 0 none;
	width: 438px;
	min-width: 438px;
	max-width: 438px;
	height: 90px;
	min-height: 90px;
	max-height: 90px;
	padding: 5px;
	margin-top: 281px;
}

#contacto_frm .btn{
	position: absolute;
	margin-left: 448px;
    margin-top: 426px;
	width: 76px;
	height: 37px;
	background-image: url(../images/pages/contacto/btn.png);
	background-repeat: no-repeat;
	background-position: top;
}
#contacto_frm .btn:hover{
	background-position: bottom;
}

/**/

.site .footer{
	position: absolute;
	margin-left: 0;
	margin-top: 617px;
	padding-top: 3px;
	width: 960px;
	height: 20px;
	font-size: 11px;
	color: #6D6E71;
	text-align: right;
}

#contacto_frm_tnks{
	position: absolute;
	margin: 0;
	width: 485px;
	height: 440px;
}

#contacto_frm_tnks .txt{
	position: absolute;
	margin-left: 0;
	font-size: 17px;
	color: #6D6E71;
}