@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-decoration: none;
}
body {
	background-color: #999999;
}
a {
	cursor: pointer;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
	font-weight: normal;
	float: right;
	height: 40px;
	padding-top: 10px;
	display: block;
	padding-right: 20px;
}
h2 a {
	color: #BA4555;
	font-size: 16px;
}

.menu {
	list-style-type: none;
	width: 220px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E4E4E4;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	padding-right: 40px;
	height: 160px;
}
label {
	padding-bottom: 5px;
	display: block;
}


.titulo {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entrar {
	font-size: 12px;
	color: #BA4555;
	text-decoration: none;
	font-weight: bold;
}

#contenedor {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(top_solapa.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#pie {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	clear: both;
	height: 30px;
}
