/********************************
=DEFAULTS
********************************/
body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 75%;
	line-height: 141%;
	text-align: center;
	}


/*** Peticion ID 0102394 ***/		
#pagina {
	background: white;
	display: inline-block;
	width: 980px;
	margin: 2px auto;
	text-align: left;
	position: relative;
}

.fila {width: 100%;}
.col, .colder {margin: 0 5px; 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; cursor: pointer;}
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
********************************/
#colp{width:930px;}/*CLASE PARA COL-P a todo el ancho*/
#colp #col-p {width: 930px;} .p #col-p {width: 946px; margin: 0;}
#col-p {width: 630px;}
#col-s {width: 300px;}
/*#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;
	}