@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/fondo.jpg);
    background-repeat:repeat-x;
	background-color:#c5c1b6;
	font-size: 10px;
}
#footer {
	background-image: url(img/botomm.jpg);
	height: 67px;
	width: 900px;
	background-repeat: no-repeat;
}
#center {
	background-image: url(img/centro.jpg);
	width: 900px;
	background-repeat:  repeat-y;
}
#top {
	background-image: url(img/top.jpg);
	height: 318px;
	width: 900px;
}
#menu {
	height: 30px;
	width: 722px;
	position: absolute;
	left: 95px;
	top: 29px;
}
#date {
	height: 14px;
	width: 210px;
	position: absolute;
	left: 84px;
	top: 299px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
#login {
	height: 16px;
	width: 216px;
	position: absolute;
	left: 601px;
	top: 7px;
	text-align: right;
}
#copy {
	height: 17px;
	width: 216px;
	position: static;
	left: 598px;
	top: 447px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-left: 600px;
	margin-top: 30px;
}
#wrapper {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}

/* estilos */

.direccion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
a.login:link , a.login:visited ,a.login:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.login:hover {
	color: #B9ACA3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.linkss:link , a.linkss:visited ,a.login:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

