* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

a {
font-size: 11px;
text-decoration: none;
color: #222;
font-weight: bold;
}
a:hover {
font-size: 12px;
color: #FF9600;
font-weight: bold;
}

#contenedor {
margin: 0 auto;
align: center;
width: 950px;
height: 700px;
background: #fff;
}

#content {
padding: 0 0px;
}

#title {
margin-top: 24px;
width: 950px;
height: 30px;
background: #FFF url("../images/BackTitleEstilArtic.jpg") no-repeat;
}

h1 {
margin-top: 6px;
line-lengt: 30px;
font-size: 18px;
font-weight: bold;
color: #FFF;
text-align: center;
}

h2 {
margin-top: 5px;
line-lengt: 14px;
font-size: 12px;
font-weight: bold;
color: #000;
}

h3 {
font-size: 12px;
font-weight: bold;
color: #222;
text-align: left;
}

legenda {
font-size: 8px;
font-weight: bold;
text-align: center;
}

.right {
float: right;
width: 780px;
padding: 10px;
text-indent: 20px;
font-size: 12px;
line-height: 16px;
color: #222;
text-align: left;
}

.left {
float: left;
width: 150px;
font-size: 10px;
line-height: 12px;
color: #222;
text-align: left;
}

.articles {
padding: 10px;
}

#footer {
background: #FFF url("../images/BackFootEstilArtic.jpg") no-repeat;
padding: 10px 10px 10px 10px;
font-size: 10px;
color: #001C30;
text-align: center;
font-style: normal;
}

.foot {
float: center;
width: 950px;
background: #FFF;
}


