/* ---------- HTML Element Selectors ---------- */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #313131;
	background: white;
	margin: 0;
	height: 100%;
}

html{
	height: 100%;
}

* html #contents{ height: 250px; } /* IE min-height hack */

h1{ /* section header */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #f6821f;
}

h2{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

h3{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #3c6abf;
	margin-bottom: 0;
}

hr{
	height: 1px;
	width: 720px;
	border: none;
	background: #a0a0a0;
	color: #a0a0a0;
}

td{ vertical-align:top; }

a{
	text-decoration: none;
	color:#313131;
}

a:hover{
	text-decoration: underline;
	color:#313131;
}

img{ border: none; }

/* ---------- ID Selectors ---------- */

#container{
	position: relative;
	min-height: 97%;
	margin: 0 auto;
	width: 720px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

	#topbarLinks{
		position: relative;
		width: 700px;
		padding: 10px;
		text-align: right;
		font-size: 10px;
	}
	
	#header{
		position: relative;
		width: 720px;
		height: 214px;
	}
	
	#navigation{
		position: relative;
		width: 720px;
		height: 40px;
		text-align: center;
	}
	
	#date{
		position: relative;
		width: 700px;
		padding: 10px;
		text-align: right;
	}
	
	#contents{
		position: relative;
		margin: 0 auto;
		padding: 0 2px 50px 2px;
		min-height: 250px;
		width: 720px;
	}
	
		#columnContainer{
			position: relative;
			width: 720px;
		}
			
			#leftColumn{
				display: block;
				float: left;
				left: 0px;
				top: 0px;
				padding: 5px 10px 0 40px;
				width: 538px;
			}
			
				.hotelPrecio{
					width: 50%;
					padding: 3px;
					border-top: 1px solid #bababa;
					border-left: 1px solid #bababa;
					border-right: 1px solid #bababa;
					font-size: 13px;
					font-weight: bold;
					color: #f6821f;
					margin: 0;
				}
			
			#rightColumn{
				color:#313131;
				display: block;
				float: right;
				right: 0px;
				top: 0px;
				padding: 5px 0 0 10px;
				border-left: 1px solid #a5a5a5;
				width: 120px;
				font-size: 13px;
			}
			
			#leftColumnHome{
				display: block;
				float: left;
				left: 0px;
				top: 0px;
				padding-right: 10px;
				width: 220px;
			}
			
				#leftColumnContentTop1{ /* content pane 1 for left column */
					width: 200px;
					margin: 0;
					padding: 5px 10px 5px 10px;
					background: url(images/homeNuevoBG.gif) no-repeat top center;
				}
				
				#leftColumnContentBottom1{ /* rounded corner bottom edge for left pane 1 */
					width: 220px;
					height: 15px;
					margin: 0;
					line-height: 15px;
					background: url(images/homeNuevoBG.gif) no-repeat bottom center;
				}
				
				#leftColumnContent2{ /* content pane 2 for left column */
				
				}
			
			#rightColumnHome{
				position: relative;
				display: block;
				float: right;
				right: 0px;
				top: 0px;
				padding-left: 10px;
				width: 480px;
			}
			
				#rightColumnContentTop1{ /* content pane 1 for right column */
					width: 460px;
					margin: 0;
					padding: 5px 10px 5px 10px;
					background: url(images/homeBienvenidosBG.gif) no-repeat top center;
				}
				
				#rightColumnContentBottom1{ /* rounded corner bottom edge for right pane 1 */
					width: 480px;
					height: 15px;
					margin: 0;
					line-height: 15px;
					background: url(images/homeBienvenidosBG.gif) no-repeat bottom center;
				}
				
				#rightColumnContentTop2{
					width: 210px;
					margin: 15px 0 0 0;
					padding: 5px 10px 5px 10px;
					background: url(images/homeFraseBG.gif) no-repeat top center;
				}
				
				#rightColumnContentBottom2{
					width: 230px;
					height: 15px;
					margin: 0;
					line-height: 15px;
					background: url(images/homeFraseBG.gif) no-repeat bottom center;
				}
				
				#rightColumnContentTop3{
					width: 210px;
					margin: 15px 0 0 0;
					padding: 5px 10px 5px 10px;
					background: url(images/homeEspecialesBG.gif) no-repeat top center;
				}
				
				#rightColumnContentBottom3{
					width: 230px;
					height: 15px;
					margin: 0;
					line-height: 15px;
					background: url(images/homeEspecialesBG.gif) no-repeat bottom center;
				}
	
	#contentsInterior{
		position: relative;
		margin: 0 auto;
		padding: 14px;
		min-height: 180px;
		width: 800px;
		background: url(images/topBG.gif) no-repeat 50% -180px;
	}
	
	#footer{
		position: relative;
		width: 700px;
		padding: 10px;
		font-size: 10px;
	}
	
		#footer a{
			color: #color:#313131;;
			text-decoration: none;
		}
		
		#footer a:hover{
			color: #950e1d;
			text-decoration: underline;
		}

/* ---------- Dropdown Menu ---------- */	
	
#dropmenudiv{
position: absolute;
border: 1px solid #b8b8b8;
border-bottom-width: 0;
font: bold 11px Arial;
line-height: 20px;
z-index: 100;
background: white;
}

	/* * html #dropmenudiv{ background:white; filter:alpha(opacity=88); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=88); } */

#dropmenudiv a{
width: 100%;
display: block;
/* border-top: 1px solid #ffffff; */
border-bottom: 1px solid #b8b8b8; 
padding: 1px 0 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f6f6f9;
color: #c00000;
}

/* ---------- Class Selectors ---------- */

.clear{
	clear: both;
}

.leftImage{
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
	clear: both;
}

.centerImage{
	display: block;
	margin: auto;
	clear: both;
}

.rightImage{
	display: block;
	float: right;
	margin: 10px 0 10px 10px;
	clear: both;
}

.subTitle{
	font-weight: bold;
	font-size: 13px;
}

.smallText{
	font-size: 11px;
	color:#313131;
}

.largeText{
	font-size: 13px;
}

.boldText{
	font-weight: bold;
}

.row { /* contact form row */
	margin: 8px 0;
	font-size: 11px;
	clear: both;
}

.row label {  /* contact form row label */
	display: block;
	margin-right: 10px;
	float: left;
	width: 160px;
	text-align: right;
	padding-top: 2px;
}