@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #272727;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;
}
#background {
	background-image: url(../img/img_index.jpg);
	background-repeat: no-repeat;
	height: 333px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 160px;
	background-position: -10px;
}
#buttom_index {
	width: 60px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #434343;
	padding-top: 1px;
	padding-bottom: 2px;
}
#reflejo {
	width: 62px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/reflejo_entrar.jpg);
	height: 20px;
	background-repeat: no-repeat;
}
#buttom2 {
	bottom: 0px;
	position: absolute;
	width: 100%;
	background-color: #333333;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	right: 40px;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-right: 20px;
}
