/* ============================= */
/* Estilos EL DEBATE pregon */
/* ============================= */


/* === GENERALES =============== */

* {
	margin: 0;
	padding: 0;
}
body {
	background : #FFFFFF;
	color: #444444;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
}
a {
	color: #62781f;
	text-decoration: underline;
}
#todo {
	margin-right: auto;
	margin-left: auto;
	width: 955px;
}
/* ============================= */

/* === ENCABEZADO ============== */
.encabezado {
	background: #fafec1;
	color: #a9ab83;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 10px;
}
.encabezado a, .encabezado img {
	text-decoration: none;
	border-style: none;
}
.encabezado a:hover {
	font-weight: bold;
}
/* ============================= */
/* === CONTENIDO =============== */
#contenido .titulo_seccion_verde {
	color: #fafec1;
	background: #728534;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0 5px 30px;
	margin-bottom: 5px;
}
#contenido .titulo_seccion_gris {
	color: #444444;
	background: #dddddd;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0 5px 30px;
	margin-bottom: 5px;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
}
#contenido .titulo_nota {
	color: #535353;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 1.1em;
	font-weight: bold;
}

#contenido .titulo_nota a {
	color: #777777;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Times New Roman, Times, serif;
	font-size: 21px;
	line-height: 1.1em;
	font-weight: bold;
}

#contenido .titulo_nota a:hover {
	color: #575757;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Times New Roman, Times, serif;
	font-size: 21px;
	line-height: 1.1em;
	font-weight: bold;
}
#contenido .fondoamarillo .titulo_nota {
	color: #62781f;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Times New Roman, Times, serif;
	font-size: 23px;
	line-height: 1.1em;
	font-weight: bold;
}
#contenido .fondoamarillo .titulo_nota a {
	color: #62781f;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: bold;
}
#contenido .fondoamarillo .titulo_nota a:hover {
	color: #475716;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: bold;
}
#contenido p {
	margin-top: 1em;
	margin-bottom: 1em;
}
#contenido .fondoamarillo {
	background: #fafec1;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #728534;
}
.columna_izq {
	padding-right: 10px;
}
.columna_der {
	padding-left: 10px;
	border-left: 1px solid #aaaaaa;
}
#contenido .titulo_suplemento {
	color: #fafec1;
	background: #728534;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 0 1px 3px;
	text-align: left;
}
/* ============================= */
/* === BOTONERA ================ */
#botonera {
	font-size: 11px;
	padding-right: 10px;
}
#botonera h2 {
	background: #728534;
	color: #fafec1;
	font-size: 11px;
	padding: 3px;
}
#botonera div.grupobotonera2 h2 {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#botonera div.grupobotonera2 h2 a {
	background: #4e5b24;
	color: #fafec1;
	font-size: 10px;
	padding: 3px;
	border-top: 1px solid #faffc1;
	display: block;
	text-decoration: none;
}
#botonera div.grupobotonera2 h2 a.seleccionado {
	background: #323a17;
	color: #DDDDDD;
	font-size: 10px;
	padding: 3px;
	border-top: 1px solid #faffc1;
	display: block;
	text-decoration: none;
}
#botonera div.grupobotonera2 h2 a:hover {
	background: #323a17;
	color: #DDDDDD;
	font-size: 10px;
	padding: 3px;
	border-top: 1px solid #faffc1;
	display: block;
	text-decoration: none;
}
#botonera div.grupobotonera {
	margin-bottom: 10px;
}
#botonera div.grupobotonera a {
	background: #faffc1;
	border-top: 1px solid #718535;
	color: #444444;
	display: block;
	padding: 1px 3px;
	text-decoration: none;
}
#botonera div.grupobotonera a.seleccionado {
	background: #dddddd;
	border-top: 1px solid #718535;
	color: #444444;
	display: block;
	padding: 1px 3px;
	text-decoration: none;
}
#botonera div.grupobotonera a:hover {
	background: #dddddd;
	border-top: 1px solid #718535;
	color: #444444;
	display: block;
	padding: 1px 3px;
	text-decoration: none;
}
#botonera .rio {
	margin-bottom: 10px;
	background: #dddddd;
	padding: 5px;
	margin-top: 25px;
}
#botonera .rio h2 {
	color: #ffffff;
	background: #444444;
	padding: 3px;
	margin-right: -5px;
	margin-left: -5px;
	margin-top: -5px;
}
#botonera .rio table {
	border-bottom: 1px solid #444444;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ============================= */
/* === DERECHA ================= */
#derecha {
	background: #dddddd;
	border-left: 10px solid #ffffff;
	text-align: center;
}
#derecha .banners {
	background: #333333;
	padding: 3px;
	border-bottom: 5px solid #ffffff;
}
#derecha .banners img {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ============================= */
/* === PIE ===================== */
#pie {
	border-bottom: 1px solid #728534;
	margin-bottom: 20px;
}
#pie p {
	background: #728534;
	color: #fafec1;
	font-size: 10px;
	border-bottom: 1px solid #ffffff;
	margin-top: 40px;
}
/* ============================= */

