BODY {
	margin:0;
	padding:0;
	background-color: rgb(239,229,207);
}

a {
	color: #000080;
	font-family: Arial;
	text-align: center;
	font-size: 0.7em;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.noticias {
	color: #8C0018;
	text-decoration: none;
	font-size : 1em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align: center;
	text-decoration: underline;
}
a.noticias:hover {
	text-decoration: none;
}

a.encuestas {
	color: #000080;
	text-decoration: none;
	cursor: pointer;
}
a.encuestas:hover {
	color: #00f;
	text-decoration: underline;
	cursor: pointer;
}

.izq {
	text-align: left;
}
#subr {
	text-decoration: underline;
	font-size: 0.9em;
}

.titIzq {
	color: maroon;
	font-family: Verdana;
	font-size: 1.1em;
	text-decoration: underline;
	font-weight: bold;
}

.cuerpoIzq {
	color: #000080;
	font-family: Arial;
	text-align: left;
	font-size: 1em;
}

.cuerpoCent {
	color: #000080;
	font-family: Arial;
	text-align: center;
	font-size: 1em;
}

.titulo {
	background: rgb(239,229,207);
	color: white;
	font-family: Arial;
	text-align: left;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}

.borde {
	border : thin solid #000080;
}

.txt {
	color : Navy;
	background-color : transparent;
	font-family : Arial;
	font-size : 0.8em;
	font-weight : bold;
}
#kk {
	font-size : 0.7em;
}

.pie {
	color : #fff;
	background: #000080;
	font-family: Arial;
	text-align: left;
	font-size: 0.7em;
	text-align: center;
}

.encabezado {
	background-color : Maroon;
	text-align : center;
	font-family : Arial;
	color : #fff;
	font-weight : bold;
	font-size : 0.8em;
}

.btnSubPortada {
	background-color : #E7DEDE;
	color : #8C0018;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-weight : bold;
	text-align : center;
	cursor : pointer;
}

/* Francis Tablas */
table.tbl_todo {
	border-collapse:collapse;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	border:0;
}
table.tbl_todo tr,
table.tbl_todo td,
table.tbl_todo th {
	padding:0;
	margin:0;
	border:0;
}

/* Francis Genérico */
.vtop { vertical-align:top }
.vmiddle { vertical-align:middle }
.vbottom { vertical-align:bottom }
.tcenter { text-align:center }
.tleft { text-align:left }
.tright { text-align:right}
.tjustify { text-align:justify }
.fleft { float:left }
.fright { float:right }
.limpia { clear:both }
.mauto { float: right; width: 80% }
.margin10 { margin: 10px 0 !important }
.tmargin10 { margin-top: 10px !important }
.bmargin10 { margin-bottom: 10px !important }
.pad10 { padding: 10px 0 !important }
.tpad10 { padding-top: 10px !important }
.bpad10 { padding-bottom: 10px !important }
.bpad15 { padding-bottom: 15px !important }

h2 { margin: 0 0 25px 0; }

ul.nivel1 {
	list-style: none;
/*
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(/images/flechaAzul.gif);
*/
	margin: 0;
	padding: 0;
}
ul.nivel1 li {
	background-image: url(/images/flechaAzul.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 18px;
}
ul.nivel1 li.sep5 {
	background-image: url(/images/flechaAzul.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px
}

ul.nivel1 ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 5px;
	margin-left: 0;
	margin-top: 5px;
}
ul.nivel1 ul li {
	background: none;
	padding: 0;
	margin: 0;
	line-height: 0.8em;
}

/* Francis específico */
#barra_pie { padding: 5px 0 }
#barra_pie td { width: 25% }

