BODY
{
    margin: 0 0 0 0;
    font-family: Arial;
    background-color: #ffffff;
}


/* Bloques*/
td.BloqueIzquierdo
{
    background-color: #848409;
}

td.BloqueIzquierdo table
{
    width: 100%;
}

td.BloqueCentral
{
    background-color: #FFFFFF;
    background-image: url("imagenes/contenidoBG.png");
    background-position: left bottom;
    background-repeat: no-repeat;
	border-left: solid 1px #b4b04f;
}

td.BloqueDerecho
{
    background-color: #FFFFFF;
	border-left: solid 1px #b4b04f;
	border-right: solid 1px #b4b04f
}

td.BloqueDerecho table
{
    width: 100%;
}

div.BloqueCentralI
{
	text-align: justify;
	font-size: 80%;
}
/* ----- */

/* Menus */
td.MenuSuperior
{
    height: 28px;
	width: 100%;
    background-image: url("imagenes/menu_superior.png");
    background-repeat: repeat;
    font-size: 12px;
    text-align: center;
    padding: 0 6px 0 6px;
}

td.MenuInferior
{
    height: 87px;
    width: 100%;
    text-align: center;
    background-image: url("imagenes/menu_inferior.png");
    background-repeat: repeat;
    padding: 0 0 0 0;
    font-size: 12px;
	border-top: solid 1px #b4b04f;
}

/* ----- */

#usermenu 
{
    padding: 0;
}

#usermenu a 
{
    padding: 0;
	margin: 0 0 0 0;
	border: solid 0 white;
	color: Black;
	width: 100%;
	height: 26px;
    background-image: url("imagenes/menu_izquierdo.png");
    background-repeat: repeat-x;
    text-align: center;
    background-position: bottom;
    text-decoration: none;
    font-size: 100%
}

#usermenu a:hover
{
    text-decoration: underline;
	font-weight: bold;
}

#usermenu a.menuTop
{
    width: 100%;
}

#usermenu img.menuMark
{
    background-image: url("imagenes/menu_marcador.png");
    height: 5px;
    width: 5px;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: middle;
}

/*Objetos*/
div.Logo
{
    height: 157px;
    width: 100%;
    background-image: url("imagenes/logo.png");
	background-color: White;
    background-repeat: no-repeat;
    background-position:center;
    padding: 0 0 0 0;   
}

td.DerechosReservados
{
    font-size: 100%;
}

td.LineaHorizontal
{
    height: 4px;
    background-color: #a05a2c;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
}
/*-----*/


/* Marcos */
td.BloqueDerecho td.MenuMarco
{
    height: 25px;
    background-image: url("imagenes/menu_marco_dorado.png");
    background-repeat: repeat;
    color: Black;
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
    padding-left: 6px;
    font-weight: bold;
}

td.MenuMarco
{
    height: 25px;
    background-image: url("imagenes/marco_verde.png");
    background-repeat: repeat;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
    padding-left: 6px;
    font-weight: bold;
}

td.MenuMarcoDos
{
    height: 25px;
    background-image: url("imagenes/marco_dorado.png");
    background-repeat: repeat;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    font-size: 100%;
    padding-left: 6px;
    font-weight: bold;
}
/*------------*/

/*Customizaciones*/
#content
{
	padding: 5px 5px 5px 5px;
}

#content table
{
	width: 100%;
	margin: 0;
}

#content h4
{
	width: 100%;
	height: 25px;
    background-image: url("imagenes/marco_dorado.png");
    background-repeat: repeat;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content a
{
	font-size: 100%;
    color:  Black;
    text-decoration: underline;
}

#content a:hover
{
	color: #66875b;
}

#content table.outer
{
	padding: 0;
	margin: 0;
}

#content input
{
	font-size: 85%;
}

#content th
{
	background-color: #aba061;
	height: 18px;
	font-size: 12px;
	vertical-align: middle;
}

#content td.head
{
	background-color: #9a9a96;
	font-size: 13px;
	vertical-align: top;
	padding-left: 5px;
}

#content td.even
{
	background-color: #dedede;
	font-size: 12px;
	vertical-align: middle;

}

#content td.odd
{
	background-color: #f6f6f6;
	font-size: 12px;
	vertical-align: middle;
}
/*--------------------------------*/

/*Contenido Informatico*/
td.ContenidoInterno
{
	text-align:justify;
	font-size: 12px;
}

td.blockTitle
{
	height: 25px;
    background-image: url("imagenes/marco_verde.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    font-size: 100%;
    padding-left: 6px;
    font-weight: bold;
}


/*Enlaces*/
td.BloqueIzquierdo td.MenuEnlaces
{
    text-align: center;
}

td.BloqueIzquierdo td.MenuEnlaces a
{
    color: #000000;
    font-size: 100%;
	padding: 0 0 0 0;
}

td.BloqueIzquierdo td.MenuEnlaces a:hover
{
    text-decoration: overline underline;
}


td.BloqueDerecho td.MenuEnlaces
{
    text-align: left;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.BloqueDerecho td.MenuEnlaces a
{
    color: #000000;
}

td.BloqueDerecho td.MenuEnlaces a:hover
{
    text-decoration: underline overline;
}

div.BloqueCentralI a
{
    color: #000000;
    text-decoration: underline;
}

div.BloqueCentralI a:hover
{
    text-decoration: underline overline;
}

td.MenuSuperior a
{
    color:  Black;
    text-decoration: underline;
}

td.MenuSuperior a:hover
{
    color: White;
    display: block;
    background-color: #808000;
}

td.MenuInferior a
{
    font-size: 10px;
    color:  Black;
    text-decoration: underline;
}

td.MenuInferior a:hover
{
    width: 100%;
    color: White;
    display: block;
    background-color: #808000;
}
/*--------------------------------------------------------*/


/*Drop down menu*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #e8dc97;
color: black;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f5efcf;
}
/*Fin Drop Down Menu*/
