/**
***  Stilo del slider
**/

#page-wrap{ width:960px; margin: 0 auto; padding: 30px 0 0; }

#slider{height: 370px; overflow: hidden; position: relative; }
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover{ width:2880px; position: relative;}

.slide{ padding: 60px 30px 40px; width: 900px; float: left; position: relative; }
.slide h1{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px; color: #ac0000; }
.slide strong{ font-weight:normal; }
								  
.slide p, .slide ul{ color: #FFF; font-size:0.9em; width:360px; line-height:1.5em;}
.slide ul{ list-style:none;}
.slide a{ color:#FFF;}

.slide img{ position: absolute; top: 0; left: 400px;}
#slider-stopper{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white; padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
								  
								  
#bienvenido{ background: url(../images/bienvenido.png); width:200px; height:50px; text-indent:-9999px; margin:0 0 10px -4px;}