/*
*
* HORIZONTES.com
* Main Stylesheet
*
*/

html, body{
	width:100%;
	height: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

body{
		background: #0A9A9A url('../images/bg.jpg') repeat-x scroll top;
}
#container{
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	height: 100%;
/*	background: #0A9A9A url('../images/bg.jpg') repeat-x scroll 0px -18px;
	_background: #0A9A9A url('../images/bg.jpg') repeat-x scroll 0px 10px;
*/
}

#page{
	width:760px;
	/*margin: 28px auto 0px auto;
	_margin: 18px auto 0px auto;
	*/
	margin: 28px auto 0px auto;
	border: 4px solid #127474;
	text-align: left;	
	background: #FFFFFF url('../images/main_bg.jpg') repeat-x scroll top;
}

.frontpage{
	background: #FFFFFF url('../images/main_bg.jpg') repeat-x scroll top;	
}

.secondarypage{
	background: #FFFFFF url('../images/spacer.gif') repeat-x scroll top!important;
	text-align: left !important;	
}

#top{
	width:100%;
	height: 191px;
}

#hvg_beta{
	width:363px;
	height: 57px;
	float: left;
	background: #FFFFFF url('../images/hvg_beta.jpg') no-repeat scroll top left;
}
#left_menu{
	width: 300px;
	height: 57px;
	float: right;
	text-align: left;
	line-height: 57px;
}

a{
	text-decoration: none;
}
a:link, a:visited{
	color: #036B6B;
}

a:hover, a:active{
	color: #049494;
}


.menu{
	height: 57px;
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
}

#left_menu .menu{
	border-left: 1px solid #127474;
	padding-right: 2px;
	padding-left: 6px;
}

.spacer {
	width:100%;
	clear: both;
}
#logo{
	width:297px;
	height:134px;
	background: transparent url('../images/logo.gif') no-repeat scroll bottom left;
}
#footer{
	font: 8px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear:both;
	/*height: 80px;*/
}
#footerlogo{
	width:180px;
	height: 80px;
	float: left;
	background: transparent url('../images/footerlogo.gif') no-repeat center center;
}
#footertext{
	width:480px;
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	float: right;
}
#contents{
	width:90%;
	padding: 10px;
	margin: 0 auto;
	text-align: justify;
}
#credenciales{
	width:100%;
	height:110px;
	background: #ffffff url('../images/credenciales.jpg') no-repeat center center;
	clear: both;
}
#quicksearch{
	width:100%;
	height:25px;
	clear: both;
	text-align: center;
}

#quicksearch form {
	margin:0px;
	padding: 0px;
	line-height: 25px;
}

#quicksearch #q{
	width:500px;
}

#mapa{
	width:38%;
	/*height:300px;*/
	background: transparent url('../images/mapa.jpg') no-repeat top left;
	font: 9px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 150px;
	float: left;
}
#activity{
	width:62%;
	float: right;
	text-align: center;
}
#activity h4{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	/*float: left;
	clear: both;*/
}
#activity ul{
	margin:0px;
	padding: 0px;
	list-style: none;
}
#activity li{
	width:100px;
	height: 110px;
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
}
#advancedsearchbuttons{
	width:145px;
	height:160px;
	text-align: left;
	float: right;
}
#advancedsearchbuttons img{
	display: block;
	clear: both;
}

h4{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #059595;
}
.left{
	float:left;
}
.right{
	float:right;
}

#colright{
	width: 150px;
	padding: 10px;
	float: right;
}
#colright2{
	width: 250px;
	padding: 10px;
	float: right;
}
#contenttext{
	width:500px;
	text-align: justify;
}
#destination{
	width:500px;
	float: left;
	text-align: left;
}
#destination ul{
	margin:0px;
	padding: 0px;
	list-style: none;
}
#destination li{
	width:250px;
	height: 150px;
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
}

#sdestination{
	width:100%;
	float: left;
	text-align: left;
}
#sdestination ul{
	margin:0px;
	padding: 0px;
	list-style: none;
}
#sdestination li{
	width:200px;
	height: 150px;
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
}

.alignleft{
	text-align: left;
}

.alignright{
	text-align: right;
}

.aligncenter{
	text-align: center;
}

.alignjustify{
	text-align: justify; 
}
