@charset "utf-8";
/*Generales*/
.clear { clear: both;}
a { color: #2289cc;}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fdo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1  {
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
	display: block;
	padding: 0px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
h2   {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	display: block;
	text-align: center;
	padding: 0px;
	margin-top: 220px;
	margin-right: 28px;
	margin-bottom: 0px;
	margin-left: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8db3d8;
}
h3   {
	color: #aad7ec;
	font-size: 15px;
	text-align: center;
	display: block;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p  {
	color: #494949;
	font-size: 12px;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*Contenedor*/
#contenedor {
	padding: 0px;
	width: 461px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*Logo*/
#logo {
	width: 314px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
}


/*Cajas links sitios*/
.box_1 {
	background-image: url(../images/box_gps.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 300px;
	width: 221px;
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box_2 {
	background-image: url(../images/box_compan.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 300px;
	width: 221px;
	float: right;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.web {
	text-decoration: none;
	color: #FFF;
	display: block;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a.web:hover {
	text-decoration: none;
	color: #AAD7DB;
}

/*Web antigua*/
#contenedor .lineas {
	color: #494949;
	font-size: 11px;
	display: block;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bebebe;
	border-bottom-color: #bebebe;
}


/*Mapa*/
#contenedor .mapa {
	border: 2px solid #FFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#contenedor small  {
	font-size: 12px;
	text-align: center;
	display: block;
	margin-top: 10px;
	clear: both;
	margin-bottom: 30px;
}
