@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.top {
	background-image: url(../img/menu.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 33px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
.menu {
	margin: 0px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	list-style-type: none;
	color: #FFF;
	background-color: #FC0;
	text-decoration: none;
	font-size: 16px;
	margin: 0;
		
}
.menu ul li a {
	text-decoration: none;
	color: #666;
	font-size: 16px;
	display: block;
	height: 29px;
	margin: 0px;
	padding: 10px 0 0 12px;
	background-image: url(../img/li.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.menu ul li a:hover {
	color: #000;
}

.pie {
	background-image: url(../img/bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	height: 20px;
	padding-top: 4px;
	padding-left: 5px;
}
.pie p {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	margin: 0px;
}

.top h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
}

.contenido {
	margin: 0px;
	padding: 0px;
}
.banner {
	height: 80px;
	margin: 0px;
	padding: 0px;
}
.banner img {
	margin: 0px;
	padding: 0px;
	text-align: center;
}




.contenedor {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.contenedor h2 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin: 0px;
}
.contenedor p {
	font-size: 10px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 13px;
}
.contenedor a {
	text-decoration: none;
	color: #F60;
}
.contenedor a img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#recordar {
	border: 1px solid #F90;
	font-size: 10px;
	margin: 0px;
}
#envia {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -6px;
	margin-left: 0px;
}
