body {	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-image: url(../imagenes/fondo.jpg);
	background-repeat:repeat-x;
	text-align : justify;
	line-height: 10px;
}
p {
	font-size:11px;
	color: #486895;
	line-height: 120%;
}
img {
	border : 0px;
}
hr {
	display:none;
 }
h1 {
	font-size:25px;
	text-align : left;
	color : #486895;
	margin:0;
}
h2 {
	font-size:20px;
	text-align : left;
	color:#486895;
	text-transform: capitalize;
}
h3 {
	font-size:18px;
	text-align : left;
	color : #666666;
}
h4 {
	font-size:15px;
	text-align : left;
	color : #666666;
}
h5 {
	font-size: 13px;
	text-align : left;
	color : #666666;
}
h6 {
	font-size:12px;
	text-align : left;
	color : #666666;
}
td {
	font-size: 12px;
	text-align : center;
	color : #586885;
}
#container {
       	background-color:#958578;
       	border-style:solid;
       	border-color:#000000;
       	border-width:2px;
       	margin: 0 auto;
       	width:825px;
       	height:auto;
}
.header{
       	width:815px;
       	height:156px;
       	background-color:#fff;
	border-width:0;
       	margin:5px;
}
.central{
	width: 813px;
	height: auto;
	background-color:#FFF;
	border-style:solid;
        border-width:1px;
        border-color:#000000;
	padding: 0px;
	margin: 0 0 5px 5px;
}
.central ul{
	list-style-type: none;
	margin: 4px 0 4px 4px;
} 
.central li{
	font-size: 12px;
	display: inline;
   	margin: 0 4px 0 0;
} 
.central li a{
	text-decoration:none;
	color: #000;
	font-weight:bold;
}
.central a:hover{
	text-decoration:underline;
}
.menu-izquierda{
       width:125px;
       height:auto;
       background-color:#fff;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:0 0 0 5px;
       float:left;
       padding:3px;
}
.menu-izquierda p { 
	font-size:12px;
	padding:2px; 
	margin:2px 0 4px 0; 
	font-weight:bold; 
	color: #000;
} 
.menu-izquierda p a { 
	text-decoration:none; 
	color:#000; 
} 
.menu-izquierda p a:hover{ 
	text-decoration:underline; 
	color:#000; 
}
.menu-izquierda ul{
	list-style:none; 
	font-size:11px;
	margin: 0 0 0 6px;
	padding: 0px;
}
.menu-izquierda ul li{ 
	padding: 0 0 2px 0;
}
.menu-izquierda ul li a{ 
	text-decoration:none;
	color:#486895;
} 
.menu-izquierda ul li a:hover{ 
	text-decoration:underline;	
}     
.derecha{
       width:160px;
       height:auto;
       background-color:#fff;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:0 5px 0 0;
       float:right;
       padding:5px;
}
.derecha p { 
	font-size:12px;
	padding:2px; 
	margin:2px 0 4px 0; 
	font-weight:bold; 
	color: #000;
} 
.derecha ul{
	list-style:none; 
	font-size:11px;
	margin: 0 0 0 2px;
	padding: 0px;
}
.derecha ul li{ 
	padding: 0 0 2px 4px;
}
.derecha ul li a{ 
	text-decoration:none;
	color:#486895;
} 
.derecha ul li a:hover{ 
	text-decoration:underline;	
} 
.principal{
       width:480px;
       height:auto;
       background-color:#FFF;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:0 0 5px 142px;
       padding:10px;
}
.principal p{
       	font-size:11px;
	color: #486895;
	line-height: 120%;
	text-indent:10px;
}
.principal a{
	text-decoration:underline;
}
.principal a:hover{
	text-decoration:none;
}
.principal a:active{
	color:#0000FF;
}
.principal a:visited{
	color:#0000FF;
}
.principal li{
       	font-size:11px;
	color: #486895;
	line-height: 120%;
	text-indent:10px;
}
.principal li .hacia-dentro{
	font-size:11px;
	color: #486895;
	line-height: 120%;
	text-indent:15px;
}
.footer{
       width:auto;
       height:30px;
       background-color:#FFF;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:5px;
}
.footer h6{
       text-align:center;
       text-transform:uppercase;
       margin:5px auto;
       color:#666666;
       font-size:10px;
}      