body {
	margin: 11px 0 0 0;
	padding: 0;
	font: normal small Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}

h1{
	margin-top: 0px;
	padding: 0;
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
}

h2{
	font-size: 5px;
}

h5{
	color: #009999;
	font-size: 10px;
}


p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #000;
	list-style: none;
	list-style-type: none;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
    padding-top: 0;
	width: 800px;
	height: 70px;
	margin: 0 auto;
	background: url(images/back.gif) repeat-x;
}

#header h1 {
	padding-top: 55px;
	font-size: 3em;
}

#header h2 {
	font-size: 1.2em;
}

/* Menu */

#menu {
	width: 720px;
	height: 55px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	width: 175px;
	height: 15px;
	background: #999;
	display: block;
	float: left;
	margin-right: 1px;
	text-align: center;
	padding: 5px 1px 0 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	
}
#menu a:hover {
	background: #A7BE3A;
}


/* Contenido */

#content {
	width: 720px;
	margin: 0 auto;
	list-style: none;
}

#colOne {
	float: left;
	width: 160px;
	background:#fff;
	text-decoration: none;
	list-style: none;
	text-align: left;
	margin-left: -75px;
	font-size: 10px;
}
.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 8px;
	border-bottom: 1px dotted #000;
}


#colTwo {
	float: left;
	width: 350px;
	padding: 0 57px;
	text-align: left;
}

#colTwo2 {
	float: left;
	width: 510px;
	padding: 0 40px;
	text-align: left;
}

#colTwo3 {
	float: left;
	width: 620px;
	padding: 0 0px;
	text-align: left;
}

#colThree {
	float: left;
	width: 160px;
	height: 400px;
	padding: inherit;
}

/* Elementos del Contenido  */

#content h2 {
	height: 21px;
	margin-bottom: 20px;
	padding: 9px 0 0 10px;
	letter-spacing: normal;
	font-size: .9em;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #000;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
	border-bottom: 0px;
}

/* Footer */

#footer {
	background: url(images/footer.jpg);
	width: 800px;
	height: 40px;
	margin:  auto;
}

#footer * {
	color: #fff;
}

#footer p {
    padding-top: 10px;
	text-align: center;
	font-size: smaller;
	color: #fff;
}