/* -------------------------------------------------------------- 
  
   Dinamiclab CSS Framework
   (basado en Blue Print CSS)
   	* Website:   http://code.google.com/p/blueprintcss/

-------------------------------------------------------------- */

/*importamos las distintas hojas de estilos*/


@import 'lib/reset.css';
@import 'lib/fuentes.css';
@import 'lib/grilla.css';
@import 'lib/form.css';


/*Funcionalidades extras*/



/*Funcionalidades de este proyecto*/
#slider {
   width: 350px; /* important to be same as image width */
   height: 550px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#sliderContent {
   width: 350px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
  width: 350px;
   background-color: #000;
   filter: alpha(opacity=70); 
   -moz-opacity: 0.7;
   -khtml-opacity: 0.7;
   opacity: 0.7; 
   color: #fff;
   display: none; 
   bottom: 0;

}

.clear {
   clear: both;
} 


/*Coverflow*/
#coverflow{
	margin-left: 30px;
}
