/*Esto acomoda los logos de abajo de acuerdo al menu*/
#logos_certificados {
	position:relative;
	margin-top: 60px;
	margin-left: 12px;
}
/* ------------------------------------------------*/
#swf_fondo {
	width: 778px;
	height: 523px;
	position: absolute;
	left: 212px;
	top: 6px;
	z-index: 0;
}

#datos {
	width: 772px;
	height: 523px;
	position: absolute;
	left: 212px;
	top: 6px;
	z-index: 100;
	background-image: url('../_img/fondo_home.jpg');
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
}

#logo {
	width: 316px;
	height: 70px;
	position: absolute;
	z-index: 100;
	left: 440px;
	top: 160px;
}

#idiomas {
	position: absolute;
	z-index: 101;
	left: 515px;
	top: 250px;
}

#imagen {
	position:absolute;
	left: 500px;
	top: 300px;
}

#logos_home {
	position:absolute;
	left: 10px;
	top: 50px;
}


#fondo {
	width: 293px;
	height: 530px;
	position:absolute;
	left: 480px;
	background-color: #714400;
	background-repeat: no-repeat;
	overflow: hidden;
	/*opacity for IE5+*/
	filter: alpha(opacity=50);
	/*opacity for older Mozilla browsers*/
	-moz-opacity: 0.5;
	/*opacity for mozilla/safari*/
	opacity: 0.5;
	/*but it still won't work in Opera, sorry*/
}

#textos {
	width: 350px;
	height: 200px;
	position:absolute;
	left: 350px;
	top: 100px;
	font-size: 0.7em;
	text-align: justify;
}

#titulo_home {
	position:relative;
	width: 350px;
	text-align: right;
	color: #f6b62b;
	font-weight: bold;
}

#fondo_contacto {
	width: 270px;
	height: 523px;
	position:absolute;
	left: 2px;
	background-color: #714400;
	background-repeat: no-repeat;
	overflow: hidden;
	/*opacity for IE5+*/
	filter: alpha(opacity=50);
	/*opacity for older Mozilla browsers*/
	-moz-opacity: 0.5;
	/*opacity for mozilla/safari*/
	opacity: 0.5;
	/*but it still won't work in Opera, sorry*/
}

#textos_contacto {
	width: 250px;
	position:absolute;
	left: 2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 160px;
}

#logo_security_on-line {
	position:absolute;
	left: 570px;
	top: 100px;
}

#cuadro_contacto {
	position:absolute;
	left: 280px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 160px;
}

.letra{
	color: #FF9900;
	font-size: 1.2em;
}

p {
	font-size: 0.7em;
	text-align: justify;
}

.titulo {
	text-align: right;
	color: #f6b62b;
	font-weight: bold;
}

.pintar {
	color: #ED9105;
	font-weight: bold;
	font-size: 1.2em;
}

.pintar2 {
	color: #ED9105;
	font-weight: bold;
	font-size: 1.8em;
}

.contacto {
	border: 1px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
	font-size: 0.9em;
	font-family: arial;
}
