@charset "ISO-8859-1";
/* CSS Document */

/*************************** GENERICO */
* 
{
	padding: 0;
	margin: 0;	
	font-family: "Lucida Grande", Verdana, tahoma, sans-serif;	
	font-size: 12px;
	color: #003c87;
}

a
{
	color:#3e74b1;
	font-weight: bold;
}

a:hover
{
	color: orange;
}

body 
{
	background-color: #fff;
	text-align:center;
}

h3
{
	color: #003c87;
	font-size: 12px;
	text-transform: uppercase;
	height: 22px;
}

#container
{
	width:765px;
	margin:0px auto;
	text-align:left;
}
/*************************** HEADER + MENU */

#left_header
{
	width: 200px;
	float: left;
}

#logo
{
	width: 129px;
	height: 58px;
	margin: 25px 0px 19px 39px;
	background-image: url(../img/logos/logo_header.gif);
	background-repeat: no-repeat;
}

#menu
{
	width: 182px;
	height: 193px;
	background-image: url(../img/bg/menu.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 18px;
}

#menu li
{
	list-style-type: none;
	color: #fff;
	text-shadow: #001d4e 0px 1px 1px;
}

#menu li a
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	width: 167px;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
}

.menu_lines
{
	border-bottom:1px solid #416ea5;
}

#menu li a:hover
{
	background-color: #c79137;
}

#flags
{
	margin: 5px 0px 0px 10px;
}

#flags a
{
	margin-right:5px;
}

#flags img
{
	border:none;
}

body.inicio           #inicio,
body.agencia          #agencia,
body.servicios        #servicios,
body.nuestro_producto #nuestro_producto,
body.galeria          #galeria,
body.noticias          #noticias,
body.contactar        #contactar
{
background-color: #5e84b3;
}

#flash
{
	width: 565px;
	height: 305px;
	float: left;
	/*overflow: auto;*/
}

/*************************** CONTENIDO */
#content
{
	width: 765px;	
}

/*************************** BARRA DE PROMOS */
#left
{
	width: 172px;
	margin: 0px 11px 0px 18px;
	padding: 0px 0px 50px 10px;
	background-color: #dfe6ee;	
	float: left;
	overflow: auto;
	display: inline; /* IE Doubled Float-Margin Bug FIX */
	background-image: url(../img/misc/left_tel.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#left hr
{
	border: 1px solid #dfe6ee;
	border-top: 1px dashed #9ea69e;
	width: 160px;
	margin: 10px 0;
}

#left img
{
	margin: 0px 0px 5px 0px;
}

#left p, #left strong
{
	color:#535151;
}

/*************************** CONTENIDO SECCIONES */
#right
{
	width: 550px;
	float: left;
	/*overflow: auto; WARNING ho he tret i no se pq hi era.*/ 
}

/*************************** FOOTER */
#footer
{
	margin: 20px 0px 0px 0px;
	width: 765px;
	min-height: 118px;
	background-image: url(../img/bg/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding: 20px 0;
	background-position: 209px 0;
}

#footer a
{
	font-size: 10px;
	font-weight: normal;
}

#footer li
{
	font-size: 10px;
	list-style-type: none;
}

#legal
{
	float: left;
	margin: 0px 30px 0px 220px;
	padding: 0px 53px 0px 20px;
	display: inline; /* IE Doubled Float-Margin Bug FIX */
	border-right:1px dashed #bfc3b4;
	width: 133px;
	height: 100px;
	color: #001c4d;
	background-image: url(../img/icons/legal.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}

#f_contactar
{
	margin: 0px 60px 0px -20px;
	padding: 0px 0px 0px 20px;
	float: left;
	background-image: url(../img/icons/sobre.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}


















