/* CSS Document */

body,td,th {
	font-size: 11px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contenedor 
{
	border: 1px solid #999999; #F8C300
}

#titulo 
{
	border: 1px solid  #F8C300;
	background-color: #F8C300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#titulo_paginas
{
	background-color: #84C225;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#menuprincipal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#menuprincipal A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#menuprincipal A:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66CC00;
	text-decoration: none;
}

#menuprincipal TD.Titulo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}


#seccion
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#seccion TD.titulo_seccion
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F8C300;
	height: 20px;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.TextBox
{
	font-size: 11px;
}

/* MENU SUBSECCIONES */

#menuSecciones TD:hover
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#menuSecciones TD.Titulo
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F8C300;
	height: 20px;
	text-align: center;
}
#menuSecciones TD.Submenu
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height: 20px;
	vertical-align: middle;
}

#menuSecciones A
{
	font-style: italic;
	color: #333333;
	text-decoration: none;
}
#menuSecciones A:hover
{
	font-style: italic;
	color: #84C225;
	text-decoration: none;
}

