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


@font-face { src: url(spaperro.ttf);
             font-family:noti;

      }

body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/fondo/3.jpg);
	background-repeat:repeat-x;
	}

#contenedor{

	width:800px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}	
	

nav{
	width:660px;
	height:25px;
	position:absolute;
	top:47px;
	left:146px;
}

nav ul li{
	width:123px;
	height:25px;
	float:left;
	text-indent:-9999px;
}

nav ul li a{
	background-image:url(../img/menu2.png);
	width:123px;
	height:27px;
	display:block;
}

#inicio_btn a{
	background-position:0px 0px;}
	
#hombres_btn a{
	background-position:-123px 0px;}

#mujeres_btn a{
	background-position:-246px 0px;}

#tablas_btn a{
	background-position:-369px 0px;}

#eventos_btn a{
	background-position:-492px 0px;}




#inicio_btn a:hover{
	background-position:0px -27px;}
	
#hombres_btn a:hover{
	background-position:-123px -27px;}

#mujeres_btn a:hover{
	background-position:-246px -27px;}

#tablas_btn a:hover{
	background-position:-369px -27px;}

#eventos_btn a:hover{
	background-position:-492px -27px;}
	
#general{     background-position:bottom right;
			  background-color: rgba(255,153,0,.3);
			   border-radius:0px 0px 20px 20px;
			  margin-bottom:120px;
			  }	

h3{font-size:20px; font-family:noti; margin-top:0px;
color: rgba(255,255,255,1); text-align:center;
}			  
	
.parrafo { font-family:noti; font-size:10px; margin-top:0px; color:rgba(255,255,255,1)
} 
	
footer{
	background-image:; width:100%;
	height:140px;
	position:fixed;
	bottom:0px;
	font-size:14px;
	color:#FFF;
	line-height:140px;
	text-align:center;
	z-index:1;
	
	}
	