* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .85em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
	background-image: url('../imagenes/web/bg.jpg');
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 20px auto;
width: 724px;
background: url('../imagenes/web/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('../imagenes/web/topbg.jpg');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('../imagenes/web/botbg.jpg');
height: 30px;
}


.header {
height: 100px;
background: #B5CEDE url('../imagenes/web/hidr.jpg');
}

.header img { padding-left: 10px; padding-right: 10px; padding-top: 0px; }

.barra_navegacion { 
    background: #EEE; 
	border-bottom: 1px solid #c9c9c9; 
	padding: 5px;
	font-size: 12px;
	line-height: 20px; 

}
	
.middle {
	float: left;
	width: 64%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.middle ul {
	padding: 0px 0 0px 20px;
	margin:0;
}
.middle ol {
	padding: 0px 0 0px 20px;
	margin:0;
}
.middle li {
	margin-bottom: 0px;
	text-align: left;
}


.right {
	float: left;
	width: 25%;
	margin: 0 10px;
	padding: 1% 1%;
	font-size: 0.85em;	
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle h2 { color: #3B6EBF; font-size: 1.5em; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #3B6EBF; font-size: 1.1em; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
	font-size: 11px;
}

#logos {
	text-align: center;
	padding-top: 40px;
	font-size: 9px;
	color: #660000;
	line-height: 10px;
}