* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
margin: 0;
padding: 0;
}

#contenedor {
margin: 0 auto;
align: center;
width: 950px;
background: #fff;
}

#title {
margin-top: 24px;
width: 950px;
height: 30px;
background: #FFF url("../images/BackTitleEstilArtic.jpg") no-repeat;
}

h1 {
font-size: 18px;
line-height: 30px;
font-weight: bold;
color: #FFF;
text-align: center;
}

h2 {
margin-top: 5px;
line-height: 18px;
font-size: 14px;
font-weight: bold;
color: #000;
}

.left {
float: left;
width: 250px;
font-size: 12px;
color: #222;
text-align: left;
}

.right {
float: right;
width: 680px;
margin-right: 20px;
font-size: 12px;
color: #000;
text-align: left;
}

#bottom {
background: #FFF;
width: 950px;
height: 40px;
}

.bot {
text-align: center;
}

#footer {
background: #FFF url("../images/BackFootEstilArtic.jpg") no-repeat;
width: 950px;
height: 30px;
padding: 10px 10px 10px 10px;
}

.foot {
font-size: 10px;
color: 222;
text-align: center;
}


