/* FUNCIONES PARA ESCUELAS */

body#escuelas {
	background-color: #CD0080;
}

#menu ul li#mm_escuelas {
	background-image: url(../images/menu_bullet_escuelas.png);
	height: 85px;
}

#escuelas .triangle_up { background: url(../images/triangulo_up_fucsia.png) no-repeat 15px; }

#escuelas h2 {
	color: #CD0080;
}

#escuelas .rounded {
	background-color: #CD0080;
	color: #FFF;
}

#escuelas .esc_e_inst .block, #escuelas .engCont .block {
	height: 400px;
}

#escuelas .engPlays .block {
	height: 300px;
}

#escuelas .rounded a, #escuelas .rounded a:visited {
	color: #FFFFFF;
}

.esc_grilla {
	padding-top: 10px;
}

ul li.bull1 {
	background: url(../images/bull_1.png) no-repeat 0 3px;
	padding-left: 20px;
}

ul li.bull2 {
	background: url(../images/bull_2.png) no-repeat 0 3px;
	padding-left: 20px;
}

table.esc_info {
	margin-top: 20px;
}

table.esc_info td {
	vertical-align: top;
	padding: 5px 10px 10px 5px;
}

.cursos_grilla {
	padding-top: 10px;
}



/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 270px; 
    width: 340px;
	margin-bottom: 10px;
	
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

div#actions {
	text-align: right;
}


a.prevPage, a.nextPage {
	cursor: pointer;
}
