@import url(general.css);



body{

	margin: 0;

	background: url(images/brown/bg_all.gif) repeat;/* VARIABLE CSS */

	font-family: Verdana, Arial;

	font-size: 12px;

	color: #444;

}



h1{

	font-family: Verdana, Arial;

	font-size: 26px;

	color: #773510; /* VARIABLE CSS */

	margin: 0.5em 0 0 0;

}

h2{

	font-family: inherit;

	font-size: 16px;

	color: #92644a;/* VARIABLE CSS */

	font-weight: normal;

	margin-top: 3px;

}



h3{

	font-family: inherit;

	font-size: 16px;

	color: #92644a;/* VARIABLE CSS */

	font-weight: bold;

	margin-top: 3px;

}



#seccion2{

	width: 957px;

	height: 352px;

	background: url(images/brown/bg_seccion2.gif) repeat-x top center; /* VARIABLE CSS */

	margin: 0 auto 0 auto;	

}



#seccion3{

	width: 957px;

	height: 220px;

	background: url(images/brown/bg_seccion3.gif) repeat-y top center; /* VARIABLE CSS */

	border-bottom: 1px solid #926449;

}



#seccionn{

	width: 957px;

	height: 402px;

	background: url(images/brown/bg_seccion2.gif) repeat-x top center; /* VARIABLE CSS */

	margin: 0 auto 0 auto;	

}



.p_verdetalle{ /* VARIABLE CSS */

	background:#92644a; 

	padding: 5px;

	margin-left: 15px;

	margin-right: 15px;

}



.item_tit{ 

	margin: 0;

	text-align: center;

	color: #773510; /* VARIABLE CSS */

	font-weight: bold;

	font-size: 12px;

}





#headerlink {
	width:285px;
	height:52px;
	position:relative;
	overflow:hidden;
}
#headerlink span {  display: none;  position:absolute;}
#headerlink a {  display: block;  text-indent: 0%;  outline: none;}
#headerlink a:hover {  background-position: left bottom;}
#headerlink a:hover span {  display: block;}
#headerlink .home {
  background:url(images/home_correc_01.jpg);
  background-position:center;
  background-repeat:no-repeat;
  position:relative;
  width:58px;
  height:50px;
}
#headerlink .home span {
  background:url(images/home_correc_01_hover.jpg);
  background-position:center;
  background-repeat:no-repeat;
  position:relative;
  width:58px;
  height:50px;
}
#headerlink .contacto {
  background:url(images/home_correc_02.jpg);
  background-position:center;
  background-repeat:no-repeat;
  position:relative;
  left:58px;
  top:-50px;
  width:58px;
  height:50px;
}
#headerlink .contacto span {
  background:url(images/home_correc_02_hover.jpg);
  background-position:center;
  background-repeat:no-repeat;
  position:relative;
  width:58px;
  height:50px;
}
#headerlink .mapa {
  background:url(images/home_correc_03.jpg);
  background-position:center;
  background-repeat:no-repeat;
  position:relative;
  left:114px;
  top:-100px;
  width:58px;
  height:50px;
}
#headerlink .mapa span {
  background:url(images/home_correc_03_hover.jpg);
  background-position:center;
  background-repeat:no-repeat;
  position:relative;
  width:58px;
  height:50px;
}


a.linkopacity img {
        filter:alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        -khtml-opacity: 0.5;
}
 
a.linkopacity:hover img {
        color:overline;
        filter::alpha(opacity=100);  
        -moz-opacity: 1.0;  
        opacity: 1.0;
        -khtml-opacity: 1.0; 
}




#footer {color:#92644A; font-weight: bold;}

#footer a{color:#92644A; font-weight: bold; text-decoration: none;}

#footer a:hover{text-decoration: underline;}


