/**
 *
 * @author Divisa Informática y Telecomunicaciones S.A.
 */
/*** estilos generales ***/
.clearfix {
	zoom: 1;
}

/* layout principal */
HTML {
	font-size: 101.1%; /* para evitar el bug de IE que ignora el decimal para los tamaños y por tanto en BODY font-size 0.68em que equivale a 11px */
}

BODY {
	font-size: 0.68em;
}

IMG { /* mejora la calidad de las imagenes */
  -ms-interpolation-mode: bicubic;
}

/***
 * el icono de bocyl
 */
.menuSuperior UL LI.item2 A {
	padding: 0 0.2em 0.1em 0.34em;
}

.menuSuperior UL LI.item3 A { /* el icono de rss */
	padding: 0.05em 0.25em 0.1em 0.3em;
}


/* solo para ie8, esperemos que en ie9 no haga falta */
.wrapper .roundedBox .tl, .wrapper .roundedBox .tr { top /*\**/: 0\9 } /* funcionan en ie7 por lo que hay que sobreescribirlos */
/*menu dirección provincial*/
.menuDDPP{
	margin-top:2px;
}

ul.ofertaEducativa li ul li{
	background-image: url(../imagenes/fp/arrow_yellow_peq.png);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 29px 9px;
}

.cajaDestacados .arrowPrev {
	background: url(../imagenes/fp/arrowPrev_peq.png) no-repeat;
	background-size: 45px;
	margin-right: 15px;
	text-indent: -9000px; 
}

.cajaDestacados .arrowNext {
	background: url(../imagenes/fp/arrowNext_peq.png) no-repeat;
	background-size: 45px;
	text-indent: -9000px; 
}

.blogs .cabecera .area_banners{
	background: url(../imagenes/blogs/fondocabecera2.png) no-repeat;
}

.blogs .pie{
	background: url(../imagenes/blogs/fondocabecera2.png) no-repeat;
}