body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #BF2F08;
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
}



div#principal {
	width: 760px;
	margin: auto;	
	background: #BE3E1A;	
}


div#cabecera {
	width: 760px;
	margin: auto;
	clear: both;	
	background: #F34205;
}

div#contenido {
	display: table;
	width: 760px;
	height: auto;
	clear: both;		
	background: #BE3E1A;
	padding: 0px 0px 0px 0px;
}

div#contenido_izquierda {
	float: left;
	width: 192px;
	height: auto;
	background: #BE3E1A;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

div#contenido_central {
	float: left;
	width: 388px;
	height: auto;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	background: #FFFFFF;
}

  	div#contenido_central .titulo {
		   height: 40px;
	   }
		
		div#contenido_central .titulo img {
			float: left;
			margin-top: 5px;
		}
			
				
		div#contenido_central .titulotema {
			margin-left: 30px;
			width: 90%;
			margin: 0px;
			padding: 3px 0;
			font-size: 1.5em;
			color: #000000;
			border-bottom: 1px solid #000000;		
		
	

		}
		
div#contenido_central_imagenes {
	float: left;
	width: 568px;
	height: auto;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	background: #FFFFCC;
}

div#contenido_central_fotos {
	float: left;
	width: 388px;
	height: auto;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	background: #FFFFCC;
	
}

		div#contenido_central_fotos .titulofotos {
			margin-left: 30px;
			width: 90%;
			margin: 0px;
			padding: 3px 0;
			font-size: 1.7em;
			color: #FFFFCC;
			border-bottom: 1px solid #FFFFFF;		
		
	

		}

div#contenido_derecha {
	float: right;	
	width: 180px;
	height: auto;
	padding: 0px 0px 0px 0px;
	background: #C87725;
	text-align: center;

}




div#pie { 
	width: 760px;
	clear: both;
	height: 80px;
	padding: 0px;	
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	background: #F34205;
	color: #FFFFFF;
}

div#reservar {
  width: 100%;
	height: auto;
	background: #5EA3E8;
	PADDING-TOP: 7px;
	PADDING-BOTTOM: 10px;
	PADDING-LEFT: 7px;
	TEXT-ALIGN: left;
}
div#reservar .ttitulo{
	FONT-WEIGHT: bold;
  color: #002E5A;
}

/*- Menu Tabs E--------------------------- */

    #tabsE {
      float:right;
      width:100%;
      background:#C20209;
      background:url("http://nueva.hostalpalacioreal.com/images/fondomenucss.jpg") right top;
      font: bold 10px Verdana, Arial, Helvetica, sans-serif;
      line-height:normal;

      }
    #tabsE ul {
        margin:0;
		padding-left: 175px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-top: 0px; 
		list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      display:block;	  
      background-color:#B70000;
      margin:0px;
      padding:5px 15px 4px 6px;
      color:#FFF;
	  text-decoration:none;
	 }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a:hover{
      color:#FFF;
	  text-decoration:none;
      background-color:#590202;
      background-position:100% -42px;
	  text-decoration:none;	  
      }

        #tabsE #current a {
                background-position:0% -42px;
        }
        #tabsE #current a span {
                background-position:100% -42px;
        }
		
