/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		background-image:url(../01_images/bg.gif);
		background-repeat:repeat;
		background-color: #0C1212;
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 75%;
		text-align: left;
		}






																/* >>> CONTAINERS <<< */
div#title {
	position:absolute;
	left: 50px;
	top: 15px;
	width: 465px;
	height: 65px;
	color: inherit;
	background-image:url(../01_images/hotel_de_la_vall.gif)
			}
			
div#about {
	position:absolute;
	left: 650px;
	top: 500px;
	width: 264px;
	height: 88px;
	color: inherit;
	background-image:url(../01_images/about_block.png)
			}

div#menu {
	position:absolute;
	left: 650px;
	top: 100px;
	width: 264px;
	height: 370px;
	padding-top: 50px;
	background-image:url(../01_images/sidebar.png);
	background-repeat:no-repeat;
			}


			
div#wrapper {
	position:absolute;
	left: 50px;
	top: 100px;
	width: 550px;
	
			}

div#header {
	display:inline-block;
	width:550px;
	height:70px;
	background-image:url(../01_images/content_top_bg.png);
	background-repeat:no-repeat;
			}

div#content {
	display:inline-block;
	width:550px;
	background-image:url(../01_images/content_main_bg.png);
	background-repeat:repeat;
			}
			

div#footer {
	display:inline-block;
	width:550px;
	height:88px;
	background-image:url(../01_images/content_bottom_bg.png);
	background-repeat:no-repeat;
			}

	




																/* >>> SUB CONTAINERS <<< */
* { }





																/* >>> LISTS <<< */
ul#menu {
	margin: 10px;
	list-style: none;
	}
	ul#menu li {
		
		}
		ul#menu li a {
			display: block;
			width: 220px;
			padding: 5px 10px;
			font-family:"Courier New", Courier, monospace;
			font-size: 150%;
			font-weight:bold;
			text-align:center;
			color:#CCC;
			background-color:inherit;
			text-decoration: none;
			}
		ul#menu li a:hover {
			color:#FFF;
			background-color: inherit;
			}
ul#nav-top {
	float: right;
	padding: 1px 0;
	list-style: none;
	}
	ul#nav-top li {
		display: inline;
		}
		ul#nav-top li a {
			margin: 0 8px;
			color: #f2f2f2;
			background-color: inherit;
			font-size: 90%;
			text-decoration: none;
			border-bottom: 1px solid #f2f2f2;
			}
		ul#nav-top li a:hover {
			color: #CCCCCC;
			background-color: inherit;
			border-bottom: 1px solid #CCCCCC;
			}
ul#nav-footer {
	margin: 0 190px;
	padding: 0 2px;
	color: #666666;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #666666;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #333;
			background-color: inherit;
			}





																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header h1 {
	padding: 30px 60px;
	font-family:"Courier New", Courier, monospace;
	font-size: 160%;
	text-align:center;
	color:#960;
	}
div#content h2  {
	margin: 0 0 5px 0;
	font-size: 110%;
	}
div#content h3  {
	margin: 0 0 5px 0;
	font-size: 100%;
	}

div#content p, div#content form{
	margin: 10px 35px;
	color:#960;
	background-color: inherit;
	font-size: 120%;
	line-height: 18px;
	}
div#about p{
	margin: 15px 15px;
	padding: 10px;
	color:#960;
	background-color: inherit;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 170%;
	font-style:italic;
	line-height: 18px;
	text-align:center;
	}

div#content ul {
	margin: 10px 50px;
	color:#960;
	background-color: inherit;
	list-style-type:circle;
	font-size: 120%;
	line-height: 18px;
	}
div#left p, div#right p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a {
	color: #4494FF;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}
div#content img {
	display: block;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #960;
}
div#content table {
	margin-left:auto;
	margin-right:auto;
	width:450px;
	border:0px;
	text-align:center
	}

div#pics {
	float: right;
}

.negrita {
	font-weight: bold;
}




																/* >>> FORMS <<< */
* { }


.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 200px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -100px; /*width of left column*/
width: 95px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

																/* >>> END <<< */

