/********************************
=DEFAULTS
********************************/
body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 75%;
	line-height: 141%;
	text-align: center;
	}
#pagina .paginaAux {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
.fila {width: 100%;}
.col, .colder {display: inline;}
.fila, .col {float: left;}
.colder {float: right;}

h1, h2, h3, h4, h5, h6, strong, b, th {font-weight: bold;}
a {text-decoration: underline;}
a:hover {text-decoration: none;}

/********************************
=COLUMNAS
-------------------------------
Reglas generales al diagramar columnas:
1) Sumar SIEMPRE al ancho de cada columna XXXpx de margen.
2) Todas las columnas DEBEN sumar un ancho máximo igual al ancho de la página
********************************/
.psa #col-p {width: 560px; margin-right: 10px;}
.psa #col-s {width: 220px; margin-right: 10px;}
.psa #col-a {width: 160px;}
.psa #col-x {display: none;}

.ps #col-p {width: 730px; margin-right: 10px;}
.ps #col-s {width: 220px; margin-right: 0;}
.ps #col-a {display: none;}
/********************************
=UTILES
********************************/
.jump, hr {display: none;}
.clear {
	display: block;
	background: transparent;
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
	}