@charset "utf-8";
/* CSS Document */
body {
	background:url(img/back.png) repeat-x;
	margin-top:0px;
	font-size:16px;
	color:#000;
}
#contact {
	width:880px;
	line-height:20px;
	vertical-align:middle;
	color:#e2e2e2;
	margin-left:auto;
	margin-right:auto;
	background:url(img/contact.png) repeat-x;
}
.amarillo {
	color:#ffff00;
	text-decoration:none;
}
.invisible {
	display:none;
}
a:link {
	text-decoration:none;
	color:#ffff00;
}
a:visited {
	color:#FFFF00;
	text-decoration:none;
}
#contenido a {
	color:#f00006;
}
.block {
	background:#e4e4e4;
}
#menu {
	background:url(img/menu/1.png) repeat-x;
	height: 40px;
	width: 880px;
	line-height:40px;
	vertical-align:middle;
}
#m_elemento {
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	float:left;
	text-align:center;
	border-right: 1px solid #4d4d4d;
}
#m_elemento:hover {
	background:url(img/menu/2.png) repeat-x;
	color:#292929;
}
input {
	text-align:center;
}
