body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	color: #000000;

	background-color: #FFFFFF;

}

body, td, th {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;

}

form {
	margin: 0px;
}

input, textarea {
	border: 1px solid #000000;
	background: #FFFFFF;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

submit, button, .boton {
	border: 1px solid #000000;
	background: #FFFFFF;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	background: #FFCC00;
}

a.hidden, a.hidden:visited {
	color: #000000;
	background: none;
}

a.hidden:hover, a.hidden:active {
	color: #0000CC;
	background: none;
}

a.blanco, a.blanco:visited {
	color: #FFFFFF;
}

a.blanco:hover, a.blanco:active {
	color: #000000;
}

a.a100, a.a100:hover {
	display: block;
	width: 100%;
}

a.a100_blanco, a.a100_blanco:visited {
	display: block;
	width: 100%;
	color: #FFFFFF;
}

a.a100_blanco:hover, a.a100_blanco:active {
	display: block;
	width: 100%;
	color: #000000;
}

a.header_link, a.header_link:hover, a.header_link:active, a.header_link:visited {
	display:block; 
	width:100%; 
	height:100%;
	background: none;
}

img {
	border: 0;
}

.titulo_chico {
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	font-size: 10px;
}

.titulo_grande {
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}

div#wrapper {

	width: 995px;
	overflow: hidden;

}

div#wrapper769 {

	padding: 0px;
	margin: 0px;
	float: left;
	width: 769px;
	overflow: hidden;

}

div#abajo {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 10px;
}

div#multiLogin {
	text-align: center;
	padding-bottom: 4px;
}

div#multiLogin_nombresYinputs {
	padding: 5px;
}

.multiLogin_input {
	font-size: 9px;
	font-weight: bold;
	width: 140px;
}

.multiLogin_boton {
	border: 1px solid #000000;
	background: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	width: 55px;
	width: 100%;
}

.multiLogin_nombres {
	font-size:10px;
	text-align: left;
}

.multiLogin_inputs {
	padding-right: 2px;
}

div#arriba {

	position: relative;
	margin-top: 5px;
	background: url(fotos/comun/arriba.jpg);
	background-repeat: no-repeat;
	height:100px;
	width: 769px;
	border-bottom: 5px solid #000000;

	/*
	position: absolute;
	left: 0px;
	top: 5px;
	background: url(fotos/comun/arriba.gif);
	background-repeat: no-repeat;
	height:100px;
	width: 769px;
	border-bottom: 5px solid #000000;*/

}

div#columnaIzquierda {

	position: relative;
	float: left;
	padding-left: 5px;
	margin-top: 340px; /* +20 por cada menu */
	width: 120px;
	
	background: #FFFFFF;
	
	overflow: hidden;

	/*
	position: absolute;
	left: 5px;
	top: 385px;
	width: 120px;
	
	background: #FFFFFF;
	
	overflow: hidden;*/

}

div#columnaDerecha {

	position: relative;
	float: left;
	margin-left: 16px;
	margin-top: 5px;

	width: 202px;

	background: #FFFFFF;
	
	padding-right: 5px;
	
	overflow: hidden;
	
	/*
	position: absolute;
	left: 785px;
	top: 5px;
	width: 202px;

	background: #FFFFFF;
	
	padding-right: 5px;
	
	overflow: hidden;
	*/

}

div#centro {

	position: relative;
	float: left;
	margin-top: 11px;
	margin-left: 15px;
	width: 629px;
	
	overflow: hidden;

}

div#centro_columna_izquierda {

	position: relative;
	float: left;
	clear: both;
	width: 307px;
	
	overflow: hidden;

}

div#centro_columna_derecha {

	position: relative;
	float: right;
	clear: right;
	width: 307px;
	
	overflow: hidden;

}

/* INICIO NOTICIA */

.noticia_principal_borde {
	border-left: 1px dashed #000099;
	border-right: 1px dashed #000099;
	border-top: 1px dashed #000099;
	margin-top: 20px;
}

.noticia_principal_borde:hover {
	background: #FDF7C6;
	cursor: default;
}

