/** MAIN MENU **/
#navbar ul li a:link, #navbar ul li a:visited {
	background: url(/static/img/css/pestana_der_unedprovincia.jpg) top right no-repeat; 
}

#navbar ul li a span {
	background: url(/static/img/css/pestana_izq_unedprovincia.jpg) top left no-repeat;
}

/** MAIN BANNER */
div#main_banner {
    background: url(http://s3-eu-west-1.amazonaws.com/unedmalaga/baner_uned.jpg) top right no-repeat;
    height: 122px;
}

div#main_banner h1 {left: 360px;width: 350px;margin-top:40px;}

/*BASELINE*/
h1 {color:#00B293;font-size: 140%;}
h2 {color:#00B293;}
ul#menu_left li a:hover{color:#00B293;}
.second_level ul li a:hover span {color:#00B293;}
div#breadcrumb span.active a {color:#00B293;}
a{color:#00B293;}
span.separator {color:#00B293;font-size:10px;}
span.title {font-size:16px;}


/*** PARTICULAR **/
span.listado-titulo {position:relative;display:block;font-size:14px;color:black;text-decoration:none;font-weight:bold;}
span.listado-titulo a{position:relative;display:block;font-size:14px;color:black;text-decoration:none;font-weight:bold;}
span.listado-fecha {postiion:relative;display:block;font-size:12px;color:#CFCFCF;}

div.fecha_noticia span {font-size:10px;color:black;}
div.fecha_noticia span.day {font-size: 16px;font-weight:bold;color:black;}


/*** PAGE CENTRO **/
div#image_centro {width:20%;}
div#info_centro {width:320px;text-align: right;}
div#info_centro p {margin: 10px 0px 10px 0px;font-size:14px;}
div#other_info_centro{width:40%;margin-top:10px;}
span.provincia{color:#00B293;font-size:12px;font-weight:bold;}


/*** TABS **/
.tabNavigation{
	font-size:11px;
	padding: 0px;
	margin: 0px;
}

ul.tabNavigation li {
    text-align: center;
	display: inline; /* Fix IE Step Down */
}

ul.tabNavigation li a:link, ul.tabNavigation li a:visited {
	display: block;
	height: 37px;
	float: left;
	background: url(/static/img/css/pestana_der_unedprovincia_inver.jpg) top right no-repeat; 
	margin: 0 1px 0 1px;
	text-decoration: none;
}

ul.tabNavigation li a span {
    width: 70px;
	display: block;
	color: #00B293;
	height: 28px;
	float: left; /* IE 6 Fix */
	padding: 9px 10px 0px 10px;
	background: url(/static/img/css/pestana_izq_unedprovincia_inver.jpg) top left no-repeat;
}

ul.tabNavigation li a:hover, ul.tabNavigation li a:active {
	background-position: bottom right;
}
		
ul.tabNavigation li a:hover span {
	background-position: bottom left;
	cursor: pointer; /* Remind IE which cursor to use! */
	color: #fff;
}

ul.tabNavigation a#current {
	background-position: bottom right;
	color: #fff;
}

ul.tabNavigation a#current  span {
    color: white;
	background-position: bottom left;
	cursor: pointer; 
}

div#pestanas_bottom {width:100%;height:2px;border-top: 2px solid #00B293;clear:both;}

/** INFO CENTRO **/
.caja_centro {     
    background-image: url("/static/img/caja_centro_middle.jpg");
    background-repeat: repeat-y;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 0 0 0;
}

.cajaarriba_centro {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-image: url("/static/img/caja_centro_top.jpg");
    background-position: top left;
    background-repeat: no-repeat;
}

.cajaabajo_centro {
    background-image: url("/static/img/caja_centro_bottom.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 15px;
}

/** ONE CARRERA **/

.caja_carrera {     
    background-image: url("/static/img/css/caja_medio_eventos.jpg");
    background-repeat: repeat-y;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 0 0 0;
    margin-bottom:15px;
}

.cajaarriba_carrera {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-image: url("/static/img/css/caja_sup_eventos.jpg");
    background-position: top left;
    background-repeat: no-repeat;
}

.cajaabajo_carrera {
    background-image: url("/static/img/css/caja_inf_eventos.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 15px;
}

div.event_type {float:left;text-align:center;width:100px;margin:0px;padding:0px;}
div.event_type h3{margin:0px;}
div.events_info{float:right;width:760px;}
div.event_info{border-bottom:1px solid #efefef;padding-top:5px;padding-bottom:10px;}
div.event_info_last{padding-top:5px;padding-bottom:10px;}



