body {
	margin: 0px;
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #000066;
	background-attachment: scroll;
}
html { 
  background: url(imagenes/wallpaper5.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.head {
	background-image: url(imagenes/logo.png);
	background-repeat: no-repeat;
	height: 125px;
}
.contents {
	background-color: #F7F7F7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	padding: 10px;
	height: 600px;
	vertical-align: top;
	background-image: url(imagenes/fondo_escritorio.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.foot {
	background-color: #F7F7F7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	padding: 5px;
	font-size: 10px;
	letter-spacing: 1px;
}



.titulo {
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px;
	font-weight: bold;
}
.subtitulo {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
.integrantes {
	font-size: 10px;
	line-height: 90%;
}


.tituloderecha {
	font-size: 18px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: underline;
	font-weight: bold;
}
.iconostd {
	padding-right: 8px;
	padding-left: 8px;
	font-size: 10px;
	letter-spacing: 1px;
	width: 70px;
}
.caja_sup {
	background-image: url(imagenes/caja_recta/02.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.caja_izq {
	background-image: url(imagenes/caja_recta/04.gif);
	background-repeat: repeat-y;
}
.caja_der {
	background-image: url(imagenes/caja_recta/06.gif);
	background-repeat: repeat-y;
}
.caja_inf {
	background-image: url(imagenes/caja_recta/08.gif);
	background-repeat: repeat-x;
}
.caja_centro {
	background-color: #FFFFFF;
}
#contenido {
	background-color: #F7F7F7;
	position:relative;
	min-height: 700px;
}
#uni_descr {
	width: 200px;
	height: 340px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 5px;
	position: absolute;
	border-radius: 5px;
	top: 78px;
	left:10px;
	overflow: auto;
}
#uni_integrantes {
	width: 200px;
	height: 238px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	overflow: auto;
	position: absolute;
	top: 440px;
	left: 10px;
	padding: 5px;
}
#uni_paginas {
	width: 550px;
	height: 600px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 5px;
	left: 232px;
	position: absolute;
	border-radius: 5px;
	top: 78px;
}
#uni_unidades {
	width: 770px;
	height: 600px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 5px;
	left: 10px;
	top: 78px;
	overflow: auto;
	position: absolute;
	border-radius: 5px;
}
#uni_noticias {
	width: 175px;
	height: 600px;
	background-color: #F0F0F0;
	border: 1px solid #DDDDDD;
	padding: 5px;
	left: 804px;
	top: 78px;
	position: absolute;
	border-radius: 5px;
}
#uni_iconos {
	width: 970px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 5px;
	position: absolute;
	border-radius: 5px;
	left: 10px;
	top: 10px;
}
.clearh {
	clear: both;
	display: block;
	font-size: 0;
	height: 10px;
	line-height: 0;
	width:100%;
	}
