body {
background-color : #75815f;
background-image : url('imagenes/Bottom_texture.jpg'); /* cuando esté soportado, cambiar por gradient*/
background-repeat : repeat-x;
background-attachment : fixed;
}

header, nav, footer, article, section{
	display : block;
}
header, nav, section, footer {
	border-style : solid;
	border-width : 1px 1px 0;
	width : 720px;
	margin: 0 auto 0 auto;
}

section.wide {
	width: 830px;
}

header {
	margin-top : 16px;
	height : 200px;
	background-image : url('imagenes/header.png');
	background-repeat : no-repeat;
	background-position : center;
}

emph {
	font-style: italic;
}

.eslogan {
	color : #eee0e0;
	position : relative;
	top : 0;
	width : 280px;
	text-align : center;
}
.eslogan a {
	color : inherit;
	text-decoration : none;
}
.eslogan h1 {
	font-family: "Times New Roman", Georgia, Times, Serif;
	padding : 0;
	margin : 0;
	font-size : 25px;
}
.eslogan h2 {
	font-family: "Courier New", Courier, Monospace;
	padding : 0;
	margin : 0;
	font-size : 10px;
}


nav {
	padding: 0;
	background-color : #a2ad90;
	height : 28px;
}
nav ul {
	padding: 0 0 0 6px;
	margin-top: 6px;
}
nav li {
	color: #ddeedd;
	display: block;
	padding : 3px 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	margin-left : 0;
	border-top-left-radius : 8px;
	border-style : solid;
	border-width : 1px 1px 1px 1px;
	border-color : #555e45;
	background-color : #707b5d;
	list-style : none;
	float : left;
}
nav .actual {
	color: #444433;
	border-bottom-color: #eee;
	background-color : #eee;
}
nav a {
	color: inherit;
	text-decoration : none;
}

nav li li {
	float: none;
	font-size: 12px;
	border-top-left-radius: 0;
	border-width: 0;
}
nav li ul {
	border-style: solid;
	border-width: 1px;
	border-color: #555544;
	display: none; 
	position: absolute;
	margin: 3px 0 0 -13px;
	padding: 0;
	width: 12em;
}
nav li:hover ul {
	display: block;
}
nav li:hover {
	background-color: #ddeecc;
	color: #444433;
}

section h1 {
	font-size: 2em;
	font-family: times, serif;
	line-height: 1em;
	color: #3b4130;
}
section h3 a {
	color: #000088;
}

section li {
	list-style-image : url("imagenes/postbullets.png");
	line-height: 120%;
	padding-bottom: 10px;
}
section a {
	color: #5D5446;
	text-decoration: none;
}
section a:hover {
	color: #341713;
	text-decoration: underline;
}
article {
	padding : 20px;
	background-color : #eee;
	color: #341713;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 140%;
}

article table {
	font-size: 80%;
	width:60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

article table td{
	padding: 0px 12px 0px 12px;
	text-align: left;
}

table {
	width: 655px;
	font-family: Verdana, sans-serif, Arial;
	text-align: center;
	font-size: 11px;
	color: #404040;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
}
th {
	border: 1px solid #00a;
	padding: 6px 8px 6px 8px;
}
td {
	border: 1px solid #77f;
	padding: 6px 12px 6px 12px;
}

ul.simple {
	-webkit-column-count: 3; -webkit-column-gap:20px;
	!-moz-column-count:3; -moz-column-gap:20px;
	!-o-column-count:3; -o-column-gap:20px;
	!column-count:3; column-gap:20px;
}
ul.simple li {
	list-style: none;
	line-height: 100%;
	padding-bottom: 5px;
}
ul.featured li {
        color: black;
        display: inline;
        list-style-type: none;
        padding-right: 30px;
}

.nota {
	color: navy;
	font-weight: bold;
}
p.llamada {
	font-size: 80%;
	color: #334444;
	margin: 0px;
}

footer {
	font-size : 11px;
	text-align : center;
	background-image : url('imagenes/footer_b.png'); /* cambiar por un gradiente */
	border-bottom-width : 1px;
	height : 62px;
}
footer a {
	text-decoration: none;
}
div.firma {
	margin-top : 9px;
	margin-left : 10px;
	position : absolute;
	display: block;
	background-image: url('imagenes/victoriafirma.png');
	height: 45px;
	width: 77px;
}
.zui p {
	color: #888;
	padding: 5px;
}
