*{
	margin: 0;
	padding:0;
	}

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: small;
	}
#titulo {
	width: 920px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	height: 130px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
h1 {
	color:#000000;
	font-size: small;
	letter-spacing: 1px;
	font-variant: small-caps;
	width: 760px;
	background-color: #CCCCCC;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#logo {
	background-color: #FFFFFF;
	float: left;
	padding-top: 50px;
	text-align: center;
	padding-left: 160px;
	padding-right: 85px;
	padding-bottom: 15px;
}
#indice{
	position:fixed;
	width: 160px;
	top: 130px;
	background-image: url(fondo2.png);
	background-repeat: repeat;
	left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
* html div#indice  {
	width: 160px;
	position:absolute;
	top: 130px;
	left: 0px;
}
#indice ul {
	list-style-type: none;
	margin: 0px;
	width: 120px;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#indice li{
	height: 25px;
	width: 115px;
	list-style-type: none;
	background-color: #999999;
	padding-top: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#indice li a{
	font-size: small;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C10000;
	width: 105px;
	padding-left: 10px;
	float: left;
	padding-bottom: 1px;
}
#indice li a:hover{
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DF0000;
}
#indice li a.activo{
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DF0000;
}
.enlaces {
	line-height: 22px;
	float: right;
	margin-top: 30px;
	padding: 0px;
}
.enlaces ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
}
.enlaces li{
	float: left;
	height: 85px;
	width: 85px;
	text-align: center;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid #999999;
}
.enlaces li a{
	font-size: small;
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 85px;
	float: left;
	padding-top: 35px;
	padding-bottom: 3px;
}
.enlaces li a:hover {
	background-color: #DADADA;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.enlaces a.activo{
	background-color: #DADADA;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#accesibilidad {
	line-height: 19px;
}
#accesibilidad ul {
	list-style-type: none;
}
#accesibilidad li{
	list-style-type: none;
	float: left;
	text-align: center;
	background-color: #999999;
	height: 25px;
	margin-top: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#accesibilidad li a{
	font-size: small;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C10000;
	float: left;
	width: 95px;
}
#accesibilidad li a.sellos {
	font-size: small;
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
	border-top-width: 1px;
	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: #C10000;
	border-left-color: #999999;
	width: 45px;
	cursor: help;
}
#accesibilidad li a:hover{
	color: #000000;	
}
#direccion {
	color: #DF0000;
	font-size: x-small;
	letter-spacing: 1px;
	font-weight: bolder;
	float: right;
	text-align: center;
	padding-top: 45px;
	padding-right: 5px;
}
#contenido{
	width: 760px;
	margin-left: 160px;
	margin-bottom: 15px;
	padding-top: 130px;
	float: left;
	padding-bottom: 130px;
	background-color: #EFEFEF;
}
.seccion{
	overflow: auto;
	text-align: justify;
	width: 720px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-right: 20px;
	padding-left: 20px;
	height: 510px;
	}
.primera{
	overflow: auto;
	text-align: justify;
	padding-top: 90px;
	}
.flash{
	width: 650px;
	height: 500px;
	margin-left: 30px;
	}
