/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-slider {
/*	padding:0;    */
  	padding:30px 0 0 0px;  
	overflow:hidden;
	zoom:1;
	position:relative; 
/*	left: 45%;  */
/*	float:right; */
/*	left: 50%;  */
	float:left; 
}

/* Slider 2 es Prueba para Grupo Izquierda */
.coin-slider2 {
	padding:0;
	overflow:hidden;
	zoom:1;
	position:relative; 
/*	left: 45%;  */
/*	float:right;  */
/*	left: 50%;  */
	float:left;
}

/* foto es Prueba para foto derecha */
.foto {
/*	padding:0;	*/
  	padding:30px 0 0 0px;  
	overflow:hidden;
	zoom:1;
	position:relative; 
/*	left: 45%;  */
	float:right; 
/*	left: 40%;  */
/*	float:left;    */
}


.coin-slider a {
	text-decoration:none;
	outline:none;
	border:none;
}
/* buttons for switching */
.cs-buttons {
	margin:8px 0;
	padding:0;
	font-size:0;
	float:left;
}
.cs-buttons a {
	margin:0 2px;
	width:20px;
	height:20px;
	float:left;
	color:#fff;
	text-indent:-10000px;
	background:url(../images/slide_p.png) no-repeat center center;
}
.cs-buttons a.cs-active {
	color:#fff;
	background-image:url(../images/slide_a.png);
}
/* text in slider */
/* backgroundcolor in slider as grafic   */
.cs-title {
	padding:16px 60px 16px 24px;
/*		width:876px; 	*/
/*	width:430px; 		*/
	width:427px; 

	text-align:center;

	color:#fff;
	font-size:15px;
	line-height:1.5em;
/*	background:url(../images/overlay.png) repeat left top;		*/
	background:url(../images/overlay2.png) repeat left top;		
}
.cs-title big {
	font-size:20px;
}
/* buttons Next and Prew */
.cs-prev, .cs-next {
/*	background:url(../images/overlay.png) repeat left top;	*/
	color:#fff;
	padding:0px 10px;
}
