/**********/
/* reset */
/********/
html, body, div {
  margin: 0;
  padding: 0;
  overflow-y:hidden;
}

h1, h2, h3, h4, p, img, a {
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
	/*  -moz-outline: none;*/
}

/************/
/* generic */
/**********/

/***********/
/* global */
/*********/
a{
	outline: none;	
	text-decoration: none;		
}


h1, h2, h3, h4{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	
}
 
h1{
	font-size: 18px;
	padding-bottom:1px;
}

h2{
	font-size: 13px;
	font-weight:normal;
	padding-bottom:10px;	
}
h3{
	font-weight:normal;
	padding-bottom:10px;	
	font-size: 20px;
}

p, label, ul, ol, a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	padding-bottom:2px;
}

/******************/
/* Site specific */
/****************/
body,html{
	height: 100%;
}

body {
	background: #b2716d url(../images/layoutFnd.png) repeat-x fixed;
	overflow:hidden;
 }
  
#wrapper{
	float:left;
}
 


  /********/
 /* Menu */
/********/
.menu {
	height: auto;
	float:left;
}

.menu a,
.myanchor a{
	float:left;
	color:#f0edd2;
	background-color:#b5cab7;
}

	


  /********/
 /* main */
/********/

#main{
	padding-top:65px;
	float:left;
}
.mybox p{
margin-bottom:10px;
}

.mybox a:hover{	
	color: #5c5a47;	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5c5a47;
}
.mybox #imagen{
margin-top:10px;
margin-bottom:5px;
}
.mybox{
	position:relative;
	padding-right:50px;
	height: 508px;
	float:left;
	min-width:510px;
	background-repeat:no-repeat;
	background-image: url(images/entrada%20corregidor.jpg);
	width: 960px;
}
.mybox .next{
width: 320px;
position:absolute;
margin-top:20px;
color:#FFFFFF;
}
.mybox .habitaciones{
width: 320px;
position:absolute;
bottom:20px;
color:#FFFFFF;
}


/********************/
/* Mail form stuff */
/*****************/

fieldset{ 
	border:0;
	margin:0;
	padding:0; 
}

label{ 
	display:block; 
}

input.text,
textarea{ 
	width:250px;
	font:12px/12px Georgia, "Times New Roman", Times, serif;
	padding:3px;
	margin:1px 0;
	
	color: #412b22;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #d0d4ba;
	border-left-color: #d0d4ba;
	border-top-style: none;
	border-right-style: none;
	background-color: #fbf0dc; 
}

input.submit { 
	padding:2px 5px;
	font:bold 12px/12px Georgia, "Times New Roman", Times, serif; 
}
/*mios*/
#content{
background-image:url(../images/contentFnd.png); 
background-repeat:repeat-y; 
height:480px; 
width:330px; 
padding:20px 60px 10px 20px;
}

/* los mios */
 #menu {
 color:#d1c2c0;
 font-size: 13px;
}
#fixmetoo {
	background-repeat:no-repeat;
	background-color:#000;
	position: absolute;
	top: 63px;
	width:190px;
	z-index:4;
	opacity:.8;
    filter:Alpha(opacity=80);
    /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); */	
	background-image:url(../images/menuberenjena.png);
	height: 510px;
}
.lang{padding-top:25px}
#fixme {
	position:absolute;
	top: 167px;
	width:190px;	
	z-index:5;
}
div > div#fixmetoo, div > div#foot, div > div#fixme {
	position: fixed;
}
#foot {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8e6663;
	position: absolute;
	left: 0px;
	top: 595px;
	height:450px;
	z-index:4;
}

/* Rutas*/
.ruta{height:30px; background-color:#991c20; font-family:Georgia, 'Times New Roman', Times, serif; font-size:18px; color:#FFFFFF;}
.rutaTit{width:110px; background-color:#f4b414; padding-left:30px; height:25px;  padding-top:5px; float:left}
.rutaName{margin-left:180px; height:25px;  padding-top:5px;}
.rutaContent{height:360px; margin-top:52px; padding-left: 30px;}
.rutaImg{width:282px; float:left;}
.rutaImg img{border:2px solid #FFFFFF;}
.rutaText{width:380px; float:right; height: 360px; overflow:scroll; overflow-x:hidden; padding:0 10px 10px 10px;}
.rutaText p{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; margin-bottom:10px;}
