.estilos01 {
	border: medium solid #999999;
}

#contenedor {
	border: thin solid #CCCCCC;
	width: auto;
	overflow: auto;
}

#banner {
	border: thin solid #333333;
	background-color: #F9A423;
	background-image: url(fondo1.jpg);
	background-repeat:  repeat-x;
}

#principal {
	border: thin solid #333333;
	background-color: #FFFFFF;
	margin: 0px;
}

#menu {
	width: 160px;
	border: thin solid #666666;
	position: static;
	overflow: auto;
	float: left;
	background-color: #CCCCCC;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-position: left;
}

#menu ul li a:hover{
	text-decoration: none;
}

#menu ul li a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #21536A;
}
#menu ul li a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #21536A;
}
#menu ul li a:hover {
	text-decoration: none;
}
#menu ul li a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #21536A;
}

#menu ul li a{
	background-color: #CBBE89;
	text-align: left;
	word-spacing: normal;
	display: block;
	position: static;
	border-top: 1px none #CBBE89;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CBBE89;
	background-position: center;
	width: auto;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	left: auto;
	padding: 0px;
	font-weight: bold;
	color: #21536A;
	font-size: 10pt;
}

#menu ul{
	padding: 0px;
	font-weight: normal;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	color: #21536A;
	text-decoration: none;
	display: block;
	vertical-align: bottom;
	background-color: #CBBE89;
	list-style-type: none;
	left: 0px;
	text-align: left;
	clip:   rect(auto auto auto 0px);
	background-position: left;
	margin: 0px;
}

#menu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CBBE89;
	border-left: thin solid #CCCCCC;
	text-indent: 5pt;
}

#informacion {
	word-spacing: normal;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	height: auto;
	padding: 0px;
	margin: 5px 30px 5px 180px;
	text-align: justify;
}

#pie {
	border: thin solid #333333;
	text-align: center;
	position: relative;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-position: left;
	width: auto;
}

