﻿* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 12px;
color: #222;
margin: 0;
padding: 0;
text-align: center;
}

a {
text-decoration: none;
font-size: 11px;
font-weight: bold;
color: #222;
}
a:hover {
font-size: 12px;
color: #FF9600;
}

#contenedor {
margin: 0 auto;
width: 730px;
height: 300px;
}

#header {
background: #fff url("../images/HeaderPaginas.jpg") no-repeat;
height: 30px;
}

h1 {
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: left;
}

h2 {
	background: #FFF;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 12px;
	line-lenght: 14px;
	font-weight: bold;
	color: #6F8C9E;
	text-align: left;
	font-style: bold;
}

.right {
float: right;
width: 515px;
height: 460px;
background: #fff;
text-align: center;
}

.left {
float: left;
width: 180px;
height: 460px;
margin-left: 10px;
margin-right: 10px;
}

.articles {
padding: 0px;
}
