/* CSS Document */
body{
background-color:#000000;
	font-family:Times New Roman;
	font-size:16px;
	color:#FFFFFF;
	margin:0px;
}
#container{
	width:800px;
	border-left:solid 2px #000000;
}
#header{
	background: url(../images/unidadproyectosletras.jpg) no-repeat;
	height:135px;
}
.navi{
	background: url(../images/navisegundo.gif) repeat-x;
	padding-left: 10px;
	padding-top:4px;
	font-weight:bold;
	color:#990000;
	height:24px;
	text-align:left;
}
.navi a{
	color:#990000;
	text-decoration:none;
}
.navi a:hover{
	color:#FFCC00;
}
#inter{
	background: url(../images/intersegundo.gif) no-repeat;
	width:23px;
}
#nav{
	background:url(../images/navsegundo.gif) repeat-x;
}
#nav a{
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:hover{
	color:#FFCC00;
	text-decoration:underline;
}
.box{
	background-color: #920C00;
	margin-left:3px;
	padding:8px;
	margin-bottom:4px;
	margin-top:4px;
	list-style:none;
	text-align:center;
	border: solid 1px #990000;
	height:360px;
}
.box a{
	color:#CC9900;
	text-decoration:none;
}
.box a:hover{
	color:#000000;
	text-decoration:none;
/*	padding-left:10px;
*/}
#text{
	background:url(../images/text-space.jpg) repeat-x;
	background-color:#FFF8E0;
	padding:8px;
	margin-top:4px;
	text-align:justify;
	color:#666666;
	height:860px;
	max-height:860px;
	overflow:auto;
}
#text a{
	color:#920C00;
	text-decoration:none;
}
#text a:hover{
	color:#CC9900;
	text-decoration: none;
}
.sex{
height:236px;
}
li{
margin-bottom:12px;
}
h1{
	font-size:18px;
	text-align:center;
	color:#920C00;
}
h2{
	font-size:16px;
	text-align:left;
	color:#920C00;
}