/* GENERALES */
body {
	padding: 0;
	margin: 0;
	color: #333;
	font: 12px Verdana, Helvetica, sans-serif;
	background-color:#fff;
	text-align: center;
	background-image: url(images/fondo_web.gif);
	background-repeat: repeat-x;
	line-height: 17px;
}

/** SECCIONES **/
#content {
	text-align: left;
	margin: auto;
	width: 780px;
}
#menu {
	font: 12px Arial;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	padding: 0 40px 0 0;
	margin: 0;
}
#menu a {
	color: White;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#buscador {
	background-image:url(images/fondo_buscador.jpg);
	background-repeat:no-repeat;
	padding: 20px 20px 0 20px;
}
#caracteristicas {
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
}
#caracteristicas ul {
	padding: 10px 0 0 0;
	margin: 0;
}
#caracteristicas li {
	list-style: none;
	padding: 0 0 0 25px;
	margin: 0 0 5px 0;
    background-image: url(images/icon_documentos.gif);
    background-repeat: no-repeat;
    background-position: 0.8em;
}
#body {
	padding: 25px;
}
#body strong {
	color: #da251c;
}
#left {
	background-image:url(images/fondo_columna.gif);
	background-repeat: repeat-x;
}
#foot {
	height: 68px;
	background-image: url(images/fondo_pie.gif);
	background-repeat: no-repeat;
}

/** COLORES **/
.rojo {
	color: #da251c;
}
.verde {
	color: #54943e;
}
.gris_claro {
	color: Gray;
}

/** TAMAŅOS **/
.size_10 {
	font-size: 10px;
}
.size_11 {
	font-size: 11px;
}
.size_15 {
	font-size: 15px;
}
.size_17 {
	font-size: 17px;
}
.negrita {
	font-weight: bold;
}
.mayusculas {
  text-transform: uppercase;
}
.arial {
	font-family: Arial;
}

/** CAMPOS DE FORMULARIO **/
.micra {
	width: 75px;
}
.small {
	width: 100px;
}
.medium {
	width: 200px;
}
.big {
	width: 300px;
}
.color {
	border: 1px solid Black;
	font-family: Verdana;
	font-size: 11px;
	background-color: #fffee3;
}

/** TITULOS Y VARIOS **/
.titulo1 {
	color: Black;
	font-size: 17px;
	font-family: Arial;
}
.titulo2 {
	background-color: #54943e;
	color: White;
	font-weight: bold;
	width: 250px;
	text-align: center;
	height: 20px;
	text-transform: uppercase;
}
.titulo3 {
	background-color: #da251c;
	color: White;
	font-weight: bold;
	width: 250px;
	text-align: center;
	height: 20px;
	text-transform: uppercase;
}
.links1 {
	color: #da251c;
	text-decoration: none;
}
.links1:hover {
	text-decoration: underline;
}
.links2 {
	font-weight: bold;
	color: #da251c;
	text-decoration: none;
}
.links2:hover {
	color: White;
	background-color: #da251c;
}
.links3 {
	font-weight: bold;
	color: #54943e;
	text-decoration: none;
}
.links3:hover {
	color: White;
	background-color: #54943e;
}
.baq_columna_sup {
	background-image:url(images/fondo_superior_baq_columna.gif);
	background-repeat:no-repeat;
	height: 22px;
	padding: 0 0 0 10px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
.baq_columna {
	font-size: 11px;
	line-height: normal;
}
.error {
	color: Red;
	font-weight: bold;
	font-size: 12px;
}

/* GOOGLE MAPS */
#map{
	margin:0;
	width:470px;
	height:300px;
}
.cuadro_mapa {
  width: 250px;
  height: 150px;
  line-height: normal;
  font-size: 10px;
}