/* --------------------------------------------
* Organización de la CSS:
*    Base
*    Encabezados
*    Listas
*    Párrafos
*    Tablas
*    Formularios
*    Enlaces
*    Imágenes
*    Span
*    Strong
*    Layout y otros
----------------------------------------------- */
html {
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent url(http://www.deaviles.com/fw/background.gif) 100% 95% no-repeat;
}
body {
	font-family: monospace;
	position: relative;
	margin: 82px 4% 20px;
	padding: 0 40px 10px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #999 #000 #000 #999;
	min-height: 50em;
}
p,li,dd {
	margin: 0 0 .5em;
	line-height: 1em
}
abbr,acronym {
	cursor: help;
}
#cabecera a img,hr {
	display: none;
}
.titulo-menu,.navegacion-secundaria {
	position: absolute;
	left: -6000px;
}
/* --------------------------------------------------- Encabezados --------------------------------------------------- */
h1 {
	margin: 50px 0 0 .3em;
	font-size: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 2em;
	margin: 0;
	border-bottom: 1px solid;
}
h3 {
	font-size: 1.6em;
	text-decoration: underline;
	margin: 0 0 .2em;
}
h4 {
	font-size: 1.3em;
	margin: .5em 0 .1em;
}
/* --------------------------------------------------- Listas --------------------------------------------------- */
ul {
	margin: .5em 3em 1em;
	padding: 0;
}
li {
	list-style: circle;
	margin: .5em;
	line-height: 1em;
}
dt {
	font-weight: bold;
	clear: both;
}
#menu-herramientas ul {
	clear: both;
	margin: 0 0 1em;
	padding: 0;
}
#menu-herramientas li {
	display: inline;
	list-style: none;
	padding: 0;
	font-style: italic;
	font-size: .9em;
	margin-right: 0;
}
#menu-opciones ul,
#menu-opciones li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#menu-opciones li {
	margin-bottom: .5em;
	font-style: italic
}
#menu-opciones li.linkActivo {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
.patrocinadores dt {
	display: none;
}
.patrocinadores li {
	list-style: none;
	margin: 0 5px;
}
.patrocinadores * {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.sugerencias ul {
	float: none;
}
.subsecciones ul {
	float: left;
}
.item-mini dl.estilos {
	margin-left: 0;
}
.item dl.estilos ul {
	text-align: left;
	float: none;
	margin: 0 10px 20px 170px;
	width: auto;
}
.estilos dd {
	position: relative;
}
.item .estilos dd {
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
#contenido .estilos li {
	list-style: none;
}
dl.actualidad dd {
	font-style: italic;
	margin: 0 1em 1em;
}
li.feed {
	list-style: none;
	text-align: right;
}
li.ultimo-item {
	list-style: none;
	float: left;
}
ul.thumbnails {
	margin: 0;
	padding: 0;
}
.thumbnails li {
	float: left;
	list-style: none;
	padding: 0;
	text-align: center;
	width: 16%
}
.rss dd {
	margin-left: 2em;
}
#contenido dl.desplegableAbierto dt,#contenido dl.desplegableCerrado dt {
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 2px
}
#contenido dl.desplegableAbierto dd,#contenido dl.desplegableCerrado dd {
	text-align: left;
}
#contenido dl.desplegableAbierto ul,#contenido dl.desplegableCerrado ul {
	margin-left: 20px;
}
#contenido dl.desplegableCerrado,#contenido dl.desplegableAbierto,#contenido dl.desplegableCerrado *,#contenido dl.desplegableAbierto * {
    margin: 0;
	 padding: 0;
    background: none;
}
/* --------------------------------------------------- Párrafos --------------------------------------------------- */
.thumbnails li p {
	text-align: center;
	padding: 0;
	margin: 0;
}
.item-mini p,.item p {
	clear: both;
	margin: .5em;
	line-height: 1.2em;
}
#cabecera p {
	font-weight: bold;
	float: right;
	padding: 0;
	margin-bottom: 0
}
#cabecera p.lema {
	text-decoration: none;
	float: left;
}
.anterior-seccion,.siguiente-seccion {
	clear: none;
	width: 40%;
	float: left;
	color: #000;
	background-color: #CCC;
	padding: 2px 0;
}
.anterior-seccion {
	clear: left;
}
.siguiente-seccion {
	float: right;
}
p.center,
.botones {
	text-align: center;
}
p.info-legal {
	margin: auto 30px;
}
dl.actualidad dd p {
	margin: 0;
}
/* --------------------------------------------------- Tablas --------------------------------------------------- */
table {
	width: 90%;
	border-collapse: collapse;
	margin-left: 5%;
	margin-bottom: 15px;
}
caption {
	width: 90%;
	margin-left: 5%;
	font-weight: bold;
	font-size: .9em;
}
th,td {
	border: 1px solid #000;
	text-align: center;
	height: 1.8em;
}
th {
	font-weight: bold;
	color: #000;
	background-color: #CCC;
}
/* --------------------------------------------------- Formularios --------------------------------------------------- */
input {
	border-width: 0 0 1px 0;
	border-color: #000;
	border-style: solid;
	width: 70%;
}
textarea {
	border: 1px solid;
	width: 70%;
}
.botones input {
	text-align: center;
	border: 1px solid;
	width: auto;
}
legend {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px;
}
.label {
	display: block;
}
/* --------------------------------------------------- Enlaces --------------------------------------------------- */
a {
	color: #000;
}
#cabecera a {
	border: none;
	margin: 0;
	text-decoration: none;
}
h2 a,
#menu-opciones a,
#menu-herramientas li a,
table a,
.anterior-seccion a,
.siguiente-seccion a {
	text-decoration: none;
}
#menu-herramientas li a:hover,
#menu-herramientas li a:focus {
	text-decoration: underline;
}
.anterior-seccion a {
	float: left;
}
.siguiente-seccion a {
	float: right;
}
/* --------------------------------------------------- Imágenes --------------------------------------------------- */
img {
	border: 1px solid;
}
a img {
	border: none;
}
.item-mini .decorador {
	display: inline;
	width: 100px;
	height: 75px;
	margin-right: 20px;
}
.photo {
	float: left;
	border: 1px solid;
	margin-right: 5px;
}
#contenido .bloque-importante .estilos img {
	width: 80px;
	height: 55px;
	float: left;
	margin: 0 10px 10px;
}
.decorador {
	display: block;
	margin: auto;
}
.item dl.estilos img {
	position: absolute;
	left: 10px;
}
.vcard .photo {
	float: none;
}
/* --------------------------------------------------- Span --------------------------------------------------- */
#cabecera h1 span {
	margin-left: -.3em;
	background-color: #000;
	color: #FFF
}
#cabecera span.edicion {
	color: #000;
	background-color: #FFF;
}
#contenido dt span.mas-info {
	float: none;
	width: auto;
	height: auto;
	padding: 0;
	display: inline;
}
.cal {
	font-weight: bold;
	color: #000;
	background-color: #CCC;
}
.adr {
	display: block;
}
/* --------------------------------------------------- Strong --------------------------------------------------- */
.item-mini p strong {
	display: block;
	margin-top: 10px;
	clear: both;
}
/* --------------------------------------------------- Layout y otros --------------------------------------------------- */
#cabecera {
	position: relative;
	text-align: left;
	margin: 0 !important;
	margin: 0 0 100px;
	border-bottom: 1px solid #999;
	padding-top: 20px;
	background: transparent url(http://www.deaviles.com/fw/minilogo.png) 100% 99% no-repeat;
}
#menu-herramientas {
	text-align: right;
	margin-top: 0!important;
	margin-top: -100px;
}
#menu-opciones {
	float: left;
	width: 15%;
	border-right: 1px solid;
	padding: 5px 5px 200px 0;
 	margin-top: 30px;
}
.patrocinadores {
	position: absolute;
	top: -81px !important;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	text-align: center;
	z-index: 2000
}
#contenido {
	float: right;
	width: 82%;
 	margin-top: 30px;
	text-align: justify;
}
.item,.item-mini {
	float: left;
	clear: both;
	margin-bottom: .5em;
	border-bottom: 1px dashed;
	padding-bottom: .5em;
	width: 99%;
}
.subsecciones,.nota,.sugerencias {
	clear: both;
}
.sugerencias {
	width: 90%;
	float: left;
}
.vcard,address {
	text-align: center;
}
#pie {
	text-align: right;
	border-top: 1px solid #999;
	padding-top: 10px;
	clear: both;
}