@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
}
#centrador {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#cabecera {
	width: 800px;
	height: 125px;
}
#botonera {
	width: 800px;
	height: 32px;
	background-color: #141517;
}
#botonera2 {
	width: 800px;
	height: 32px;
	background-color: #141517;
}
#anteBotonera {
	width: 800px;
	height: 5px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
#anteBotonera2 {
	width: 800px;
	height: 5px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
#contenidos {
	width: 760px;
	background-color: #141517;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
}
#pie {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	height: 36px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.Texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align: justify;
	line-height: 19px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: underline;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: underline;
	font-weight: bold;
}
a.pie:link {
	color: #000000;
}
a.pie:visited {
	color: #000000;
}
a.pie:hover {
	color: #FF0000;
}
