/*
Diseņo por Kengreg modificado en el 2010 para super replicas
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#b3000a;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* cuerpo de la web */
body {
    background: #fff url(../images/back_01.jpg) no-repeat fixed bottom;
	
	color:#666;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:0.8em; font-family:trebuchet ms, helvetica, sans-serif
}

/* este es el contenedor de la web */
#container {
	background:url('../images/background_container.jpg') no-repeat;
	height:530px;
	left:50%;
	position:absolute;
	top:40%;
	width:760px; margin-left:-380px; margin-right:0; margin-top:-265px; margin-bottom:0
}

/* aqui va el menu de la pagina */
#navigation {	
	height:88px;
	padding:32px;
	width:696px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:right;
	height:85px;
	list-style:none;
	width:75px;
}
#navigation ul li a {
	color:#2f2e2e;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
}
#navigation ul li a:hover {
	background:url('../images/navigation.jpg') repeat-x;
	color:#111
}
#navigation ul li a.active {
	background:url('../images/navigation.jpg') repeat-x;
}

/* content */
#content {	
	height:320px;
	overflow:auto;
	padding:0 42px;
	width:676px;
}
#content h1 {
	color:#333;
	font-size:200%;
}

/* pie de pagina */
#footer {
	color:#fff;
	height:20px;
	padding:35px;
	text-align:right;
	width:696px;
}
#footer a {
	color:#fff;
}