
body{
	margin-top: 		0px;
	text-align:			center;
	background-color:	#37484F;
	color:				#669933;
	font-family : 		Verdana, Tahoma, Arial;
	font-size:			12px;
}

#mayor{
	width: 100%;
	text-align: center;
}
#contenido{
	width:	905px;
	height:	575px;
	margin: 		0 auto;
	background-color:	#669933;
	padding-top:	25px;
	padding-left:	25px;
}
#web{
	float:			left;
	width:			880px;
	height:			550px;
	/*margin-top:		25px;
	margin-left:	25px;*/
	
}
.oculto{
	display:	none;	
	
}

#bottom{
	width:			880px;
	margin: 		0 auto;
	font-size:		11px;
}	
#bottom_left{
	float:			left;
	width:			440px;
	text-align:		left;	
}
#bottom_right{
	float:			left;
	width:			440px;
	text-align:		right;	
}
 #bottom a{
 	text-decoration:	underline;
 	color:				#669933;
 }
 	 #bottom a:hover{
	 	color:			#60757d;
 	}

#tags{
	color:			#60757d;
	width:			750px;
	margin: 		0 auto;
	font-size:		9px;
	padding-top:	20px;
}
	 #tags a{
	font-size:		11px;
 	text-decoration:	underline;
 	color:				#669933;
 }
 	 #tags a:hover{
	 	color:			#60757d;
 	}

#promo{
	width:	343px;
	height:	160px;
	/*left:	0px;
	bottom:	0px;
 	position:fixed;*/
 	position: fixed;
 	top: 50%;
 	left: 50%;
 	margin-top: -80px;
 	margin-left: -171px;
}

img#close {
  float: left;
/*  height:20px;
  width:20px;*/
  border: 0px;
/*  margin-top: 10px;
  margin-right: 10px;*/
 
}