body {
	background: #fff url('http://www.um.es/imagenes/home/fondo.gif');
	margin: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:8pt;

}

#contenedor {
	background: #ffffff;
	width: 100%;
}


#headertitle {
	background-color: #ffcc00;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
	border-bottom: 1px solid #ffffff;
	letter-spacing: -1px;
	padding-left: 18px;
	background-image: url('../img/cabecera.gif');
	background-repeat: no-repeat;
	background-position: 75% 0%;
}

#pietitle {
	height: 10px;
	background-color: #E3D9AB;
}


#menu {
	float: left;
	margin-top: 10px;
	width: 150px;
	text-align: center;
	margin-left: 10px;
}

#menu h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	padding-bottom: 4px;
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: left;
}

#menu ul {
	list-style: none;
	list-style-image:none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 4px;
	padding-left: 10px;
}


#menu ul li:hover {
	background-color: #F2EFE3;
}

#menu ul li a {
	color: #555;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
}


#main {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	margin-left:15em;
	padding:0 3em 1em;
	
}


#footer {
	text-align: right;
	margin: 10px 20px 0px 20px;
}

#footer p {
	text-align: center;
	margin-bottom: 0px;
}

#footerbarra {
	margin: 0px;
	margin-top: 6px;
	padding-top: 4px;
	border-top: 10px solid #B6145A;

}


img.en_desarrollo {
	margin-top: 20px;
}

address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
}

address b.nombre {
	font-size: 16px;
	letter-spacing: -1px;
	color: #000;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
