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



body{background-color: white;
margin-left:7px;}



/*MENU*/

#header{
	margin-top:60px;
	margin-bottom:-81px;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;

}

#header ul{ text-align:center;

}

/*MENU MOVIL*/
#headerPhone{ visibility:hidden;}


/*ACABA MENU MOVIL*/

.nav{ 
	text-align:center;
	padding-left:0;
	}
	
	
.nav li {
    display: inline;
	
}

.nav li a{	
	font-family: 'Spartan', sans-serif;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
	color:black;
	margin:0 14.5px;

}

.nav li a:hover{ 
	color: #CCC;
	transition: all .0.1s;

}

/*ACABA MENU*/





#tabla { 
	width:924px;
	margin:auto;
	padding:0;

}

	
.verticalText {
	writing-mode: vertical-lr;
	transform: rotate(360deg);
	height:289px;

}

.margeText{
	margin-top:-10px;
	width:490px;
	height:291px;
	position:relative;
	right:-22px;
	top:57px;

	}
	
.text{ 
	font-family: 'Space Mono', monospace; 
	font-weight:400;
	font-size:14px;
	line-height:22px;
	width:450px;
	padding-bottom:15px;
	text-align:right;
}

	
#shadowbox{ 	
/*	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
*/	margin:auto;
	width:923px;
 
}	
	
	
	
	
	

/*Footer*/

.redes{ margin-top:73px;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;

	
	
}

.redes a { text-decoration:none;}

.redes ul{
		margin-left:-38px;

	
	}

.redesGrupo{ text-align:center;
	
	}

.redesGrupo li {
    display: inline;
	padding:9.7px;
}
  
 
/*Text copyright-footer*/	 
.copy{ height:30px;
margin-left:1px;	margin-top:25px; 
	
	color:black; 
	font-size:70%; 
	text-align:center; 
	font-family:Verdana, Geneva, sans-serif;
}



@media (max-width: 1000px) {
	
body{ background-color:green;}
