@charset "utf-8";

.general {
	background-color: #616161;
	text-align: center;
}

#wrap { 
	margin: 0px auto 0 auto;
	padding: 10px;
	width: 762px;
	height: 636px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

#codigo {
	padding: 2px 150px;
	color: #3366FF;
}

#top {
	width: 762px;
	float:left;
	height: 133px;
	background-image: url(../images/top.jpg);
}

#menu {
	width: 762px;
	height: 50px;
	float:left;
	background-image: url(../images/menu.jpg);
}

#title {
	width: 762px;
	height: 48px;
	float:left;
}

#center {
	width: 762px;
	height: auto;
	float:left;
	background-image: url(../images/center.jpg);
}

#baja {
	width: 762px;
	height: 85px;
	float:left;
	background-image: url(../images/baja.jpg);
}

#fin {
	width: 762px;
	height: 11px;
	float:left;
	background-image: url(../images/fin.jpg);
}
#menu a {color: Black;}
#menu a:hover {color: Gray;}

#center a {color: #72001A;}
#center a:hover {color: Gray;}