* { margin: 0; padding: 0; }

body {
	background: #f5efd9;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #666633; 
	background: inherit;
}
a:hover {
	color: black;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #6f6d32;	
}
ul span, ol span {
	color: #666666;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	color:#949146;
}
input {
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 875px;
	background: #CCC url(imagenes/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 805px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 875px;
	position: relative;
	height: 123px;
	background: #CCC url(imagenes/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}


/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0; 
	background: url(imagenes/menu.jpg) center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	list-style: none;
	margin:0; padding-left:30px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #cc9933;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #cc9933;
	color: #333;
}

/* Main Column */
#main {
	float: right;
	/*width: 575px;*/
	padding: 0; margin: 0;
	min-height: 300px;
  height: auto !important;
  height: 300px;
  margin-bottom:5px;
}
#main h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #c18e35;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #e6e598;
	background: #FFF url(imagenes/square-green.png) no-repeat 3px 50%;	
}

#main .contenedor_fotos {
float:right; margin:5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 175px;
	padding: 0; margin: 0;	
}	
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	padding: 2px 0 2px 2px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(imagenes/footer.jpg) no-repeat center top;
	clear: both;
	width: 875px;
	height: 59px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

table.distancias {
 width:300px;
 border:1px solid #ccc;
 border-collapse:collapse;


 }
 td.distancias_tit {
 font: bold 13px Verdana, Arial, Tahoma, Sans-serif;
 color:#b7a956;
 border-bottom:1px solid #ccc; 
 padding:.3em 1em;
 text-align:center;
 }
 td.distancias_cab {
 background:#ecdfae;
 border-bottom:1px solid #ccc; 
 padding:.3em 1em;
 text-align:center;
 }
 td.distancias {
 color:#678197;
 border-bottom:1px solid #ccc;
 padding:.3em 1em;
 text-align:center;
}

.texto_destacado{
	color: #B57600;
	font-weight: normal;
}

.texto_titulo {
	color: #B57600;
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.imagen_contenidos_izda { float:left; margin-right:5px; margin-bottom:5px; }
.imagen_contenidos_dcha { float:right; margin-left:5px; margin-bottom:5px; }

table.tarifas {
 border:1px solid #ccc;
 border-collapse:collapse;
 margin-top:20px;
 margin-left: 15px;
 font:bold 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
 width:500px;
  }
  
table.tarifas td {
 color:#666;
 border:1px solid #ccc;
 padding:.3em 1em;
 text-align:center;
}
table.tarifas td.strong { font-weight:bold; font-size:13px; }
table.tarifas td.tarifas_cab {
 background:#ecdead;
 color:#4b3729;
 border:1px solid #ccc; 
 padding:.3em 1em;
 text-align:center;
 font-size:16px;
 }
 table.tarifas td.tarifas_subcab {
 background:#ecdead;
 color:black;
 border:1px solid #ccc; 
 padding:.3em 1em;
 text-align:center;
 font-size:12px;
 line-height:12px;
 }
 table.tarifas td.left {
 color:#666;
 border:1px solid #ccc;
 padding:.3em 1em;
 text-align:left;
 }