* {
    padding: 0;
    margin: 0;
} 

body {
	background: #fff url(../images/bg.jpg) repeat-x;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

img { border: none; }
a { color: #246897; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

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

#header { 
height: 200px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
padding: 40px 0 5px 0;
}
#header h1 a {
color: #0A6380;
text-decoration: none;
}
#header h1 a:hover {
color: #222;
text-decoration: none;
}
#header h2 {
color: #246897;
font-size: 19px;
padding: 0 0 0 0;
}

#content {
padding: 10px 0;
}

.subhead {
	font-weight: bold;
	color: #246897;
	font-size: 13px;
	letter-spacing: +1px;
}

.left {
width: 568px;
float: left;
text-align: justify;
}
.left h2 {
color: #246897;
font-size: 22px;
font-weight: 100;
padding : 15px 0 15px 0;
}
.thumbnail {
	margin-top: 10px;
	margin-left: 10px
}
.right {
width: 160px;
height: 800px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 12px;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 13px;
color: #666;
line-height: 30px;
}
.right a { 
	font-size: 13px;
	text-decoration: none 
}

#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
}
.text_box {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	border: 1px solid #246897;
	padding: 3px;
	background-color: #fff;
}
#zona {
	list-style-type: disc;
	text-indent: 15px;	
}