/* CSS Document */

/* Estilos de etiqueta */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	position: relative;
	margin-top: 0px;
	text-align: center;
	background-image: url(../imgs/backgrey.gif);
	background-repeat: repeat-x;
	background-color: #262626;
}
h1 {
	font-size: 1.4em;
	color: #E72110;
	text-align: center;
}
h2 {
	font-size: 1.2em;
	color: #FFFFFF;
}
h3 {
	font-size: 1em;
	color: #FFFFFF;
}
#menu {
	background-color: #000000;
	text-align: center;
	height: 30px;
	width: 100%;
	color: #262626;
}
#container {
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #000000;
}
#head {
	background-color: #000000;
	text-align: center;
	width: auto;
	position: relative;
	vertical-align: middle;
	height: 90px;
}
#head img {
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
}
#central {
	background-image: url(../imgs/backbak.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	position: relative;
	height: 100%;
	width: 100%;
}
#central a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#central a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E72110;
	text-align: center;
	height: 15px;
	width: 774px;
	padding: 3px;
}
#pie a {
	color: #FFFFFF;
	text-decoration: none;
}
#pie a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#contador {
	text-align: right;
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 8px;
}
