* :focus { outline: 0; }

#menu {
margin: 0 auto;
padding-top:20px;
margin-bottom:10px;
text-align:center;
}
#slide {
padding-top: 40px;
text-align:center;
margin: 0 auto;
}

#slide2 {
padding-top: 10px;
text-align:center;
margin: 0 auto;
}
	
#contacto {
	height: 150px;
	background-color: #F7F4E5;
	width: 100%;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
#info {
	font-family: “Lucida Sans Unicode”, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
	padding-top: 25px;
	width: 950px;
	margin: 0 auto;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:800px;
		height:410px;
		overflow:hidden; 
		margin: 0 auto;
		}
	#prevBtn{
	width:120px;
	height:20px;
	}
	#nextBtn{
	width:120px;
	height:20px;
	}	
		
	#prevBtn a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #19a8e2;
	height: 40px;
	width: 104px;
	background-position: left;
	font-weight: bold;
	}	
	#prevBtn a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	height: 40px;
	width: 104px;
	background-position: left;
	font-weight: bold;
	}		
	#nextBtn a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #19a8e2;
	height: 40px;
	width: 104px;
	background-position: right;
	font-weight: bold;
	}	
	#nextBtn a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	height: 40px;
	width: 104px;
	background-position: right;
	font-weight: bold;
	}		

/* // Easy Slider */