@charset "utf-8";
/* CSS Document */
* {margin: 0 0 0 0;}
* { border: 0px;}

a {color: #3b4397; text-decoration: none;}
a:link {color: #3b4397; text-decoration: none;}
a:visited {color:#3b4397; text-decoration: none;}
a:hover {color: #3b4397; text-decoration: underline;}
a:active { color:#3b4397; text-decoration: underline;}

.alt a:link {color: #0f6fa7; text-decoration: none;}
.alt a:visited {text-decoration: none; color: #0f6fa7;}
.alt a:hover {text-decoration: underline; color: #0f6fa7;}
.alt a:active {text-decoration: none; color: #0f6fa7;}

.alt2 a:link {color: #ff0000; text-decoration: none;}
.alt2 a:visited {text-decoration: none; color: #ff0000;}
.alt2 a:hover {text-decoration: underline; color: #ff0000;}
.alt2 a:active {text-decoration: none; color: #ff0000;}

.alt3 a:link {color: #fff; text-decoration: none;}
.alt3 a:visited {text-decoration: none; color: #fff;}
.alt3 a:hover {text-decoration: underline; color: #fff;}
.alt3 a:active {text-decoration: none; color: #fff;}

.alt4 a:link {color: #000; text-decoration: none;}
.alt4 a:visited {text-decoration: none; color: #000;}
.alt4 a:hover {text-decoration: underline; color: #000;}
.alt4 a:active {text-decoration: none; color: #000;}

.clear {clear:both;}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin:0px;
	color: #000;
	background:url(../images/back.jpg) no-repeat #384991;

	}
	
#wrap {
	width:892px;
	margin:0 auto;
	overflow:hidden;
	}	
	
#banner {
	width: 892px;
	height: 290px;
	margin: 0 0 5px 0;
}

#modulo_left {
	width: 446px;
	margin: 0 0 4px 0;
	float:left;
	height: 475px;
	background:url(../images/modulo_back2.png) no-repeat;
}

#modulo_right {
	width: 442px;
	margin: 0 0 4px 4px;
	float:left;
	height: 375px;
	background:url(../images/modulo_back3.png) no-repeat;
}


#modulo_left .title,
#modulo_right .title { 
	font-size:15px;
	color: #fff;
	text-align:center;
	font-weight:bold;
	margin: 6px 0 18px 0;
}

#modulo_left .logo,
#modulo_right .logo { 
	text-align:center;
	height: 90px;
}

#modulo_left .marcas {
	text-align:center;
	background-color:#FFFFFF;
	width:440px;
	height: 280px;
	padding: 20px 0 20px 0;
}

#modulo_left .fotos {
	text-align:center;
	background-color:#FFFFFF;
	width:440px;
	height: 280px;
	padding: 0px 0 20px 0;
}

#modulo_right .marcas {
	text-align:center;
	background-color:#FFFFFF;
	width:440px;
	height: 120px;
}

#modulo_left .footer,
#modulo_right .footer {
	padding: 5px;
	text-align:center;
}

.vista-sitio {
	display:block;
	background:url(../images/boton_visita.png);
	width: 426px;
	height: 32px;
	margin: 0 0 0 5px;
}

.vista-sitio:hover {
background-position: 0 -32px;
}


#formulario {
	width: 892px;
	height: 229px;
	margin: 0 0 15px 0;
	background:url(../images/form_back.png) no-repeat;
}

#formulario .title { 
	font-size:16px;
	color: #091753;
	text-align:left;
	font-weight:bold;
	padding: 10px 0 18px 10px;
}

#formulario .texto { 
	font-size:13px;
	color: #fff;
	text-align:left;
	padding: 2px 0 8px 10px;
}

#formulario .form { 
	font-size:13px;
	color: #000;
	text-align:left;
	margin: 6px 0 18px 10px;
}

#formulario .form .dato { 
	margin: 10px;
	float:left;
}

#formulario .form .dato .dato-texto {
	width: 80px;
	float:left;
}

#formulario .form .dato .dato-campo {
	width: 190px;
	float:left;
}

#formulario .form .dato .dato-campo-2 {
	width: 480px;
	float:left;
}

.enviar {
	display:block;
	background:url(../images/boton_enviar.png);
	width: 153px;
	height: 32px;
	float:right;
	margin: 0 20px 0 0;
}

.enviar:hover {
background-position: 0 -32px;
}

.golfo {
	margin: 19px 0px 0 0px;
}
.map {
	display:block;
	margin: 0 0 0 15px;
	width: 400px;
	height:285px;
	background: url(../images/mapa-pino.jpg) no-repeat;
	float:left;
	}
