/* CSS Document */

body {
	text-align: center;
	background: #000000 url(img/bg.png) top repeat-x;
	color: #FFFFFF;
	margin: 0;
	padding: 60px 0;
	height: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
	
	 a {
		color: #FF0000;
		font-weight: bold;
		}
			
#errores {
	height: 50%;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #666666;
	}
	#errores div {
		padding: 40px 0 0 0;
		}
	#errores div a {
		color: #CC0000;
		}
	#errores h1 {
		font-weight: normal;
		color: #CC0000;
		font-size: 2.2em
		}
	#errores h2 {
		font-weight: normal;
		color: #666666;
		font-size: 1.6em;
		}
	