body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #292929;
	text-align: center;
	margin: 0px;
}
#top
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #044779;
	background-image: url(../img/top.gif);
	height: 30px;
	width: auto;
	position: relative;
	font-weight: bold;
	text-decoration: none;
}
.top
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

.top a
{
	color: #FF3;
	text-decoration: none;
}

.top:hover
{
	color: #F90;
	font-weight: bold;
}
#container {
	width: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	border-right: 1px solid #4a6a8e;
	border-left: 1px solid #4a6a8e;
	position: relative;
	margin: 0px;
} 
#container h1 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #036;
}

#container h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #069;
}

#container p 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
}




/* #contenido = Contiene a todas las otras divs 
Dentro de esta van #container (#mainContent y #sidebar2) y #footer */
#contenido {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	position: relative;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #00558B;
}
#menu1
{
	height: 40px;
	position: relative;
}


/* estilo para menu horizontal */
#menubar {



}
#menubar ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}
	
#menubar ul li { 
	display: inline;
	}

#menubar ul li a {
	text-decoration: none;
	padding: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	}

#menubar ul li a:hover
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FC0;
	text-decoration: none;
	font-weight: bold;
	height: 40px;	
}

#contenido #footer
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #006AAD;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	height: 40px;
	width: 100%;
	padding-top: 10px;
}

#contenido #footer a
{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#FORMULARIO
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #036;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
}


#FORMULARIO input
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #036;
	padding: 2px;
	border: 1px solid #036;
	margin-right: 5px;
	margin-left: 5px;
}

#FORMULARIO textarea
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #036;
	padding: 2px;
	border: 1px solid #036;
}

.textoazul
{
	font-weight: bold;
	color: #069;
}
#container ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #1A3C4D;
}
#cx p{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#cx a {
	color: #39C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#cx a:hover {
	color: #369;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}


#aviso {
	background-color: #E1FFE1;
	text-align: center;
	border: medium solid #06F;
	margin-left: 225px;
}
#aviso p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #069;
	text-decoration: none;
	text-align: center;
}

#aviso .titulo{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F30;
	text-decoration: none;
	text-align: center;
}

