
 * {         
	padding:0;
	margin:10;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


                                                         
body {
	margin: 0px;
	background-color: #312C77;
	background-size: contain;
	font: normal 18px/24px "times", serif;
}

:hover, :focus {
-webkit-transition: all 2s;
transition: all 2s;
border: none 0px;
}

img {
max-width: 100%;
height: auto;
width: auto\9; /* esto vale para ie8 */
}


div.cont {
width: 95%;
margin: auto;
padding: 0px;
height: auto;
background-color:Transparent;
}


div.white {
width: 100%;
margin: auto;
padding: 0px;
height: auto;
background: #fff;
}

div.black {
width: 100%;
margin: auto;
padding: 0px;
height: auto;
background: #111111;
}

@media only screen and (min-width: 1000px) {
	  div.cont {
	  width: 60%;
	  }

