@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font: 0.83em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #FFFFFF url(imgs/fondo-principal.jpg) repeat-x top;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #05A;
	margin-bottom: 3px;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active { color: #3AF; }

a:visited {
	color: #666666;
	text-decoration: none;
}


#wrap {
	margin: 50px auto;
	width: 760px;
	position: relative;
}

#wrap1 {
	margin: 50px auto;
	width: 760px;
}

#index {
	height: 125px;
	margin-top: 20px;
	background: url(imgs/index-fondo.jpg) no-repeat center top;
	position: relative;
	width: 100%;
}
#index .entrar  {
	width: 180px;
	position: relative;
	float: left;
	text-align: center;
	margin-top: 20px;
}
.central {
	border-right: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
}
.contenedor {
	list-style: none;
	display: block;
	width: 542px;
	padding: 0px;
	position: relative;
	margin: 0px auto;
}
.entrar p {
	font-size: 0.83em;
	line-height: 1.5em;
	margin: 0px;
}
.credito {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	padding: 0px;
	border-bottom: 1px dotted #CECEB4;
	width: 150px;
	margin: 10px auto;
	position: relative;
}
.credito a {
	color: #999966;
	font-weight: normal;
}
