* {	
	margin: 0;
	padding: 0;
}

#contenedor{
	margin: 0 auto;
	text-align:center;
	width:960px;
}

body { 
	width: 960px;
	background-color: #717171;
	text-align:center;
	margin:0 auto;
   font-family: Verdana, Geneva, Arial;
}

#header { 
	width: 100px; 
	margin: 0;
	background-color: #454545;
}

#menu-box {	
	text-align: center;
	height: 90px; 
	width: 960px; 
	margin: 0;
	background-color: #454545;
}

#menu ul {
	width: 960px;
	height: 60px;	
	list-style: none;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
	position: relative;
}

#menu li { 
	display: block;
	float: left;
	text-decoration: none;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	width: 137px;
	height: 60px;
	float: left;
	text-transform: lowercase;
	background-image: url(images/menu.gif);
}

#menu a:hover {
	color: #fff;
	background-image: url(images/menu2.gif);
	width: 137px;
	height: 60px;
	text-decoration: none;
}

#menu a.active, #menu a.active:active, #menu a.active:hover {
	background-image: url(images/menu2.gif);
	color: #FFF;
	text-decoration: none;
	height: 60px;
	width: 137px;
}

#menu a span {
	display:none;
	font-family: Verdana, Geneva, Arial;
}

#menu a span.tit {
	color: #fff;
	text-decoration:none;
	letter-spacing: 1px;
	font: 100% bold;
	text-align: center;
	position: relative;
	top: 20px;
	display:block;
   font-family: Verdana, Geneva, Arial;
}

#menu a:hover span.sub {
	color: #b3b3b3;
	width: 800px;
	text-decoration:none;
	letter-spacing: 1px;
	font: 95% bold;
	text-align: left;
	position: relative;
	top: 50px;
	left: 50px;
	display:block;
	font-family: Verdana, Geneva, Arial;
}

#medio { 
	width: 960px;
	margin: 50px auto;
}

#medio_vacio { 
	width: 960px;
	height: 500px;
	margin: 100px auto;
	text-align: center;
}


#medio p {
	text-align: justify;
	font-size: 90%;
	color: #fbfbfb;
	padding-top: 10px;
	padding-right: 15px;
}

#medio h1 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
   font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	text-align: right;
	color: #fbfbfb;
}

#medio h2 {
	font-size: 95%;
	font-weight: bold;
   font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	text-align: right;
	color: #fbfbfb;
	margin-top: 30px;
}

#abajo {
	width: 960px;
	height: 45px;	
	background-image: url(images/abajo.gif);
	background-repeat: repeat-x;
	float: left;
	display: block;
	position: relative;
	margin-top: 30px;
}

#foot {
	float: left;
	position: relative;
}

#foot p {
	font-size: 80%;
	text-align: center;
	color: #fbfbfb;
	padding: 15px;
}

#foot span {
	font-size: 100%;
	font-weight: bold;
	font-family:"Trebuchet MS", Tahoma, Verdana, Geneva, Arial;
	color: #D77C00;
}

#contador {
	width: 320px;
	float: right;
	margin-top: 8px;
	text-align: center;
	font-size: 90%;
	color: #fbfbfb;
	width: 150px;
}

#contador a {
	margin-top: 5px;
	text-align: center;
	font-size: 90%;
	color: #fbfbfb;
	width: 150px;
	text-decoration: none;
}

#webmaster {
	float: left;
	width: 320px;
	color: #fbfbfb;
	font-size: 90%;
	text-decoration: none;
	text-align: left;
	padding-top: 15px;
	margin-left:30px;
}

#webmaster a {
	color: #fbfbfb;
	font-size: 90%;
	text-decoration: none;
	text-align: left;
}

#webmaster a:hover {
	width: 320px;
	color: #d77c00;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
}

.imagen1 {
	float: left;
	border: 1px #454545;
	position: relative;
	background-image: url(images/chipmunk2chica.jpg);
	border: 2px solid #fbfbfb;
	height: 365px;
	width: 400px;
	margin: 0px 15px 10px 0px;	
}

.imagen2 {
	float: right;
	border: 1px #454545;
	position: relative;
	background-image: url(images/deltafly_02.jpg);
	border: 2px solid #fbfbfb;
	height: 333px;
	width: 500px;
	margin: 15px 0px 15px 15px;	
}

.x {
	color: #717171;
}
