.content {
	width: 800px;
	left: auto;
	right: auto;
	margin: 0px auto;
}
.header {
	background-image: url(imagenes/encabezado.gif);
	height: 150px;
	width: 800px;
}
body {
	background-image: url(imagenes/back.jpg);
}

#navbar{
	width:auto;
	height:36px;
	background:url(img/navbar-bg.png) left top repeat-x;
}
#navbar .inbar{
	display:block;
	height:36px;
	background:url(img/right-round.png) right top no-repeat;
}
#navbar ul, #navbar ul li{
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	height:36px;
	line-height:36px;
}
#navbar ul{
	background:url(img/left-round.png) left top no-repeat;
}
#navbar ul li{
	float:left;
	display:block;
	line-height:36px;
}
#navbar ul li a{
	color:#403e32;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#navbar ul li a span{
	padding:0 20px 0 0;
	height:36px;
	line-height:36px;
	display:block;
	margin-left:20px;
}
* 									{ margin: 0; padding: 0; }
#navbar .navhome a, #navbar .navhome a:hover{
	background:url(img/a-bg.png) left top no-repeat;
	height:36px;
	line-height:36px;
}
#navbar .navhome a span, #navbar .navhome a:hover span{
	color:#FFFFFF;
	background:url(img/span-bg.png) right top no-repeat;
	height:36px;
	line-height:36px;
}
#navbar ul li a:hover{
	background:url(img/ahover-bg.png) left top no-repeat;
	height:36px;
	line-height:36px;
}
#navbar ul li a:hover span{
	background:url(img/spanhover-bg.png) right top no-repeat;
	height:36px;
	line-height:36px;
}
.texto {
	height: 380px;
	overflow: auto;
	background-color: #FFFFFF;
	padding: 15px;
}
.content #navbar .inbar span {
	font-family: verdana;
	font-size: 12px;
}
.content .texto li {
	font-family: verdana;
	font-size: 12px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #CCCCCC;
}
.content .texto ol {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	clip: rect(auto,auto,auto,auto);
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.footer {
	width: 800px;
	height: 30px;
	padding-top: 2px;
	background-image: url(imagenes/footer.jpg);
	background-repeat: no-repeat;
}
.content .texto p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
}
.content .texto a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #CCCCCC;
}


.content .footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.content .footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000FF;
	background-color: #FFFFFF;
}
.content .texto .Estilo3 {
	font-size: 13px;
	text-align: left;
}
.content .texto a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #3C56F5;
	color: #FFFFFF;
}
