@import url(general.css);



body{

	margin: 0;

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

	font-family: Verdana, Arial;

	font-size: 12px;

	color: #444;

}



h1{

	font-family: Verdana, Arial;

	font-size: 26px;

	color: #ea325e; /* VARIABLE CSS */

	margin: 0.5em 0 0 0;

}

h2{

	font-family: inherit;

	font-size: 16px;

	color: #2e3192;/* VARIABLE CSS */

	font-weight: normal;

	margin-top: 3px;

}



h3{

	font-family: inherit;

	font-size: 16px;

	color: #ff6a8d;/* VARIABLE CSS */

	font-weight: bold;

	margin-top: 3px;

}



#seccion2{

	width: 957px;

	height: 352px;

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

	margin: 0 auto 0 auto;	

}



#seccion3{

	width: 957px;

	height: 220px;

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

	border-bottom: 1px solid #FF4A50;

}





.p_verdetalle{ /* VARIABLE CSS */

	background:#E62D31; 

	padding: 5px;

	margin-left: 15px;

	margin-right: 15px;

}



.item_tit{ /* VARIABLE CSS */

	margin: 0;

	text-align: center;

	color: #ea325e;

	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:#EA3438; font-weight: bold;}

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

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






