
/* HOME */

#h_en_cartel h2 { color: #9c9785; }
#h_novedades h2 { color: #C0252C; }
#h_temporada h2 { color: #E86524; }
#h_cursos h2 { color: #009C93; }
#h_escuelas h2 { color: #CD0080; }

#h_en_cartel .triangle_up { background: url(../images/triangulo_up_gris.png) no-repeat 15px; }
#h_novedades .triangle_up { background: url(../images/triangulo_up_rojo.png) no-repeat 15px; }
#h_temporada .triangle_up { background: url(../images/triangulo_up_naranja.png) no-repeat 15px; }
#h_cursos .triangle_up { background: url(../images/triangulo_up_turquesa.png) no-repeat 15px; }
#h_escuelas .triangle_up { background: url(../images/triangulo_up_fucsia.png) no-repeat 15px; }


#h_en_cartel .block, #h_novedades .block, #h_temporada .block {
	height: 400px;
}

#h_en_cartel .rounded {
	background-color: #9c9785;
	color: #FFFFFF;
}

#h_novedades .rounded {
	background-color: #C0252C;
	color: #FFF;
}

#h_novedades img {
	margin-bottom: 15px;
}

#h_temporada .rounded {
	background-color: #E86524;
	color: #FFF;
	font-size: 14px;
	font-style: italic;
}

#h_cursos .rounded {
	background-color: #009C93;
}

#h_escuelas .rounded {
	background-color: #CD0080;
}

#h_cursos .block, #h_escuelas .block {
	height: 110px;
}


.mas_info {
	padding: 20px 0 0 15px;
	font-family: ClarendonBold, Georgia, serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

.mas_info a, .mas_info a:visited {
	color: #E1DFD8;
	text-decoration: none;
}

.mas_info a:hover {
	color: #FFFFFF;
}

#h_novedades .mas_info {
	text-align: right;
	padding: 0;
}

#h_novedades a {
	color: #FFFFFF;
}

#h_temporada .temp_header {
	height: 140px;
}

#h_temporada .temp_header img {
	float: left;
	margin: 0 20px 20px 0;
}


/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 370px; 
    width: 260px;
	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;
}