body {
	font-family: "Trebuchet MS", Verdana;
	background-color: #EDE9E6;
	background-image: url(../img/gd.jpg);
	background-repeat: repeat;
	font-size: 8pt;
	color: #333333;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#contenedor {
	width: 700px;
	text-align: left;
	margin: auto;
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003333;
	border-left-color: #003333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #003333;
}
/* cabecera */
#cabecera {
	position: relative;
	height: 150px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#cabecera #logo-caja {
	position: absolute;
	width: 190px;
	height: 150px;
	background-image: url(../img/logo.jpg);
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #003333;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}
#cabecera .cabecerafoto {
	position: absolute;
	width: 500px;
	height: 150px;
	background: #FFF url(../img/cabecera1.jpg) no-repeat;
	right: 0px;
}

/* Menu */

#menu {
	position: relative;
	text-align: left;
	height: 20px;
	color: #FFFFFF;
	background-color: #003333;
}

#menu a
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	font-weight: bold;
}

#menu a:hover
{
	color: #92AC15;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	font-weight: bold;
}

#menu #secciones {
	position: absolute;
	width: 500px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #FFFFFF;
	left: 200px;
	margin-top: 5px;
	font-weight: bold;
}
#menu #actual {
	width: 160px;
	position: absolute;
	margin-left: 10px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #99CC00;
	padding-left: 10px;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}
#cuerpo {
	float: left;
	width: 495px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 8pt;
	color: #333333;
	padding-left: 10px;
	line-height: 12px;
}
#columna {
	font-family: "Trebuchet MS", Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	float: right;
	width: 160px;
	background-color: #003333;
	margin-right: 10px;
	margin-top: 30px;
	padding-top: 2px;
	margin-bottom: 10px;
}
#pie {
	text-align: left;
	clear: both;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003333;
	height: 15px;
	padding-top: 5px;
	border-top: 5px solid #99CC00;
}
#cuerpo .img {
	border: 1px solid #003333;
}
#texto-columna {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #B7D041;
	padding-right: 5px;
	padding-left: 5px;
}
#columna .titulo {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #92AC15;
	height: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: 2px;
	padding-top: 2px;
	margin-bottom: 5px;
	text-align: center;
	margin-left: 2px;
}
#columna .titulo a
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	font-weight: bold;
}

#columna .titulo a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	font-weight: bold;
}
#columna .texto {
	font-family: "Trebuchet MS", Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	padding-top: 2px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#columna .img {
	border: 1px solid #FFFFFF;
	margin-left: 10px;
	margin-top: 5px;
}
#contenido {
	background-image: url(../img/bg.gif);
	background-repeat:  repeat-x;
}
#columna ul {
	list-style-image: none;
	list-style-type: none;
}
#columna li {
	margin-bottom: 10px;
	color: #D1E560;
	margin-left: -25px;
}
#columna li.txt {
	background-image: url(../img/txt.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 25px;
}
#columna li.ver {
	background-image: url(../img/lupa.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 25px;
}
#columna li.pdf {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 25px;
}
#columna p {
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
#cuerpo p {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #003333;
	text-align: left;
}
#pie a {
	color: #FFFFFF;
	text-decoration: none;
}
#pie a:hover {
	color: #99CC00;
}
.destacado {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #003333;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003333;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #B7D041;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #D1E560;
	text-decoration: none;
}
#columna a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#columna a:hover {
	text-decoration: underline;
}
.celda-oscura {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.celda-verde1 {
	color: #333333;
	background-color: #B7D041;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.celda-verde2 {
	color: #333333;
	background-color: #D1E560;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.celda-blanca {
	color: #003333;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	border: thin none #003333;
}
.tabla-blanca {
	border: thin none #003333;
}

