body {
	background: url(/imagenes/back/background.gif) repeat-x #F7F5E9;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 75%;
}
a {
	color: #444;
}
a:hover {
	color: #f00;
}
h1 {
	margin: 0;
	padding: 17px 0 0 0;
}
h2 {
	font-weight: normal;
	color: #DA1B11;
	background: url(/imagenes/back/bullet.gif) no-repeat 0 7px;
	padding-left: 20px;
	font-size: 1.9em;
}
h3 {
	font-weight: normal;
	color: #DA1B11;
	background: url(/imagenes/back/bullet.gif) no-repeat 0 3px;
	padding-left: 20px;
	font-size: 1.3em;
	clear: both;
}
h4 {
	font-weight: normal;
	clear: both;
	margin: 50px 0 10px 0;
	color: #FF0000;
	font-size: 1.2em;
}
hr {
	visibility: hidden;
	width: 100%;
}
img {	
	border: none;
}
.back-none {
	background: none !important;
}
.float-right {
	float: right;
}

#big-content {
	width: 900px;
	margin: auto;
}
#content {
	float: left;
	background: url(/imagenes/back/back-header.jpg) no-repeat center top;
	width: 850px;
	padding-left: 50px;
}
.subtitulo {
	margin: 20px 0 0 10px;
	font-size: 1.1em;
	float: left;
}
.subtitular {
	font-size: 1.4em;
}
.idiomas {
	margin: 20px 60px 0 0;
	_margin: 20px 30px 0 0;
	font-size: 0.9em;
	float: right;
	color: #FF0000;
	letter-spacing: 1px;
}
.idiomas .actual {
	color: #999;
	text-decoration: none;
}

#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	clear: both;
	text-transform: uppercase;
	position: relative;
	top: 14px;
	height: 35px;
	_height: 45px;

}
#menu li{
	float: left;
	background: url(/imagenes/back/back-tab.gif) right top no-repeat;
	padding-right: 3px;
}
#menu a{
	display: block;
	padding: 10px 8px 5px 8px;
	text-decoration: none;
}
#menu a:hover, #menu a.selected{
	border-bottom: 5px solid #FF0000;
	color: #444;
}

.submenu {
	float: right;
	text-transform: uppercase;
	font-size: 0.9em;
	margin: 20px 65px 0 0;
	_margin: 5px 35px 0 0;
}
.submenu a{
	text-decoration: none;
}

#caja {
	border: 10px solid #EBE8D4;
	background: #FFFFFF;
	float: left;
	width: 740px;
	padding: 10px 20px 30px 20px;
	margin: 10px 0 0 0;
}

.cabecera-home {
	background: url(/imagenes/back/bolamundo.jpg) no-repeat;
	width: 765px;
	padding: 20px 0 0 15px;
	position: relative;
	top: -20px;
	*top: -20px;
	left: -20px;
	height: 180px;
}

.tabla1 {
	float: left;
	border-right: 1px dotted #FF0000;
	padding-right: 5px;
	margin-right: 10px;
	width: 360px;
}
.tabla2 {
	float: left;
	width: 360px;
}
.tabla1 strong, .tabla2 strong{
	color: #FF0000;
	font-weight: normal;
	font-size: 1.2em;
}
table a {
	text-decoration: none;
}

#mapa {
	border: 3px #C0C0B9 solid;
}

.santander {
	text-align: center;
	clear: both;
	margin: 0 0 30px 0;
}
.santander img{
	position: relative;
	top: 20px;
}

#footer {
	background: #FF0000;
	color: #FFFFFF;
	border-top: 3px solid #C5B9BB;
	width: 100%;
	text-align: center;
	clear: both;
	padding: 5px 0 5px 0;
}
#footer p{
	margin: 0;
}

.menu-universidades {
	margin: 0;
	padding: 0 0 15px 0;
	list-style-type: none;
	float: left;
	color: #FF0000;
	position: absolute;
	border-bottom: 1px dotted #ccc;
	height: 15px;
}
.menu-universidades a{
	text-decoration: none;
	display: block;
	float: left;
	color: #444;
	padding: 0 4px 0 4px;
}
.menu-universidades a:hover, .menu-universidades a.selected{
	border-bottom: 5px solid #FF0000;
	padding-bottom: 3px;
}
.menu-universidades li{
	float: left;
}

.scroll {
	height: 200px;
	overflow: auto;
	padding-right: 10px;
}