/********************************
=DEFAULTS
********************************/
body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 75%;
	line-height: 141%;
	text-align: center;
	}
#pagina {
	width: 975px;
	margin: 2px auto;
	text-align: left;
	}
.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;}
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: 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;
	}
/*********************************/
.tituloTH, #vistaAviso .tituloTH, #vistaCVUniversia .tituloTH, #vistaCVUniversia .tablaCeleste {
	background-color:#EAEAEA;
	font-weight: bold;
	font-size: 16px;
	text-transform: capitalize;
	padding: 2px 6px;
	}
.tituloTH {
	background-color: white;
	font-size: 18px;
	}
#col-p p.currNombre {
	font-size: 1.9em;
	}
/*********************************/
#col-p #UIcuerpoNoticia p, #col-p #UIcuerpoNoticia h2 {
	padding: 0;
	margin-bottom: .8em;
	}
.UInuevoBanner {
margin-bottom:12px;
margin-left:0;
margin-right:0;
margin-top:12px;
text-align:center;
}
