
#content {

}


#scrollCursos {
/* Typical fixed height and fixed width example */
width: 380px;
//width: 400px;

height: 340px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:0px 10px 0px 10px; 

}

#scrollPrecios {
/* Typical fixed height and fixed width example */
width: 730px;
//width: 760px;

height: 380px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:0px 10px 0px 10px; 

}

#scrollHorarios {
/* Typical fixed height and fixed width example */
width: 480px;
//width: 490px;

height: 340px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:0px 0px 0px 10px; 

}

#scrollGaleria {
/* Typical fixed height and fixed width example */
width: 760px;
//width: 760px;

height: 340px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:0px 0px 0px 0px; 

}

#menu_fotosGaleria_Scroll{
/* Typical fixed height and fixed width example */
width: 260px;

height: 323px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
float:right;
margin:-323px 10px 0px 0px;

padding:0px 0px 0px 0px; 

}
