* {
	margin: 0;
	padding: 0;
}

body {
background: #000033 url(images/bg.jpg) repeat-x;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
margin: 0;
padding: 0;
line-height: 16px;
}
.right ul img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 2px;
}
a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0px auto;
width: 1024px;
}

#header {
height: 165px;
background: #fff;
}
#header h1 { 
font-size: 30px;
letter-spacing: -1px;
padding: 0px 0 0 0px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #eee;
}
#header h2 {
font-size: 22px;
color: #eee;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}
#top {
background: #fff url(images/top.jpg) no-repeat;
padding: 10px 0;
}

#content {
background: #fff url(images/middle.jpg) repeat-y;
padding: 0 20px;
}

#bottom {
background: #fff url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

.left {
float: left;
width: 200px;
text-align: justify;
padding-top: 10px;
background: #fff url(images/secciones.png) no-repeat;
}
.left li {
	list-style: url(images/ar.gif) inside;
	line-height:2.4em;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom:#3c7eae 1px solid;
	list-style: inside disc;
	color:#ff9900
}
.left h2 {
font-size: 12px;
color: #3c7eae;
height: 30px;
line-height: 30px;
background: none;
padding-left: 10px;
}
.left h2 a {
text-decoration: none;
color: #fff;
}
.left h2 a:hover {
color: #eee;
}
.articles {
padding: 10px;
}

.right {
float: right;
width: 760px;
padding-top: 10px;
}
.right h2 {
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #3c7eae url(images/tit.jpg) no-repeat;
color: #fff;
font-size: 12px;
}
.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
font-size: 13px;
}
.right ul li a {
color: #336699;
text-decoration: none;
font-size: 13px;
font-weight: 600;
}
.right ul li a:hover {
color: #111;
}

#footer {
text-align: center;
background-color:#FFFFFF;
font-size: 11px;
padding: 10px 0;
}