body {
	margin: 0px;
	text-align: justify;
	background-color: #bbbaba;
	margin:3px 5px 0px 5px;
	background-position:center top;
}
hr {
	color:#FFCC00;
	margin:1px;
}
#top1
{
	width: 1024px;
	height: 60px;
	margin: auto;
	background-color: #BBBABA;
	background-image: url(images/bgcontentop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000000;
	text-align: center;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
}
#intop{
	width:115px;
	height: 30px;
	float:right;
	padding: 5px 40px 0px 10px;
	margin-top: 15px;
}
#intopmail{
	width:auto;
	float:right;
	padding: 5px 300px 0px 10px;
	margin-top: 10px;
}
/* Header */

#header {
	height: 300px;
	width: 1020px;
}

/* Menu */

#menu
{
	width: 971px;
	height: 30px;
	background-image: url(images/imgmenu.jpg);
	background-repeat:no-repeat;
}
#contenedorcolumnas
{
	width: 970px;
}

/*
#menu li
{
	float:left;
	background-color: #000000;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#menu li a
{
	color: #ED7600;
	text-decoration: none;
	background-color:#000000;
	padding:3px 10px;
	display: block;
}

#menu li a:hover
{
	color: #fff;
	text-decoration:underline;
}
*/
#contengeneral {
	width: 970px;
	background-repeat: repeat-y;
	padding: 0px 25px;
}
/* Content */

#content {
	width: 1024px;
	margin: 0 auto;
	background-image: url(images/bgconten1.jpg);
	background-repeat: repeat-y;
	background-position:center top;
	background-color: #BCBABB;
}
#colOne {
	float: left;
	width: 212px;
	margin-top: 15px;
}
#colOnein {
	width: 210px;
	border-left:#333366 solid 2px;
	border-right:#333366 solid 2px;
	border-bottom: #33366 solid 2px;
}
#colOne h1{
	color:#444444;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:10px 0px  5px 0px;
	line-height:10px;
	text-align:center;
}

/*columna izquierda*/
#colthree {
	float:left;
	width: 252px;
	margin-top: 15px;
}




/*columna derecha*/
#colTwo {
	width: 475px;
	padding: 0px 15px 0px 15px;
	float: left;
	margin-top: 15px;
	
}
#colTwo p{
	color:#000000;
	font-size:13px;
	line-height: 16px;
	margin-bottom: 5px;
	padding: 0px 5px 2px 5px;
	margin-top: 10px;
}
#colTwo p a{
	color:#666666;
	text-decoration:none;
}
#colTwo p a:hover{
	text-decoration: underline;
	text-decoration:none;
}
#colTwo ul{
	color:#000000;
	font-size:11px;
	line-height: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/**/
#block{
	width: 480px;
	border-top: none;
	margin-top: 0px;
	border-bottom:#333366 solid 1px;
	border-top:#333366 solid 1px;
	height: 150px;
	
}
#blocktop{
	width: 460px;
	background-color:#FFFFFF;
	border-top: none;
	background-image:url(images/imgcontentop.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 195px;
	padding: 10px 10px 0px 10px;
}
/*
#block p{
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	line-height:12px;
	
}
*/
#colTwo h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
	font-size:16px;
	margin: 5px  0px  0px 5px;
	font-weight:bold;
}
#colTwo h2{
	font-family:"Times New Roman", Times, serif;
	color:#930000;
	margin:0px  5px 5px 5px;
	font-size:15px;
	padding: 8px 0px 0px 0px;
	font-weight: bold;
}
#colTwo h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin:5px 5px 5px 0px;
	font-size:13px;
}
#colTwo h4{
	font-family:"Times New Roman", Times, serif;
	color:#330000;
	font-size:11px;
}
#colTwo h6{
	color:#000000;
	font-size:13px;
	line-height: 16px;
	margin-bottom: 5px;
	padding: 0px 5px 2px 5px;
	margin-top: 10px;
	font-weight:normal;
}


/* Footer */

#footer {
	width: 1024px;
	margin: auto;
	background-color: #BEBEBE;
	background-image: url(images/bgcontenfooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer p {
	margin: 0px;
	text-align: center;
	color: #000000;
	padding-top: 35px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 10px;

}
#footer p a {
	color: #FFFFFF;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}
#footer h1{
	margin: 5px;
	text-align: center;
	color: #AC4518;
	padding-top: 0px;
	font-size:7px;
	font-family:Verdana;
	text-align:center;
}

#footer h1 a {
	color: #666666;
	text-decoration:none;
}
#footer h1 a:hover {
	text-decoration:underline;
}
#infooter{
	color:#FFFFFF;
	font-size:14px;
	padding:5px 25px 3px 5px;
	background-position: center;
	background-repeat: no-repeat;
	
}
.clear{
	clear:both;
	height:1px;
}
.left{
	float:left;
	margin-right: 5px;
}
.right{
	float:right;
}
.center{
		background-position:center;
}
/*menu de la columna*/
.titulolista{
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	padding:5px;
	text-align: left;
	background-color:#D4D4D4;
}
.titulolista a{
	color:#FFCC00;
	text-decoration:none;
	padding: 5px 5px 5px  15px;
	display:block;
	background-position: 15px center;
}
.titulolista a:hover{
	text-decoration:underline;
}
.lista{
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
}
.lista a{
	color:#333333;
	text-decoration:none;
	padding: 5px 5px 5px  15px;
	display:block;
	background-repeat: no-repeat;
	background-position: 15px center;
}
.lista a:hover{
	text-decoration:underline;
}

/*menu top*/
.menu{
	font-size:12px;
	font-family:Tahoma;
	color:#FF9900;
	margin:0px;
	float:left;	
}
.menu a{
	display:block;
	width:128px;
	padding:5px 5px;
	color:#930000;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
.menu a:hover{
	text-decoration:underline;
	color:#990000;
}
#leermas{
	width:75px;
	height:20px;
	float:right;
	margin: 5px 100px 0px 0px;
	padding: 0px 3px 0px 5px;
}
#leermas a{
	color: #990000;
	font-weight: bold;
	text-align: center;	
}
#leermas a:hover{
	text-decoration:underline;
}
#booking{
	width:75px;
	height:20px;
	float:right;
	margin: 5px 10px 0px 0px;
	padding: 0px 3px 0px 5px;
}
#booking a{
	color: #990000;
	font-weight: bold;
	text-align: center;	
}
#booking a:hover{
	text-decoration:underline;
}
.intop{
	color:#000000;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
#destinos{
	width:200px;
	padding:0px0px 3px 0px;
	float: left;
	color: #FFFFFF;
	margin: 5px 5px 0px 5px;
	background-color:#FFFFFF;
	border:#FFFFFF solid 2px;
}
#destinos a{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	padding:0px 5px 3px 5px;
	line-height:14px;
	text-decoration:none;
	color:#000000;
	font-weight: bold;
}
#destinos a:hover{
	text-decoration:underline;
	color:#000009;
}
.title{
	color:#ffffff;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	padding:15px;
	text-align: left;
	background-color:#262626;
	border-left:#333333 solid 2px;
	border-right:#333333 solid 2px;
	text-align:center;
	
}
#icons{
	width:210px;
	padding:0px;
	height:60px;
}

#colTwo2 {
	width: 600px;
	padding: 0px 15px 0px 15px;
	float: left;
	margin: 5px 160px 0px 170px;
	
}
#colTwo2 p{
	color:#000000;
	font-size:13px;
	line-height: 16px;
	margin-bottom: 5px;
	padding: 0px 5px 2px 5px;
	margin-top: 10px;
}
#colTwo2 p a{
	color:#666666;
	text-decoration:none;
}
#colTwo2 p a:hover{
	text-decoration: underline;
	text-decoration:none;
}
#colTwo2 h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
	font-size:16px;
	margin: 5px  0px  0px 5px;
	font-weight:bold;
}
#colTwo2 h4{
	font-family:"Times New Roman", Times, serif;
	color:#330000;
	font-size:11px;
}
