@charset "utf-8";
/* MAQUETACION DE LA PAGINA */
* {padding:0; margin:0; outline:0;}
html, body {
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
height:100%;
margin:0;
outline:0;
font-family:'Montserrat', sans-serif;
font-size:16px;
color:#FFFFFF;
box-sizing:border-box; /* Para que no impacte el padding o el margin */
/* Para separar en sílabas */
hyphens:auto;
-webkit-hyphens:auto; /* Para navegadores webkit */
-moz-hyphens:auto;    /* Para Firefox */
-ms-hyphens:auto;     /* Para Internet Explorer */
word-break:break-word;
background:rgba(0,0,0,1.00);
}

a:link {
	color:#ffffff;
	text-decoration:none;
}
a:visited {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	text-decoration:none;
}
a:active {
	color:#ffffff;
	text-decoration:none;
}