@charset "ISO-8859-1";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background: url(../img/fondo-rep12.jpg) 	repeat-x 0 0 #1f1106;
}
.verde{		color:#c0aa71;}
.blanco	{		color:#faf4e1;}
p, li, h1, h2, h3{
	font-family: 'Merriweather', serif;
	font-size:14px;
	color:#463a0e;
	margin-bottom: 7px;
 }	
p {
	 
	line-height:20px;
}	
 li {
	line-height: normal;
	margin-bottom:5px;
	list-style-type:none;
	padding-left:15px;
	background: url(../img/bull-flor-chico.jpg) no-repeat 0 3px;
}
ul {
	margin-bottom:10px;
 }
 h1, #form p{
 	font-variant:small-caps;
 	color:#66b32e;
	margin-bottom:20px;
 }
 h1{
	 font-size:14px;
 }
h2{
  	color:#56361e;
	font-size:30px;
	font-weight:normal;
  }
h3{
	color:#56361e;
	font-size:14px;
   }
#form p{
 	margin-bottom:0px;
 }
a{
	color:#463a0e;
	text-decoration: none;
}
a:hover , .activado{
	color:#ffca09;
	text-decoration: none;
}

a img{
	border:none;
 }
a:hover img{
	border:none;
	opacity:0.8;
filter:alpha(opacity=80); 
}

/**/
.contGral{
	width:100%;
	height:503px;
	margin:auto;
	background: url(../img/fondo.jpg) no-repeat center 0;
	margin-top: 40px;
 }
 .contSlide{
	 height:496px;
 	width:980px;
	 position:relative;
	 margin:auto;
  
 }
 
 /*  PIE  */
 .pie{
	width:100%;
	height:60px;
 }
.contPie{
	width:980px;
	margin:auto;
	position:relative;
	}
.botonera{
	position:absolute;
	left:10px;
	width:960px;
	height:17px;
	text-decoration:none;
	top:0px;
 	 		 
 	}
.botonera p{
	margin:0 0 10px 0;
  	}
.botonera a{
	color:#faf5e2;
 	}
.botonera a:hover, .botonera  .activado{
	color:#ffca09;	}

  	 		 
  .contPie img{
  			 
			 
 	}
 .facebook img{
 	 border:none;
	 margin:0;
   }
  .facebook {
	background:url(../img/facebook.jpg) no-repeat right 0;
	padding-right:25px;
   }
 /* *********************************************************** cont fotos fade  internas*/
#fotosFadeHeader{
	width:460px;
	height:496px;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	overflow:hidden;
	margin: 0;	
}
#fotosFadeHeader li{
	list-style-type:none;
	background:none;
	overflow:hidden;
	width:424px;
	height:503px;
	margin:0;
	padding:0;
}

 		/*....................................................................................SLIDESHOW FONDO*/
	
	 
	.contSlideshowHome {
	width:424px;
	height:503px;
	position: absolute;
	left:0;
	top:0;
	overflow:hidden;
    	}
	#slideshowHome {
	width:424px;
	height:503px;
 	overflow: hidden;
 	}
	
	#slideshowHome IMG {
		position:absolute;
		top:0;
		left:0;
		z-index:8;
		opacity:0.0;
	}
	
	#slideshowHome IMG.active {
		z-index:10;
		opacity:1.0;
	}
	
	#slideshowHome IMG.last-active {
		z-index:9;
	}
	
 /* *********************************************************** cont fotos fade  internas*/
#fotoshome{
	width:980px;
	height:496px;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	overflow:hidden;
	margin: 0;	
}
#fotoshome li{
	list-style-type:none;
	background:none;
	overflow:hidden;
	width:980px;
	height:503px;
	margin:0;
	padding:0;
}

#cont-fotos{
	height:496px;
	width:980px;
	margin:auto;
	position:relative;
	background:url(../img/fondo-internas.jpg) no-repeat 0 0;
}
/**/
#scrollArea{
	width:500px;
	height:410px;
	position:absolute;
	right:0;
	background: url(../img/fondo-scrollarea-internas.jpg) repeat-y left top;
	bottom: 30px;
}

#scrollAreaserv{
	width:520px;
	height:410px;
	position:absolute;
	right:0;
	background: url(../img/fondo-scrollarea-internas.jpg) repeat-y left top;
	bottom: 30px;
}


 .scroll-pane {
	width:460px;
	height:410px;
	overflow:auto;
	padding:0 50px 0 0;
	margin: 0;
  }
 
 
 textarea {resize: none;}
 
#text1{
	width: 280px;
}
 
  #text1 p{
  position:relative;
  top:0px;
	width:280px;
	font-family: 'Merriweather', serif;
	font-size:10px;
	color:#463a0e;
 }
 
 #text2{
	width:280px;
 }
 
 #text2 p{
	 position:relative;
	 left:202px;
	 top:-148px;
	font-family: 'Merriweather', serif;
	font-size:10px;
	color:#463a0e;
	margin-bottom: 7px;
 }
	/**************************************************************************************************  *FORM*/
	form{
		width:;
	margin: 0;
	}
	form p{
	font-size:14px;
	margin-bottom:3px;
	}
	input, textarea{
	font-family: 'Merriweather', serif;
	font-size:11px;
	border: 1px solid #f8eac1; /* verde claro 2 */
	background-color: #fff;
	color:#666;
	padding: 2px 0 0 2px;
	margin-bottom:5px;
	}
	input:hover, textarea:hover{
		border: 1px solid #96a76d; /* verde claro */
	}
	
	input {
		height:17px;
		width:200px;
		margin-right:10px;
	}
	textarea {
		height:60px;
		width:400px;
			margin-right:10px;
	
	}
	.button {
	font-family: 'Merriweather', serif;
	border: none;
	width:200px;
	height:25px;
	padding:0;
	background: none;
	display:block;
	cursor: pointer;
	font-weight: normal;
	color:#463a0e;
	font-size:16px;
	text-align:left;		 
	}
	.button:hover  {
		color:#ffca09;
		border:none;
		 
	  }
 /**/
 .datos {
	position:absolute;
	width: 190px;
	height: 249px;
	left: 222px;
	top: 80px;
	font-size:11px;
	line-height:18px;
	padding:10px 0 0 20px;
	  }
 
.destacadohome1{
	position:absolute;
	left:0px;
	z-index:2;
	color:#3d2716;
	width: 718px;
	height: 31px;
	padding:10px 0 10px 20px;
	font-size: 16px;
	bottom: 15px;
	
	  }
.destacadohome1 ul li{
	font-weight:bold;
	list-style-type:none;
	background:none;
 	
	  }
.destacadohome2{
	position:absolute;
	left:321px;
	top:55px;
	z-index:2;	
	color:#fff;
	width: 633px;
	height: 97px;
	font-size: 14px;
	font-weight: bold;
	  }
	  .direccion, .direccion a{
	color:#f9f3e0;
	font-size:14px;       
	line-height:18px;
	text-align:center;
	font-weight:normal;
	padding-top:3px;
  }
	  .direccion a:hover{
		  color:#ffca09;
   }
.logo{
	position:absolute;
	z-index:99998;
	top: 55px;
	left: 53px;
   }
.linea{
	border-top:solid 1px #f8eac1;
	margin:10px 0;
    }
