/* CSS Document */
body {
	background-color:#FFFFFF;
	margin-top:10px;
}
.fondo_botones_sup{
	background-color: #949873;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}
.fondo_botones_inf{
	background-color: #949873;
}
.fondo_botones_sec{
}
.fondo_pie{
	height: 25px;
	background-color: #752421;
	padding-left: 5px;
	width: 183px;
}
.fondo_pie_2{
	background-image: url(../images/38.jpg);
}
.fondo_tabla_derecha{
	background-color: #EBE7DA;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 45px;
	height: 100%;	
}
.borde_contenido_izquierdo{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #D4D0C8;
}
.tablacontenidos {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #D4D0C8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;

}
.tabla_cabeza {
	border-left-color: #D4D0C8;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D4D0C8;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #D4D0C8;
}


/* MENU AL TOPE DE LA PÁGINA */

 #navcontainer
{
margin: 0;
padding: 0 0 0 12px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color: #ffffff;
	display: block;
	width: auto;
	text-decoration: none;
	background: #7d7144;
	margin: 0;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 10px;/*border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;*/
}

#navcontainer A:hover, #navcontainer A:active { background: #752421; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #7d7144;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #7d7144;
/*border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;*/
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
/*border-right: 1px solid #fff;
border-left: 1px solid #aaa;*/
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
/*color: #fff;*/
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

/*#subnav A:hover, #subnav A:active { color: #444; } 
#subnav A.active:link, #subnav A.active:visited { color: #444; }*/
#subnav BR, #navcontainer BR { clear: both; }

input{
	background-color:#F7F7F7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
input:focus{
	background-color:#FFFFFF;
}
checkbox {
	background-color:#F7F7F7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #666666;
}
checkbox:focus{
	background-color:#FFFFFF;
}
