/********************************
=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
********************************/
#col-p {width: 710px; margin: 0 10px 0 0;}
#col-s {width: 240px;}
/*#col-a {width: 180px;}
#col-x {width: 180px;}

.pxas #col-s, .pxas #col-a {float: right;}

.psxa #col-sp, .psxa #col-ax {float: left; width: 400px;}
.psxa #col-s, .psxa #col-a {float: right;}

.xaps #col-sp, .xaps #col-ax {float: right; width: 400px;}
.xaps #col-s, .xaps #col-a {float: right;}

.paxs #col-sp {width: 800px;}
.paxs #col-s {float: right;}*/
/********************************
=UTILES
********************************/
.jump, hr {display: none;}
.clear {
	display: block;
	background: transparent;
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
	}