.estilos01 {
	border: medium solid #999999;
}

#contenedor {
	border: thin solid #000000;
	width: auto;
	overflow: auto;
	background-color: #CCCCCC;
}

#banner {
	background-color: #990000;
	background-image: url(fondo1.jpg);
	background-repeat:  repeat-x;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 5px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #990000;
	border-left-color: #333333;
	height: 100px;
}

#principal {
	border: thin none #333333;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

#menu {
	width: 160px;
	border: thin none #666666;
	position: static;
	overflow: auto;
	float: left;
	text-align: left;
	padding: 0px;
	background-position: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#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;
}
#menu ul li a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #990000;
}
#menu ul li a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu ul li a{
	text-align: left;
	word-spacing: normal;
	display: block;
	position: static;
	background-position: center;
	width: auto;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	left: auto;
	padding: 0px;
	font-weight: bold;
	color: #333333;
	font-size: 10pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F8A52F;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #F8A52F;
}

#menu ul{
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	vertical-align: bottom;
	list-style-type: none;
	left: 0px;
	text-align: left;
	clip:   rect(auto auto auto 0px);
	background-position: left;
	margin: 0px;
	border-top-width: thin;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CBBE89;
	border-bottom-color: #cccccc;
}

#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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}

#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;
}

#informacion2 {
	word-spacing: normal;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	height: auto;
	padding: 0px;
	text-align: justify;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 160px;
	background-color: #FFFFFF;
}

#pie {
	border: thin none #333333;
	text-align: center;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-position: left;
	width: auto;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

