* { margin: 0; padding: 0; }

a { text-decoration: none; border: none; }

body {
	margin-top: 12px;
	background: url(../images/img/fondo03.png) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #c3d09b;
	}
	
#wrapper {
	color: black;/*color de letra*/
	width: 1000px;
	 height: 640px;
 	background-position: top left;
	margin-top: 10px;
	margin-right: auto; 
	margin-bottom: 10px;
	margin-left: auto; 
}

h3{color: #323d14;}
h5{color: #ffffff;}

address{
text-align: center;/*centra*/
font-size:80%;/*mas pequeño*/
font-style: normal; /*fuente normal no cursiva*/
line-height: 1.5em; /*distancia entre las lineas*/
}

#logo {
	width: 1000px;
    height: 94px;
	position: relative;
	background-image:url(../images/img/fondTit02.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position: top left;
	margin-top: 18px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
	left: 00px;
	top: -28px;
}

#mapa{
	width: 262px;
	height: 348px;
	left: 30px;
	margin-top: 12px;
}

#pie {
  margin-right: -40px; 
  margin-top: 119px;
}
strong {
  color: #4e9b88;
}

h5{color:white;}

address {
  text-align: center; 
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5em; 
}
a { text-decoration: none; }
a:link {color: #fff;}
a:visited {color: #fff;}

a:hover, a:focus { text-decoration:none; }/*elimina el subreyado de los link*/
a:active {color: white; }

/*pedazo de codigo para que la imagenes no tengan ningun borde*/
img{border:none;}
/* Easy Slider */
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:00;
		list-style:none;
		}
	#slider2{margin-top:0em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	}	
		
