* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
color: #222;
margin: 0;
padding: 0;
}

a {
text-decoration: none;
color: #fff;
}
a:hover {
color: #111;
}

#contenedor {
margin: 0 auto;
width: 950px;
height: 700px;
}

#header {
background: #fff url("../images/Header.jpg") no-repeat;
height: 180px;
text-align: left;
}

h1 {
	background: #6F8C9D;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
}

h2 {
	background: #6F8C9D;
	padding: 6px 5px 10px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-style: bold;
}

#content {
padding: 0px;
}

.right {
float: right;
width: 730px;
height: 500px;
background: #fff ;
text-align: center;
}

.right a {
font-size: 12px;
color: #FF9600;
font-weight: 600;
}

.right a:hover {
color: #111;
}

.left {
float: left;
width: 220px;
height: 500px;
}
.left h2 {
padding: 10px 5px 5px 5px;
height: 18px;
background: #FF9600;
color: #fff;
font-size: 12px;
}
.left ul {
padding: 10px 0 15px 20px;
background: #FF9600;
color: #462300;
font-weight: 300;
height:440px;
}

.left ul li a {
color: #460C00;
text-decoration: none;
font-weight: 300;
}
.left ul li a:hover {
color: #111;
font-weight: 600;
}


#footer {
background: #fff;
padding: 10px 10px 10px 10px;
border-style: solid;
border-width: 1px;
border-color: #A1A1A1;
}

.foot {
font-size: 10px;
color: #A1A1A1;
font-weight: bold;
text-align: center;
font-style: normal;
}

#footer a { color: #A1A1A1; }
#footer a:hover { color: #000; }