@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#0a192c;
	background-image:url(/_img/fondo.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#E2E2E2;
	}
h1, h2, h3, h4 {margin:0; padding:0; font-weight:normal;}

h1 {font-size:30px}
h2 {font-size:24px;}
h3 {font-size:18px;}
h4 {font-size:16px;}

p {margin:0px; line-height:18px;}

.m_t_10 {margin-top:10px;}
.m_t_20 {margin-top:20px;}
.m_t_25 {margin-top:25px;}
.m_t_30 {margin-top:30px;}
.m_t_35 {margin-top:35px;}
.m_r_10 {margin-right:10px;}
.m_r_20 {margin-right:20px;}
.m_b_10 {margin-bottom:10px;}
.m_b_20 {margin-bottom:20px;}
.m_b_30 {margin-bottom:30px;}
.m_l_10 {margin-left:10px;}
.m_l_20 {margin-left:20px;}

.left {float:left;}
.right {float:right;}

.azul {color:#518d97;}
.amarillo {color:#d8cd57;}

.bold {font-weight:bold;}

#top {
	width:766px;
	height:336px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:0;

	}
#contenido {
	width:780px;
	padding:0 0 20px 0;
	}
#cuerpo {
	width:766px;
	/*background-image:url(/_img/cuerpo.jpg);*/
	margin:0 auto;
	}	

a {color:#CCCCCC;}
a:hover {color:#FFFFFF;}

/* -- INICIO -- */

#inicio_right {
	width:485px;
	float:right;
	}
#marcas_top {
	width:240px;
	height:20px;
	background:url(/_img/marcas_top.jpg);
	margin:0;
	padding:0;
	overflow:hidden;
	}
#marcas_mid {
	width:210px;
	padding:0 15px;
	background:url(/_img/marcas_mid.jpg) repeat-y;
	margin:0;
	overflow:hidden;
	}
#marcas_bot {
	width:240px;
	height:20px;
	background:url(/_img/marcas_bot.jpg);
	margin:0;
	padding:0;
	overflow:hidden;
	}
#marcas_left {
	float:left;
	}
#marcas_left a{
	font-weight:bold;
	display:block;
	color:#CCCCCC;
	}
#marcas_left a:hover{
	color:#333333;
	background-color:#d8cd57;
	}
#marcas_left ul li{
	border-bottom:#CCCCCC 1px solid;
	}
#inicio_right_agricolas {
	width: 242px;
	height: 248px;
	float: right;
	}
#inicio_right_viales {
	width: 243px;
	height: 248px;
	float: left;
	}

#viales_lista ol li {
	list-style-type: disc;
	margin-bottom: 10px;
	color:#d8cd57;
	}	
#viales_lista ul li {
	list-style-type: circle;
	margin-bottom: 0px;
	margin-left: 10px;
	color:#CCC;
	}	

/* -- CONTACTO -- */

#contacto_left {
	width:300px;
	float:left;
	padding:10px 20px;
	border:#CCCCCC 4px solid;
	background:#395c86;
	}
#contacto_right {
	width:360px;
	float:right;
	padding:10px 20px;
	border:#CCCCCC 4px solid;
	background:#395c86;
	}
.ancho_form {width:100%;}

/* -- Pie -- */

#pie {
	height:100px;
	background:url(/_img/fondo_pie1.jpg) bottom repeat-x;
	margin-top:40px;
	text-align:center;
	} 
#pie2 {
	width:700px;
	height:90px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding:10px 10px 0 10px;
	text-align:center;
	background:url(/_img/fondo_pie.jpg);
	}
#pie #pie2 a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	}
#pie #pie2 a:hover {
	text-decoration:none;
	color:#d8cd57;
	}
