* {
	margin: 0;
	padding: 0;
}

body {
background: #333;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

h1 {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
color: #222;

}

a {
text-decoration: none;
color: #99AECD;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 5px solid #000;
}

#header {
height: 160px;
background: #554d42 url(images/header.jpg) no-repeat;
}
#titulo {
	font-size: Ninguno;
	letter-spacing: 2px;
	padding: 17px 0 0 10px;
	color: #666666;
	text-align: center;
	font-family: "1-2-3 GO!";
}
#header h1 a {
	color: #000000;
	text-decoration: none;
	font-weight: 200;
	letter-spacing: 10px;
	text-align: left;
	margin: 5px;
	font-family: "1-2-3 GO!";
}
#header h1 a:hover {
color: #fff;
}

#menu {
height: 30px;
line-height: 30px;
background: #000;
}
#menu ul {
list-style-type: none;
padding-left: 210px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#menu2 {
	height: 30px;
	line-height: 30px;
	background: #0000;
}
#menu2 ul {
list-style-type: none;
padding-left: 30px;
}
#menu2 ul li {
display: block;
float: left;
}
#menu2 ul li a {
padding: 0 20px 0 71px;
padding-left: 10px
text-decoration: none;
font-weight: 600;
font-size: 12px;
color:  #666666;
}
#menu2 ul li a:hover {
color: #CC3333;;
text-decoration: none;
}
#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #CC3300;
font-size: 15px;
}
titulo_left {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #CC3333;
font-size: 17px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #999999;
}
.left ul li a {
	text-decoration: none;
	font-weight: 600;
	color: #666666;
}
.left ul li a:hover {
	color: #CC3333;

}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }
