
/********************************************Galería*************************************/
#slider img  { max-width: 685px; max-height: 324px; }
#slider .panel1 { width: 675px; height: 316px; }
#slider img             { position: relative; }
#slider .panel          { position: relative; }


/* fondo blanco transparente  */
#slider .caption-right  {
	padding: 0px;
	margin: 0;
	position: relative;
	z-index: 8;
	background-image: url(imghome/fondo_lateral.png);
	background-repeat: no-repeat;
}
#slider .caption-right  { right: 0; bottom: 26px; width: 282px; height: 324px;  }
.caption-right h2{
/*color: #8A0753;*/
color:#000000;
font-size: 16px;
font-weight: bold;
padding: 0px;
margin: 15px 10px 15px 5px;
text-align: left;
}
.caption-right p{
font-size: 12px;
color: black;
margin: 5px 10px 10px 5px;
text-align:left;

}
.caption-right p.strong{
	font-size: 1em;
	color: #000;
	margin: 0px 10px 0px 35px;
	font-weight: bold;
}
#slider .caption-top    {
	
left: -70px;
top: 0;
width: 500px;
height: 90px;
/*background-color: #8A0753;*/
background-color: #745f5f;
margin-top: 10px;
margin-left: 505px;
z-index: 20;
}
#slider .caption-flecha {
	left: 0;
	top: 0;
	width: 100%;
	height: 103px;
	background-image: url(imghome/punto_rojo2.png);
	margin-top: 8px;
	margin-left: 560px;
	background-repeat: no-repeat;
	z-index: 30;
	display:none;
}
#slider .caption-top .antes{
	font-size: 24px;
	font-weight: lighter;
	color: #000;
	display: block;
	margin-top: 15px;
	margin-left: 30px;
}
#slider .caption-top .antes_4{
	font-size: 20px;
	font-weight: lighter;
	color: #000;
	display: block;
	margin-top: 15px;
	margin-left: 30px;
}
#slider .caption-top .ahora{
	color: #FFF;
	font-size: 35px;
	margin-top: 0px;
	font-weight: normal;
	display: block;
	margin-left: 30px;
	width: 160px;
	float: left;
	letter-spacing: -0.04em;
}
#slider .caption-top .euro{
	color: #FFF;
	margin-top: 7px;
	display: block;
	font-size: 20px;
}
/*  tamaño  */
div.anythingSlider {
	display: block;
	width: 675px;
	height: 316px;
	overflow: hidden; /* needed for Opera and Safari */
	padding: 0px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 11px;
}

/*  borde de la imagen   */
div.anythingSlider.activeSlider .anythingWindow {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.anythingSlider .anythingControls {
	width: 100%;
	position: absolute;
	top: 330px;
	margin-left:40%;
}

div.anythingSlider.activeSlider .anythingWindow {
	border-style: none;
}
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(imghome/botones1.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a {
	background:url(imghome/botones1.png) no-repeat;
}
div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a.active {
	background-position:0 -22px;
}
div.anythingSlider .start-stop {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
/* Default State */
div.anythingSlider .start-stop {
	width:19px;
	height:19px;
	background-image: url(imghome/botonplay.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
div.anythingSlider .start-stop.playing {
	background-image: url(imghome/botonpause.png);
}
/* Active State */
div.anythingSlider .start-stop {
	
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	
}
/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}