/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.anythingSlider                         { background:url(../images/bg_rotador.jpg) no-repeat;width:649px; /*height:272px;*/ height:400px; margin:0 0 0 40px;position:relative; }
.anythingSlider_bottom                  { background:url(../images/bg_rotador-bottom.jpg) no-repeat;width:649px;height:6px;margin:0 0 0 40px;position:relative; }
.anythingSlider .wrapper                { width:628px; /*height:341px;*/ height:400px; margin:0 0 0 10px;overflow:auto;position: absolute; }
.anythingSlider .wrapper ul             { width:99999px;list-style:none;margin:0;position:absolute; }
.anythingSlider ul li                   { background:#DCDCDC; /*height:220px;*/ height:400px; width:649px;display:block;margin:45px 0 0 0;padding:0;float:left; }

.anythingSlider .arrow                  { background:url(../images/arrows.png) no-repeat 0 0;width:45px;height:34px;text-indent:-9999px;display:block;position:absolute;cursor:pointer; margin:4px 15px 0 0;}
.anythingSlider .forward                { background:url(../images/btn_next.jpg) no-repeat;width:28px;height:34px;right:0;}
.anythingSlider .back                   { background:url(../images/btn_back.jpg) no-repeat;width:28px;height:34px;right:54px;}
.anythingSlider .forward:hover          { /*background:#FF0000;*/}
.anythingSlider .back:hover             { /*background:#FF0000;*/}

#thumbNav                               { position:relative;top:323px;text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0;text-align: center;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background:url(../images/btn_play.jpg) no-repeat;background-position:0 0;width:28px;height:34px;position:absolute;right:42px;top:4px;}
#start-stop.playing                     { background:url(../images/btn_play.jpg) no-repeat;background-position:0 -34px; }
#start-stop:hover                       { background:url(../images/btn_play.jpg) no-repeat;background-position:0 -34px; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.anythingSlider .titulo{height:24px;font:normal 14px "Arial", Georgia;color:#FFFFFF;padding:13px 0 0 45px;float:left;display:block;position:absolute;}
.anythingSlider .wrapper .notas{background:#FFFFFF;width:204px; /*height:217px;*/ height:350px; border:solid 1px #A4A4A4;margin:0 5px 0 0;float:left;overflow:hidden;}
.anythingSlider .wrapper .notas img{margin:10px 0 0 10px;}
.anythingSlider .wrapper .notas .contenido{ width:182px;text-align:justify;overflow:hidden;margin-left:10px; margin-top:10px;}
.anythingSlider .wrapper .notas .contenido h1{font:bold 15px "Georgia", Arial;text-align:left;color:#38AAC2;margin:0 0 4px 0;}
.anythingSlider .wrapper .notas .contenido .copete{}
