/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { overflow:hidden; zoom:1; position:relative;}
.coin-slider a{ text-decoration:none; outline:none; border:none;}

.cs-buttons { font-size:0px; margin:-34px 0 0; padding:9px 8px 10px; float:left; background:url(../imagenes/layout/slider/slidernav.gif) repeat-x left top; border:1px solid #000;}
.cs-buttons a { margin:0 2px; width:13px; height:13px; float:left; background:url(../imagenes/layout/slider/slide_p.png) no-repeat left top; color:#fff; text-indent:-10000px;}
.cs-buttons a.cs-active { background:url(../imagenes/layout/slider/slide_a.png) no-repeat left top; color:#fff;}

.cs-title { width:880px; height:400px; padding:0; color:#222; font-size:18px; line-height:1.5em;}
.cs-title big { display:block; padding:60px 40px 0; width:300px; height:340px; vertical-align:middle; background:url(../imagenes/layout/slider/overlay.png) repeat left top;}
.cs-title big.lf { float:left;}
.cs-title big.rt { float:right;}
.cs-title small { display:block; padding:24px 0 0; font-size:12px; line-height:1.5em;}

.cs-prev, 
.cs-next { background:url(../imagenes/layout/slider/overlay-dark.png) repeat left top; color:#fff; padding:0px 10px;}