/*  CSS creado por Cuarto Studio Diseņo
	www.cuartostudio.cl
	(cc) Algunos derechos reservados */


body {
	background-color: #000;
	margin: 0;
	padding:0;
	border:0;
	text-align:center;
}

*  {
	margin: 0;
	padding: 0;
}

a {
	color: #363636;
	text-decoration: none;
}

h1 {
	display: none;
}

p {
	display: none;
}

#index {
	background-color: #1a1b1c;
}

#contenedor {
	width:982px;
	height: 566px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -283px 0 0 -491px;
	overflow: auto;
}

/*#contenedor {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

#box {
	width:982px;
	height: 566px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -283px 0 0 -491px;
}*/

.center {
	margin: 0 auto;
	padding: 0 0 0 0;
	width:982px;
	height: 540px;
	text-align:center;
}

.center-index {
	margin: 0 auto;
	padding: 0 0 0 0;
	width:330px;
	text-align:center;
	background-color: #1a1b1c;
	color: #4d4d4d;
}

.logo {
	margin: 0 auto;
	padding: 170px 0 70px 0;
	text-align:center;
}

ul#nav {  
	list-style: none;
	margin: 0 auto;
	padding: 0 0 0 77px;
}

ul#nav li {
	padding: 0;
	float: left;
}

ul#nav li a {
	display: block;
	text-decoration: none;
}

ul#nav li a:hover {
	background-position: top;
}
	
ul#nav li a span {
	display: none;
}

#english {
	background-image: url(../images/english-buttom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 63px;
	height: 13px;
	padding: 0 22px 0 0;
}

#espanol {
	background-image: url(../images/espanol-buttom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 67px;
	height: 13px;
	border-left: 1px solid #666;
	padding: 0 0 0 21px;
}

.foot {
	margin: 0 auto;
	padding: 0px 0px 0 0;
	width:955px;
	height: 22px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4d4d4d;
	text-decoration: none;
	vertical-align: top;
	background-image: url(../images/cs.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.foot-index {
	margin: 0 auto;
	padding: 90px 0 0 0;
	width:330px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4d4d4d;
	text-decoration: none;
}