/* 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; padding:10px; margin:10px;}
section{ width:90%; background:#FFF;  min-height:400px; padding:5%;}
section article{ width:75%;float:left;}
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;}

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: 600px;
padding: 5%;
}
section article {
width: 33%;
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: left;
}

.link-tp { margin: 20px 0px 0px 0px;}

.foto-tp { margin: 20px 0px 0px 0px;}

.texto { margin: 20px 0px 0px 0px;}

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) {
	header{ width:100%; height:150px;}
	section article{ width:100%;}
	section aside{ width:100%; font-size:10px; display:none;}
	header nav{ float:none; width:100%; background:#096;}
	header nav ul li a{ color:#FFF; text-decoration:none; padding:10px; margin:0px; font-size:10px;}

}













