/* CSS Document */

{margin:0; padding:0;}
body {
font-family: Arial;
background:#000;
}
div {
max-width: 960px;
position: relative;
margin: 0px auto 0px auto;
}
header {
width: 100%;
}
header nav {
float: right;
margin: 35px 0 0 0;
}
header nav ul li { float: left; list-style-type: none;border-right: 2px solid #FFF;}
header nav ul li a{ color:#FFF; text-decoration:none; margin:10px; padding:10px;}
section {
width: 90%;
background: #FFF;
min-height: 400px;
padding: 5%;
}
section article {
width: 75%;
float: left;
}
#TP {color:#F15C24; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size: 30px; background:#314679; padding: 5px 8px;}

section aside {
width: 25%;
float: right;
}
footer {
width: 100%;
display: table;
padding: 15px 0 0 0;
}
footer p {
font-size: 10px;
color: #FFF;
text-align: center;
}
/* solo para celulares */


@media screen and (max-width:320px){
	

	section article{width:100%;}
	section aside{width:100%; display:none}
}

