/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #004403;
}

#cabecera {
	width: 780px;
	height: 164px;
	background-image: url(../images/cabecera.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#cuerpo {
	margin-top: 10px;
	margin-bottom: 15px;
}

#cuerpo h1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-align: left;
}

#lateral {
	width: 240px;
	float: left;
}

#contenido {
	width: 530px;
}

#contenido p {
	font-size: 12px;
	text-align: justify;
}

#contenido ul {
	text-align: left;
}

#contenido li {
	list-style: disc;
	list-style-type: disc;
	font-size: 12px;
	padding-top: 5px;
}

.esi {
	width: 15px;
	height: 32px;
	background-image: url(../images/esi.jpg);
	background-repeat: no-repeat;
}

.eii {
	width: 15px;
	height: 15px;
	background-image: url(../images/eii.gif);
	background-repeat: no-repeat;
}

.esd {
	width: 15px;
	height: 32px;
	background-image: url(../images/esd.jpg);
	background-repeat: no-repeat;
}

.eid {
	width: 15px;
	height: 15px;
	background-image: url(../images/eid.gif);
	background-repeat: no-repeat;
}

.mtop {
	height: 32px;
	background-image: url(../images/mtop.gif);
	background-repeat: repeat-x;
}

.mbot {
	height: 15px;
	background-image: url(../images/mbot.gif);
	background-repeat: repeat-x;
}

.intermedia {
	width: 240px;
	height: 32px;
	background-image: url(../images/intermedia.gif);
	padding-left: 15px;
}

.ld {
	background-image: url(../images/ld.gif);
	background-repeat: repeat-y;
}

.fondo {
	background-color: #f2f2f2;
}

.opciones {
	margin: 10px 10px 10px 10px;
	text-align: left;
}

.opciones ul {
	padding: 0px;
	margin: 5px;
	list-style: circle;
}

.opciones a {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.opciones a:hover {
	text-decoration: none;
	font-size: 14px;
	color: #638400;
	font-weight: bold;
}

#pie {
	width: 780px;
	height: 50px;
	background-image: url(../images/pie.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	padding-left: 100px;
	line-height: 50px;
	margin: 0px;
}

#cabecera h1 {
	text-align: left;
	padding: 0px 0px 0px 300px;
	margin: 0px;
}

#menu {
	padding-top: 60px;
	text-align: left;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu li {
	padding: 0px;
	margin: 0px;
	display: inline;
	height: 25px;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/sep.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-right: 10px;
	height: 25px;
	line-height: 25px;
}

#menu a:hover {
	text-decoration: none;
	color: #FFCC00;
	background-image: url(../images/sep.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;	
	padding-right: 10px;
	height: 25px;
	line-height: 25px;
}

.enlaces {
	margin: 10px 10px 10px 10px;
	text-align: left;
}

.enlaces ul {
	padding: 0px;
	margin: 5px;
	list-style: none;
}

.enlaces a {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.enlaces a:hover {
	text-decoration: none;
	font-size: 14px;
	color: #638400;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

.boton {
text-align: center;
}

.boton a {
  color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/boton.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 30px;
	width: 100px;
}

.boton a:hover {
  color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/boton.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 30px;
	display: block;
	line-height: 30px;
}

#directorio {
	
}

#directorio a{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#directorio a:hover{
	font-size: 10px;
	color: #638400;
	text-decoration: none;
}