.noticia_principal_adentro {
	padding-left: 10px;
	padding-right: 10px;
}

.noticia_principal_titulo {
	
	margin-top: 10px;
	margin-bottom: 12px;

	font-size:24px;
	font-weight: bold;

}

.noticia_principal_cuerpo {

	width: 100%;

	font-size: 12px;

	padding-bottom: 12px;

}

.noticia_principal_leerMas {

	font-size: 11px;
	font-weight: bold;
	background: #EFEFEF;
	text-align: right;
	
	border-bottom: 1px solid #000000;
	padding-right: 10px;
	margin-top: 4px;
	
	clear: both;

}

.noticia_principal_leerMas:hover {
	background: #FFCC00;
}

.noticia_principal_postedBy {

	width: 100%;
	clear: both;
	
/*	margin-bottom: 15px;*/

	font-size: 10px;

}

.noticia_principal_postedBy_autor {

	float: left;

}

.noticia_principal_postedBy_comentarios {

	float: right;
	
	text-align: right;

}

/* FIN NOTICIA */

.aSeguirLeyendoAnteriores {

	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	display: block;
	width: 100%;
	
	background: #FFCC00;

}

/* INICIO NOTICIAS COLUMNA SECUNDARIA */

.noticia_secundaria_borde {
	border-left: 1px dashed #000099;
	border-right: 1px dashed #000099;
	border-top: 1px dashed #000099;
	margin-top: 20px;
}

.noticia_secundaria_borde:hover {
	background: #FDF7C6;
	cursor: default;
}

.noticia_secundaria_adentro {
	padding-left: 10px;
	padding-right: 10px;
}

.noticia_secundaria_titulo {

	margin-top: 10px;
	margin-bottom: 8px;

	font-size:17px; font-weight: bold;

}

.noticia_secundaria_cuerpo {

	width: 100%;

	font-size: 12px;
	
	margin-bottom: 12px;

}

.noticia_secundaria_leerMas {

	font-size: 11px;
	font-weight: bold;
	background: #EFEFEF;
	text-align: right;
	
	border-bottom: 1px solid #000000;
	padding-right: 10px;
	margin-top: 4px;
	
	clear: both;

}

.noticia_secundaria_leerMas:hover {
	background: #FFCC00;
}

.noticia_secundaria_postedBy {
	
	width: 100%;
	
/*	margin-bottom: 15px;*/

	font-size: 10px;

}

.noticia_secundaria_postedBy_autor {
	float: left;
}

.noticia_secundaria_postedBy_comentarios {
	float: right;
	text-align: right;
}

/* FIN NOTICIAS COLUMNA SECUNDARIA */

.divConFondo {
	font-size: 11px;
	background: #FDF7C6;
}

.divConFondo_adentro {
	padding:4px;
}

.divConFondo_adentro_items {
	padding-top: 2px;
	padding-bottom: 2px;
}

.auspicio {
	padding-top: 3px;
	padding-bottom: 3px;
}

div#seccion_imagenes {

	margin-top: 20px;

}

div#seccion_imagenes_titulo {

	background: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	width: 190px;
	text-align: center;

}

div#seccion_imagenes_thumbs {

	overflow: hidden;
	padding: 3px;

}

div#seccion_contenido {

	overflow: hidden;

}

div#seccion_estatico_publicadoPor {

	border-top: 1px solid #000000;

	padding-top: 2px;
	margin-top: 20px;

}

div#seccion_estatico_publicadoPor_autor {

	float: left;

}

div#seccion_estatico_publicadoPor_fechas {

	float: right;
	text-align: right;

}

div#seccion_noticia_titulo {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}

div#seccion_noticia_resumen {
	padding: 12px;
	border: 1px dashed #000099;
	margin-bottom: 15px;
	font-size: 12px;
}

div#seccion_noticia_contenido {
	font-size: 14px;
}

.seccion_comentarios_input {
	width: 440px;
	float: right;
}

.ssm_pageLinks {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.ssm_pageCurrent {
	color: #CCCCCC;
}

.ssm_pageLink {
	/* uso igual al default */
}
