/* menu_categories --- COMUN */

#menu_categories {
	height:30px;
	padding:1px;
	border:1px solid #CBCBCB;
	margin-bottom:20px;
}
#menu_categories TABLE {
	height:30px;
	background-image: url("../img/web/course/menu_categories_bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
}
#menu_categories TD {
	text-align:center;
	font-size:12px;
	/*padding-top:6px;*/
	color:#FFFFFF;
	width: 50%;
}
#menu_categories TD A {
	color:#000000;
}
.menu_categories_selected {
	background-color:#000000;
}

/* CENTROS */

DIV#centros P.centro_description{
	color:#E2027A;
	font-weight: bold;
	margin-bottom: 15px;
}

DIV#centros P{
	margin-bottom: 15px;
}

DIV#centros H2{
	font-size: 20px;
	font-style: oblique;
	margin-top: 20px;
}

DIV#centros IMG{
	float:left;	
}

DIV#centros IFRAME{
	float:right;	
}

DIV#centros UL{
	list-style-image: url("../img/web/servicio/icon_servicios.jpg");
	padding-left: 10px;
	margin-top: 15px;
}

DIV#centros HR{
	border-color: -moz-use-text-color -moz-use-text-color #EFEFEF;
    border-style: none none solid;
    border-width: 0 0 2px;
    margin: 24px 0;	
}
