@charset "utf-8";
/* CSS Document */

body {
	background: #B5A275 url(img/bg_body.png);
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}

/*//////////////////////////////////////////////////////////////////////////*/

	.clear { clear: both; }
	a img { border: 0; }
	.bord { border: 1px solid #003366; }

/*//////////////////////////////////////////////////////////////////////////*/

	#wrap {
		width: 800px;
		padding: 0 8px;
		margin: 0 auto;
		background: #FFFFFF url(img/bg_wrap.png) repeat-y;
		text-align: left;
		}

/*//////////////////////////////////////////////////////////////////////////*/

	#head {
		height: 250px;
		background: #74A923 url(img/bg_head.jpg) no-repeat;
		padding: 10px 0 0 17px;
		}
		#head h1 {
			float: left;
			margin: 37px 0 0 0;
			}
			#head h1 a {
				display: block;
				width: 245px;
				height: 138px;
				background: url(img/logo.png);
				text-indent: -9999px;
				}
		#head ul {
			margin: 0;
			padding: 0 30px 0 0;
			list-style: none;
			float: right;
			}
			#head ul li {
				margin: 0 0 2px 0;
				padding: 0;
				}
				#head ul li a {
					display: block;
					height: 30px;
					width: 92px;
					text-indent: -9999px;
					background-position: bottom;
					}
					#head ul li a:hover, #head ul li.sel a {
						background-position: top;
						}
					
					#head ul li a#btn_home {
						background-image: url(img/btn_home.png);
						}
					#head ul li a#btn_news {
						background-image: url(img/btn_news.png);
						}
					#head ul li a#btn_even {
						background-image: url(img/btn_even.png);
						}
					#head ul li a#btn_ruta {
						background-image: url(img/btn_ruta.png);
						}
					#head ul li a#btn_pack {
						background-image: url(img/btn_pack.png);
						}
					#head ul li a#btn_cont {
						background-image: url(img/btn_cont.png);
						}

/*//////////////////////////////////////////////////////////////////////////*/

	#main {
		background: url(img/bg_main.png) repeat-y;
		padding: 10px 0;
		}

/*//////////////////////////////////////////////////////////////////////////*/

	#cont {
		float: right;
		width: 470px;
		padding: 0 20px;
		}
		
		#cont h2 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 24px;
			color: #006699;
			font-weight: normal;
			}
			
		#cont h3 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 20px;
			color: #74A923;
			font-weight: normal;
			}
			
		#cont p.date {
			background-color: #E0D97D;
			padding: 3px;
			border-top: 1px solid #A6A25E;
			}
			
		#cont p.pics {
			text-align: center;
			}
			#cont p.pics a img {
				padding: 3px;
				background-color: #214464;
				margin: 2px;
				}
				#cont p.pics a:hover img {
					background-color: #A6A25E;
					}
					
		#cont div.pack {
			background-color: #EFEA89;
			padding: 5px 10px;
			border: 1px solid #FFFFFF;
			margin: 10px 10px 0 0;
			min-height: 210px;
			}
			#cont div.pack h3 {
				margin: 0 0 10px 0;
				}
			#cont div.pack ul {
				margin: 0 10px;
				padding: 0;
				list-style-image: url(img/bg_li_pack.png);
				}
			#cont div.pack img {
				float: right;
				}
				
		#cont a {
			color: #214464;
			text-decoration: none;
			}
			#cont a:hover {
				text-decoration: underline;
				}

/*//////////////////////////////////////////////////////////////////////////*/

	#side {
		float: left;
		width: 230px;
		padding: 0 20px;
		color: #FFFFFF;
		}
		
		#side h3 {
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #FFFFFF;
			background: url(img/bg_h3_side.png) no-repeat;
			padding: 0 10px;
			}
		#side a {
			color: #ECE482;
			text-decoration: none;
			}
			#side a:hover {
				text-decoration: underline;
				}
				
		#side ul {
			margin: 0 10px;
			padding: 0;
			list-style-image: url(img/bg_li_side.png);
			}

/*////////////////////////////////////////////////////////////////////////////*/

	#contacto {
		margin: 10px auto;
		width: 420px;
		}
		#contacto fieldset {
			margin: 0;
			padding: 0;
			border: 0;
			}
		#contacto fieldset legend { 
			display: none;
			}
		#contacto fieldset input, form#contacto fieldset textarea { 
			float:right; 
			width:64%; 
			margin-bottom:4px; 
			border:0; 
			border:1px solid #CCC;  
			font-family:"Courier New", Courier, monospace; 
			font-size:15px; color:#333333; 
			padding:3px; 
			}
		#contacto fieldset label { 
			float:left; width:30%; 
			height:22px; 
			margin-bottom:5px; 
			padding-top:2px; 
			padding-left:2%; 
			}
	
		#contacto fieldset input { height:18px; }
		#contacto fieldset label span { font-size:10px; color:#FF0000; }
	
		#contacto fieldset input:focus, #contacto fieldset textarea:focus { background-color:#FCFEF6; border-color:#AFDA2B; }
	
		#contacto fieldset#boton { padding-left:36%; }
	
		#contacto fieldset input.em_err { border:1px solid #FF0000; }

/*//////////////////////////////////////////////////////////////////////////*/

	#foot {
		clear: both;
		background: #74A923 url(img/bg_foot.png) top no-repeat;
		padding: 10px 0;
		text-align: center;
		color: #FFFFFF;
		font-size: 10px;
		}
		#foot a {
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
			}
			#foot a:hover {
				text-decoration: underline;
				}