@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	
	-webkit-font-smoothing: antialiased;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body
{
	background-image:url(../imgs/fondo.jpg);	
	background-repeat:repeat;
	margin: 0px;
}

@font-face 
{ 
	font-family: rambla_regular; 
	src: url(../fonts/rambla-regular.otf);
}

img 
{
	border:0px;
}

a
{
	font-family: rambla_regular;
	color:#FFF;
	text-decoration:none;

}

a:hover 
{
	text-decoration:underline;
}

#site
{
	width:960px;
	top:0px;
	left:50%;
	margin-left:-480px;
	position:relative;
	margin-top: 25px;
}

#header
{
	height: 115px;
}

#footer
{
	text-align: right;
	margin-top: 35px;
}


/* SLIDER */
.slider
{ 
	position: relative; overflow: auto; 
	border-bottom: 4px solid white;
}
.slider li
{
	list-style: none; 
}
.slider ul li
{
	float: left; 
	font-family: rambla_regular;
	font-size: 24px;
	color: white;
	height: 415px;
} 
