* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 28px;
color: #222;
text-align: center;
margin: 0;
padding: 0;
}

a {
font-size: 12px;
text-decoration: none;
font-weight: bold;
color: #222;
target: _blank;
}

a:hover {
color: #FF9600;
font-size: 14px;
font-weight: bold;
}

#contenedor {
margin: 0 auto;
width: 515px;
}

#title {
width: 405px;
height: 30px;
background: #F2E5B9;
}

h1 {
margin-top: 6px;
font-size: 18px;
font-weight: bold;
color: #2F306B;
text-align: center;
}

.right {
float: right;
width: 405px;
}

.left {
float: left;
width: 110px;
height: 440px;
}

.articles {
padding: 10px;
}

#bottom {
background: #fff;
}