/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/fondos/fondo_body.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#2b357d;
}
a img { border-color:white; }
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/*===================================FONDOS===========================================*/

.flecha{
	background-image:url(../img/fondos/flecha.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 auto;
	position:relative;
}
.sombra_derecha{
	/*background-image:url(../img/fondos/sombra_derecha.gif);
	background-repeat:no-repeat;
	background-position:top;*/
	background-color: #F36D21;
	/*background-image:url(../img/nueva_home/fondo_barra_latera.jpg);
	background-position:bottom;*/
}

.fondo_head {
background-image:url(../img/nueva_home/fondo_home_naranja.jpg);
background-repeat:repeat-x;
}
.fondo_foot {
background-image: url(../img/nueva_home/fondo_home_inf_naranja.jpg);
background-repeat:repeat-x;
}
.azul{
	color:#222867;
}
.degradado_destacados{
	background-image:url(../img/fondos/degradado_destacado.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.foto_galeria {
	background-image:url(../img/fondos/foto_galeria.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

.linea_derecha{
	border-right:solid 1px #454F8D;
}
.cuadro{
	border:solid 1px #454F8D;
}
.destacado_home{
	background-image:url(../img/fondos/destacado_home.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.height_home{
	height:151px;
	_height:154px;
}
.height_compania{
	height:318px;
	_height:315px;
}
.height_servicios{
	height:404px;
	_height:442px;
}
.height_contacto{
	height:542px;
	_height:579px;
}
.btn_naranja{
	background-color:#F36D21;
	text-decoration:none;
}
a.btn_naranja{
	background-color:#F36D21;
	text-decoration:none;
}

/*===================================TXT===========================================*/
.txt_11_blanco{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:justify;
}
.txt_12_blanco{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.txt_18_blanco{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
}
.txt_10_gris{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}
a.txt_10_gris:link{
	text-decoration:none;
	color:#999999;
}
a.txt_10_gris:visited{
	text-decoration:none;
	color:#999999;
}
a.txt_10_gris:hover{
	text-decoration:underline;
	color:#999999;
}
.interlinea_18{
	line-height:18px;
}
.txt_11_naranja{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F36D21;
}.formularios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 3px;
	border: 1px solid #213B92;
	background-color: #1E2362;
}

.izquierda { text-align:left !important; }
/*===================================DIVS===========================================*/
#representante{
	background-image:url(../img/logos/representante_oficial.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:80px;
	width:115px;
	z-index:100;
/*	top:90px;*/
	position:absolute;
	right:9px;
	top:-16px;
}
#pie_marca{
	/*background-image:url(../img/logos/pie.gif);*/
	background-repeat:no-repeat;
	background-position:top right;
	height:10px;
	width:203px;
	z-index:100;
	top:45px;
	position:absolute;
	left:-20px;
}

