body
{
	background-color: #CEECCE;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	line-height: normal;
}
#contenedor
{
	width: 980px;
	margin: 0 auto;
}
#cabecera
{
	background-image: url(../images/encabezado.png);
	width: 980px;
	height: 300px;
}
#cuerpo
{
	width: 980px;
	background-color: #EBF7EB;
}
#pie
{
	background-color: #70BD75;
	width: 980px;
	height: 175px;
	background-image: url(../images/pie.png);
	background-repeat: no-repeat;
	clear: both;
}
#menu
{
	float: left;
	width: 300px;
}
#menu_inicio
{
	background-image: url(../images/menu_inicio.png);
	width: 295px;

	background-repeat: repeat-y;
}
#menu_inicio A
{
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 0;
}
#menu_fin
{
	background-image: url(../images/menu_fin.png);
	width: 295px;
	height: 19px;
}
#menu_opciones
{
	padding: 2px 0 10px 40px;
}
#seccion
{
	float: left;
	width: 604px;
	margin-left: 30px;
}
#texto_seccion LI
{
	list-style-type: square;
	margin-left: 40px;
	margin-top: 10px;
}
#texto_seccion
{
	text-align: justify;
	padding: 10px;
	margin-top: 10px;
	height: 100%;
}
#nombre_seccion
{
	position: absolute;
	margin-top: 265px;
	margin-left: 365px;
	color: #B61710;
	font-size: 26pt;
}
#pie_enlaces
{
	position: absolute;
	margin-left: 620px;
	margin-top: 135px;
	text-align: center;
}
#pie_enlaces A
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
#menu_flags
{
	margin-left: 50px;
}
#menu_opciones UL LI
{
	position: relative;
}
LI UL
{
	position: absolute;
	left: 138px;
	top: 0;
	display: none;
}
#menu_opciones UL LI A, #menu_opciones UL LI A:visited
{
	position: relative;
	display: block;
	text-decoration: none;
}
#menu_opciones UL LI A:hover
{
	color: #FFF;
	background-color: #6BBA70;
	text-decoration: none;
}
#menu_opciones LI UL LI A
{
	background-color: #6BBA70;
}
#menu_opciones LI:hover UL, LI.over UL
{
	display: block;
}
#menu_opciones UL LI UL A, #menu_opciones UL LI UL A:visited
{
	width: 205px;
	border-top: 1px solid #000000;
	border-left: 3px solid #234725;
	border-bottom: 1px solid #000000;
	margin-left: 100px;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	border-right: 3px solid #234725;
}
#menu_opciones UL LI
{
	padding: 4px 0 0px 4px;
}
* html #menu_opciones UL LI
{
	float: left;
	height: 1%;
}
* htmlL #menu_opciones UL LI A
{
	height: 1%;
}
#imagenes
{
	text-align: center;
}
#imagenes img
{
	margin-left: 10px;
	border: 3px solid #A2D2A5;
}
#texto_seccion A
{
	text-decoration: underline;
	color: #B61710;
	font-weight: bold;
}
#texto_seccion A:hover
{
	font-weight: bold;
	color: #000000;
}
#mapgoogle
{
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
#seccion_flags
{
	text-align: right;
	margin-top: -24px;
	margin-right: 15px;
	position: relative;
}

#tabla {
	width: 600px;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

#tabla caption {
	visibility: hidden;
}

#tabla th {
        font-weight: bold;
        font-size: 16px;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #6BBA70;
	vertical-align: middle;
        color: black;
}

#tabla th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#tabla td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: black;
	vertical-align: middle;
}


#tabla td.alt {
	background: #6BBA70;
	color: black;
}

#tabla th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background-color: #fff;
        font-weight: bold;
        font-size: 15px;
}


