@charset "utf-8";
/* CSS Document */

/*reset*/
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
}

p {
	line-height:18px;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	text-align:left;
	vertical-align:top;
	line-height:18px;
}
ol, ul {
	list-style: none;
}
/* end reset */

body {
	background-color:#000000; margin: auto;
}

a img, :link img, :visited img {
	border: 0;
}

.clearBoth {
	clear:both;
}


/*LAY OUT*/

#contenedor-total {
	width:960px;
	margin:auto;
}

#contenedor {
	width:788px;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	margin:auto;
}

#header {
	width:788px;
	height:174px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#campus {
	width:239px;
	height:45px;
	text-align:left;
	vertical-align:bottom;
	padding-top:129px;
	z-index:10;
	float:left;
}

#link {
	width:549px;
	height:174px;
	float:left;
}

#link a {
	display:block;
	height:174px;
	width:549px;
}
#botonera {
	height:30px;
	background-color:#ededed; 
	margin:auto;
	text-align:center;
	z-index:1000;
}

#botonera ul {
	margin:auto;
	display:inline;
}

#botonera li {
	float:left;
}

#botonera a {
	display:block;
	margin:auto;
	text-align:center;
	border:0px;
}

#subHistoria {
	width:190px;
	position:absolute;
}

#subStats {
	width:190px;
	position:absolute;
	left:410px;
}

		 .submenu .up {
			width:190px;
			height:26px;
			background-image:url(../images/sub-up.gif);
			background-position:center;
			background-repeat:no-repeat;
		}
		
		 .submenu .down {
			width:190px;
			height:19px;
			background-image:url(../images/sub-down.gif);
			background-position:center;
			background-repeat:no-repeat;
		}
		
		 .submenu .mid {
			width:190px;
			background-image:url(../images/sub-mid.gif);
			background-position:center;
			background-repeat:repeat-y;
			margin:0px;
			padding:0px;
		}
		
		 .submenu li {
			float:none;
			text-align:left;
		}
	
		 .submenu a {
			display:block;
			width:130px;
			height:20px;
			text-decoration:none;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#FFFFFF;
			font-style:italic;
			text-align:left;
			padding-left:30px;
			padding-right:30px;
		}
		
		 .submenu a:hover {
		background-image:none;
		text-decoration:underline;
		color:#faa949;
	}
	
#central {
	width:788px;
	height:441px;
	background-image:url(../images/bakground.jpg);
	background-repeat:no-repeat;
}

#secciones {
	background-image:url(../images/background-secciones.jpg);
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-left:25px;
	padding-right:25px;
}

#footer {
	width:1055px;
	height:232px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	top:-72px;
	position:relative;
}