* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	background-image: url(../imagenes_pre/fondo_37.jpg);
}

a {
text-decoration: none;
color: #004990;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
	margin: 0 auto;
	width: 900px;
	background: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#header {
	height: 90px;
	background-image: url(../imagenes_pre/cabecera.gif);
}
#header h1 { 
font-size: 14px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #aaa;
}
#header h1 a {
	color: #aaa;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2em;



}
#header h1 a:hover {
color: #111;
}
#header h2 {
	font-size: 10px;
	color: #111;
	padding: 45px 0 0 375px;
	font-weight: 100;




}

#menu {
	height: 20px;
	line-height: 20px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;


}
#menu ul {
	list-style-type: none;
	padding-left: 20px;
	background-color: #666666;

}
#menu ul li {
	display: block;
	float: right;
	background-color: #666666;

}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 10px;
color: #FFFFFF;
}
#menu ul li a:hover {
color: #004990;
text-decoration: none;
font-weight: 600;
}

#content {
padding: 0 20px 20px 10px;
}

.right {
float: right;
width: 675px;
text-align: justify;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
color: #003366;
}
.right h2 a:hover {
color: #111;
}

.left {
	float: left;
	width: 175px;
	margin-top: 10px;
	background: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #003366;
	border-right-color: #003366;
	border-left-color: #003366;
	border-bottom-width: 1px;
	border-bottom-color: #003366;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #003366;




}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
color: #003366;
font-size: 13px;
background: #788BBD;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #788BBD;
}
.left ul li a {
color: #003366;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.left ul li a:hover {
color: #990000;
font-weight: 600;
}

#footer {
height: 30px;
line-height: 30px;
background: #657983;
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }
