@charset "utf-8";

/* CSS Document */



body {

	background: url(img/home/mainhome_bg.jpg) left top repeat-x #001e61;

	margin:0;

	font-family:Arial, Helvetica, sans-serif;

	}



#wrapper {

	width:970px;

	height:500px;

	margin:0 auto;

	}



#secciones {

	width:640px;

	height:523px;

	position:relative;

	float:left;

	margin:0 165px;

	}



#sec_hogar {

	width:270px;

	height:523px;

	background:url(img/home/hogar_bg.png) center top no-repeat;

	float:left;

	}



#sec_hogar a {

	text-indent:-9999px;

	display:block;

	width:270px;

	height:523px;

	}	



#sec_veh {

	width:270px;

	height:523px;

	background:url(img/home/vehicular_bg.png) center top no-repeat;

	float:right;

	position:relative;

	}

	

#lang_pad {

	background:url(img/home/pad.png) left top no-repeat transparent;

	width:259px;

	padding-top:12px;

	height:38px;

	position:absolute;

	top:230px;

	left:6px;

	text-align:center;


	}



.ie7 #lang_pad, .ie8 #lang_pad {

	background:#fff;

	padding-top:12px;

	height:30px;

	}



#lang_pad a {

	color:#444444;

	font-size:12px;

	text-decoration:none;

	display:inline-block;

	padding:2px 4px;

	margin:1px;

	border-radius:3px;

	}

#lang_pad a:hover {

	color:#fff;

	background:#a6a6a6;

	}





#lang_pad a img {

	margin-right:3px;

	border:none;

	}



footer {

	float:left;

	width:100%;

	height:53px;

	}



footer span {

	color:#e0f0ff;

	font-size:10px;

	float:left;

	margin:19px 0 0 165px;

	}



footer a {

	float:right;

	margin:9px 165px 0 0;

	}

	

footer a img {

	border:none;

	}