/********************************
=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: 10px 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
********************************/

.spa #col-p {width: 750px;padding-right:10px;float:left;padding-bottom:15px;}
.spa #col-s {width: 190px;padding-right:10px;float:left;}
.spa #col-a {width: 200px;}
.spa #col-x {display: none;}

/* Columna Principal en #COL-P */
.spa .principal{float:left;width:550px;padding:0 0 20px 0;margin-top:10px;border-left:1px solid #CCC;margin-right:-1px;}
/* Columna Secundaria en #COL-P */
.spa .secundario{float:left;width:200px;}


.sp #col-p {width: 750px; padding-right:10px;float:left;padding-bottom:15px;}
.sp #col-s {width: 190px; padding-right:10px;float:left;}
.sp #col-a {display: none;}


.sp .principal{float:left;width:730px;padding:0 0 20px 0;margin-top:10px;border-left:1px solid #CCC;margin-right:-1px;}
.sp .secundario{display:none;}


/*.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;
	}