@charset "utf-8";
/* CSS Document */

body {
	margin-left: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #6C6969;
	font-size: 12px;
}
#header {
	float: left;
	width: 1000px;
	background-image: url(/images/sitio/menu_fondo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100px;
}
#logo {
	display: block;
	float: left;
	height: 69px;
	width: 254px;
}

#wrap {
	display: block;
	float: left;
	width: 1002px;
	margin-bottom: 24px;
}
.error h2  {
	text-align: center;
	font-size: 20px;
	color: #2878B5;
}
.error h4 {
	color: #4F4F4F;
	text-align: center;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
	font-weight: normal;
}
.error a {
	text-align: center;
	display: block;
	background-color: #2D8DBF;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	padding: 6px;
	border: 1px solid #2C70B1;
	color: #FFF;
	background-image: url(/images/sitio/menu_fondo.jpg);
	text-decoration: none;
}
