/* @override http://www.lamaquinadeltemps.com/layout/pantalla.css */

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

/* recuerda definir los estilos "focus" si son necesarios */
:focus {
outline: 0;
}

body {
line-height: 1;
color: white;
background: #bcc7d4;
}

ol, ul {
list-style: none;
}

/* las tablas pueden necesitar el estilo "cellspacing=0" en sus definiciones */
table {
border-collapse: separate;
border-spacing: 0;
}

caption, th, td {
text-align: left;
font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: ;
}

blockquote, q {
quotes:  ;
}

/* Layout */

body {
	background-color: #bcc7d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	margin-top: 0;
}

/* Área de Layout */

#contenedor-borde {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	width: 970px;
	background-color: teal;
}

#border-no {
 	background-color: transparent;
	background-image: url(border-no.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#border-ne {
 	background-color: transparent;
	background-image: url(border-ne.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

#border-so {
 	background-color: transparent;
	background-image: url(border-so.png);
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

#border-se {
 	background-color: transparent;
	background-image: url(border-se.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#border-n {
 	background-color: transparent;
	background-image: url(border-n.png);
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

#border-s {
 	background-color: transparent;
	background-image: url(border-s.png);
	background-position: 50% 100%;
	background-repeat: repeat-x;
}

#border-e {
 	background-color: transparent;
	background-image: url(border-e.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#border-o {
 	background-color: transparent;
	background-image: url(border-o.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}

#contenedor {
	width: 930px;
	margin: auto;
	padding: 20px;
	background-color: transparent;
}

#cabecera {
	position: relative;
	height: 200px;
	background-image: url(cabecera-fnd.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#menuhorizontal {
	height: 28px;
	overflow: hidden;
	background-color: #3d5a9f;
	background-image: url(mnu-hor-fnd.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#menuhorizontal ul {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	list-style: none;
}

#menuhorizontal li {
	display: block;
	float: left;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	margin-left: 5px;
	margin-right: 0px;
}

#menuhorizontal li.seleccionado {
	background-image: url(mnu-hor-fnd-sel.png);
}

#menuhorizontal li a, #menuhorizontal li a:link, #menuhorizontal li a:visited {
	text-decoration: none;
	color: #f2f3fb;
}

#menuhorizontal li a:hover, #menuhorizontal li a:active {
	color: #bfc2e7;
}

#cuerpo {
	background-color: #d8e0e8;
	width: 930px;
	/* overflow: auto; Extiende la caja, desabilitado por problemas en DW CS2 */
}

#columna {
	width: 180px;
	float: left;
	background-color: #d8e0e8;
	padding-top: 0px;
}

#columna #menu {
	padding-top: 46px;
	background-position: top;
	background-repeat: no-repeat;
	clear: both;
	border-top: 1px solid #909ca6;
}

#columna #menu ul {
	margin-bottom: 15px;
	border-bottom: 1px solid #909ca6;
}

#columna #menu li {
	display: block;
	font-weight: bold;
	height: 28px;
	width: 180px;
	border-top: 1px solid #909ca6;
}

#columna #menu li.seleccionado {
	
}

#columna #menu a, #columna #menu a:link, #columna #menu a:visited {
	text-decoration: none;
	color: #273b6f;
	display: block;
	height: 28px;
	width: 166px;
	padding: 7px;
	background-image: url(mnu-vert-lista.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#columna #menu li.seleccionado a, #columna #menu li.seleccionado a:link, #columna #menu li.seleccionado a:visited {
	background-image: url(mnu-vert-lista-sel.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#columna #menu a:hover, #columna #menu a:active {
	color: #4f6fbf;
}

#columna #menu.magic {
	background-image: url(faldonmagic.png);
}

#columna #menu.yugioh {
	background-image: url(faldonyugioh.png);
}

#columna #menu.catvintage {
	background-image: url(faldoncatvintage.png);
}

#columna #menu.catlegacy {
	background-image: url(faldoncatlegacy.png);
}

#columna #calendario {
	background-image: url(faldoncalendario.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #c5cfda;
	padding-top: 46px;
	margin-bottom: 15px;
	border-top: 1px solid #909ca6;
	border-bottom: 1px solid #909ca6;
}

table.calendario {
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 170px;
	background-color: #dce2ef;
	font-size: 13px;
	border: 1px solid #273b6f;
	border-collapse: collapse;
}

table.calendario tr {

}

table.calendario tr.diasemana {
	font-size: 10px;
	background-color: #3e599f;
}

table.calendario th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	background-color: #273b6f;
	background-image: url(calendario-fnd.png);
	background-position: top;
	background-repeat: repeat-x; 
	color: white;
}

table.calendario td {
	text-align: center;
	border: 1px solid #273b6f;
	height: 18px;
	vertical-align: middle;
	color: #8ba4cf;
}

table.calendario td a, table.calendario td a:link, table.calendario td a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #273b6f;
}

table.calendario td a:hover, table.calendario td a:active {
	color: #4f6fbf;
}

#columna #categorias {
	padding-top: 46px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(faldoncategorias.png);
	border-top: 1px solid #909ca6;
}

#columna #categorias ul {
	margin-bottom: 15px;
	border-bottom: 1px solid #909ca6;
}

#columna #categorias li {
	display: block;
	font-weight: bold;
	height: 28px;
	width: 180px;
	border-top: 1px solid #909ca6;
}

#columna #categorias a, #columna #categorias a:link, #columna #categorias a:visited {
	text-decoration: none;
	color: #273b6f;
	display: block;
	height: 28px;
	width: 166px;
	padding: 7px;
	background-image: url(mnu-vert-lista.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#columna #categorias li.seleccionado a, #columna #categorias li.seleccionado a:link, #columna #categorias li.seleccionado a:visited {
	background-image: url(mnu-vert-lista-sel.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#columna #categorias a:hover, #columna #categorias a:active {
	color: #4f6fbf;
}

#columna #bannervertical {
	
}

#columna #bannervertical img {
	margin: auto;
	display: block;
	border: 1px solid #4c4c4c;
}

#areacontenido {
	position: relative;
	width: 749px;
	border-left: 1px solid #909ca6;
	float: right;
	background-color: white;
	overflow: hidden;
}

#contenido {
	padding: 10px;
	padding-top: 20px;
	text-align: justify;
	font-size: 13px;
	clear: both;
	
	/* Aplica un alto mnimo de bloque */
	height: auto !important; /* para navegadores modernos */
	height: 600px; /* para IE5.x e IE6 */
	min-height: 600px; /* para navegadores modernos */
	background-color: white;
}

#pie {
	height: 60px;
	color: #f2f3fb;
	clear: both;
	text-align: center;
	background-image: url(pie-fnd.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #084283;
}

#pie p.copyright {
	font-size: 15px;
	padding-top: 15px;
}

#pie p.disclaimer {
	font-size: 10px;
	padding-top: 6px;
}

/* Área de Contenido */

#volver {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	padding-right: 10px;
	background-color: #273b6f;
	color: White;
	text-align: right;
	margin-top: 10px;
	width: 75px;
	float: right;
}

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

#volver a:hover, #volver a:active {
	color: #F0F0F0;
}

#contenido h1 {
	font-size: 19px;
	margin-bottom: 20px;
	font-weight: bold;
}

#contenido h2 {
	font-size: 17px;
	margin-bottom: 20px;
	font-weight: bold;
}

#contenido h3 {
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: bold;
}

#contenido h4 {
	font-size: 13px;
	margin-bottom: 20px;
	font-weight: bold;
}

#contenido p {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 18px;
}

#contenido p.capital:first-letter {
	font-size: 19px;
	font-weight: bold;
}

#contenido em {
	font-style: italic;
}

#contenido strong {
	font-weight: bold;
}

#contenido hr {
	color: #273b6f;
	background-color: #273b6f;
	border: 1px solid #273b6f;
	width: 95%;
	text-align: center;
	margin-bottom: 15px;
	clear: both;
}

#contenido img {
	
}

#contenido ol {
	margin-left: 15px;
	margin-bottom: 15px;
	line-height: 16px;
}

#contenido ol ol{
	margin-bottom: 0;
}

#contenido ol li {
	list-style-type: decimal;
	margin-top: 10px;
}

#contenido ul {
	margin-left: 25px;
	margin-bottom: 15px;
	line-height: 16px;
}

#contenido ul ul{
	margin-bottom: 0;
}

#contenido ul li {
	list-style-image: url(topolista.png);
	margin-top: 10px;
}

#contenido blockquote, #contenido .caja {
	border: 1px solid #6980a2;
	padding: 5px;
	margin-bottom: 30px;
}

#contenido blockquote .vermas, #contenido .caja .vermas {
	display: block;
	float: none;
	text-align: right;
	margin: -5px;
	padding: 3px;
	background-color: #c6cfda;
	overflow: auto;
	background-image: url(art-info-fnd.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#contenido blockquote h1, #contenido .caja h1 {
	color: white;
	font-size: 16px;
	padding: 5px;
	margin: -5px;
	background-color: #3f5ba2;
	background-image: url(art-tit-fnd.png);
	background-position: top;
	background-repeat: repeat-x;
}

#contenido blockquote.error {
	background-image: url(icon-error.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 85px;
}

#contenido blockquote.anuncio {
	background-image: url(icon-anuncio.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 85px;
}

#contenido blockquote.anadido {
	background-image: url(icon-anadido.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 85px;
}

#contenido blockquote.error h1, #contenido blockquote.anuncio h1, #contenido blockquote.anadido h1 {
	margin-left: -85px;
}

#contenido blockquote.error .vermas, #contenido blockquote.anuncio .vermas, #contenido blockquote.anadido .vermas {
	margin-left: -85px;
}

#contenido table.conformato { 
	background-color: #F0F0F0;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #aab1bd;
	width: 100%;
} 

#contenido table.conformato tr {

}

#contenido table.conformato td { 
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #aab1bd;
} 

#contenido table.conformato th {
	background-image: url(art-info-fnd.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #c6cfda;
	height: 27px;
	border: 1px solid #aab1bd;
	color: #273b6f;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 3px;
}


#contenido table.formulario {
	width: 100%;
}

#contenido table.formulario td { 
	vertical-align: middle;
	padding: 3px;
} 

#contenido table.formulario tr {

}

#contenido table.arrayfotos {
	margin: auto;
}

#contenido table.arrayfotos td {
	padding:  10px;
}

#contenido form {
	
}

#contenido button {
	display: block;
	float: right;
	background-image: url(admin/fndbtn.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 32px;
	margin: 10px;
	border: 1px solid #ADADAD;
	background-color: #f5f5f5;
	font-weight: bold;
	color: #7e7e7e;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	overflow: visible; /* Soluciona un problema en IE6 e IE7 */
}

#contenido td button {
	display: block;
	float: right;
	background-image: url(admin/fndbtn.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 28px;
	margin: auto;
	margin-right: 7px;
	border: 1px solid #ADADAD;
	background-color: #f5f5f5;
	font-weight: bold;
	color: #7e7e7e;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	overflow: visible; /* Soluciona un problema en IE6 e IE7 */
}

#contenido button.calendar, #contenido td button.calendar  {
	float: right;
	height: 20px;
	width: 30px;
	background-image: url(admin/fondobtncalendar.png);
	background-position: center;
	background-repeat: no-repeat;
}

#contenido a.enlaceboton {
	display: block;
	float: right;
	background-image: url(admin/fndbtn.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 17px;
	margin: 10px;
	border: 1px solid #ADADAD;
	background-color: #f5f5f5;
	font-weight: bold;
	color: #7e7e7e;
	cursor: pointer;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	overflow: visible; /* Soluciona un problema en IE6 e IE7 */
}

#contenido a.enlaceboton, #contenido a.enlaceboton:link, #contenido a.enlaceboton:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7e7e7e;
}

#contenido a.enlaceboton:hover, #contenido a.enlaceboton:active {
	color: #adadad;
}

#contenido button img, #contenido a.enlaceboton img {
	vertical-align: middle;
	margin: 0;
	margin-right: 5px;
}

#contenido submit {
	
}

#contenido fieldset {
	border: 1px solid #ADADAD;
	background-color: #F0F0F0;
	padding: 5px;
	padding-bottom: 0;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(admin/degradado.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 95%;
}

#contenido fieldset hr {
	color: #ADADAD;
	background-color: #ADADAD;
	border: 1px solid #ADADAD;
	margin-top: 15px;
	margin-bottom: 10px;
}

#contenido legend {
	border: 1px solid #ADADAD;
	background-color: #F0F0F0;
	color: #5182AC;
	padding: 5px;
	background-image: url(admin/degradado.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#contenido label {

}

#contenido textarea {
	border: 1px solid #ADADAD; 
	width: 100%;
}

#contenido input {
	border: 1px solid #ADADAD;
	width: 100%;
}

#contenido input.calendar {
	width: 80%;
	float: left;
}

#contenido textarea:focus, #contenido input:focus { 
	border: 1px solid #5182AC;
}

#contenido option {

}

#contenido select {
	width: 100%;
}

#contenido optgroup {
	
}

#contenido .articulo {
	border: 1px solid #6980a2;
	margin-bottom: 30px;
}

#contenido .articulo h1 {
	color: white;
	font-size: 16px;
	padding: 5px;
	margin: 0;
	background-color: #3f5ba2;
	background-image: url(art-tit-fnd.png);
	background-position: top;
	background-repeat: repeat-x;
}

#contenido .articulo .datosarticulo {
	padding: 3px;
	font-size: 12px;
	background-image: url(art-info-fnd.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #c6cfda;
	overflow: auto;
}

#contenido .articulo .datosarticulo .datosarticuloizq {
	float: left;
	padding-left: 5px;
}

#contenido .articulo .datosarticulo .datosarticuloder {
	float: right;
	padding-right: 5px;
}

#contenido .articulo .descripcion {
	margin: 5px;
	clear: both;
}

#contenido .articulo .cuerpo {
	margin: 5px;
	margin-top: 20px;
	clear: both;
}

#contenido .articulo .descripcion h1, #contenido .articulo .cuerpo h1 {
	font-size: 19px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #555555;
	font-size: 16px;
	padding: 0;
	background-image: none;
	background-color: transparent;
}

#contenido .articulo .piearticulo {
	padding: 3px;
	background-color: #c6cfda;
	overflow: auto;
	background-image: url(art-info-fnd.png);
	background-position: bottom;
	background-repeat: repeat-x;
}


#contenido .mazo {
	width: 710px;
	margin: auto;
	margin-bottom: 15px;
	padding: 0;
	background-color: #ededed;
	display: block;
	border: 1px solid #aab1bd;
	background-image: url(cabeceramazocuerpo.png);
	background-repeat: repeat-y;
}

#contenido .mazocabecera {
	background-color: #acacac;
	margin: 0;
	margin-bottom: 5px;
	padding: 4px;
	padding-left: 10px;
	height: 41px;
	color: #e3e3e3;
	background-image: url(cabeceramazofondo.png);
	background-position: top;
	background-repeat: no-repeat;
}

#contenido .mazocabecera h1, #contenido .articulo .mazocabecera h1 {
	color: white;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	padding-top: 2px;
	font-size: 18px;
}

#contenido .mazocabecera h2, #contenido .articulo .mazocabecera h2 {
	margin: 0;
	padding: 0;
	color: #dcdcdc;
	font-size: 14px;
}

#contenido .mazocuerpo {
	margin: 0;
}

#contenido .mazocuerpo ul {
	margin: 0;
	padding: 0;
	counter-reset: ol;
}

#contenido .mazocuerpo li {
	list-style: none;
}

#contenido .mazocuerpo ul.mazocuerpoprincipal {
	width: 460px;
	float: left;
	margin-left: 10px;
}

#contenido .mazocuerpo ul.mazocuerpoprincipal li.zonamazo {
	width: 340px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	color: #273b6f;
}

#contenido .mazocuerpo ul.mazocuerpoprincipal li.titulototal {
	width: 100px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	color: #273b6f;
}

#contenido .mazocuerpo ul.mazocuerpoprincipal li.titulo {
	width: 400px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	color: #273b6f;
}

#contenido .mazocuerpo ul.mazocuerpobanquillo {
	width: 230px;
	float: left;
	margin-right: 10px;
}

#contenido .mazocuerpo ul.mazocuerpobanquillo li.titulo {
	width: 220px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
	color: #273b6f;
}

#contenido .mazocuerpo ul.mazocuerpobanquillo li.zonamazo {
	width: 120px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
	color: gray;
}

#contenido .mazocuerpo ul.mazocuerpobanquillo li.titulototal {
	width: 100px;
	float: left;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	color: #273b6f;
}


#contenido .mazocuerpo ul li {
	width: 220px;
	float: left;
	margin: 0;
	margin-bottom: 5px;
}

#contenido .mazopie {
	background-color: olive;
	clear: both;
}


#contenido a, #contenido a:link, #contenido a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #5182AC;
}

#contenido a:hover, #contenido a:active {
	color: #DA7D38;
}

.vermas {
	float: right;
}

#calendarionavega {
	margin: auto;
	width: 430px;
}

#calendarionavegaant {
	float: left;
	padding-top: 8px;
}

#calendarionavegasig {
	float: right;
	padding-top: 8px;
}

#calendarionavegaant a {
	display: block;
	width: 72px;
	height: 138px;
	font-size: 10px;
	text-align: left;
	padding-top: 60px;
	padding-left: 28px;
	background-image: url(cal-prev.png);
	background-position: top;
	background-repeat: no-repeat;
}

#calendarionavegasig a {
	display: block;
	width: 72px;
	height: 138px;
	font-size: 10px;
	text-align: left;
	padding-top: 60px;
	padding-left: 28px;
	background-image: url(cal-sig.png);
	background-position: top;
	background-repeat: no-repeat;

}

#doscolumnas {
	overflow: auto;
}

#doscolumnasizq {
	width: 465px;
	overflow: auto;
	float: left;
}

#doscolumnasder {
	width: 250px;
	overflow: auto;
	float: right;
}

#doscolumnasder h2, #doscolumnasder ul {
	margin-bottom: 0;
}


#contenido .paginacion {
	background-image: url(art-info-fnd.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #c6cfda;
	height: 30px;
	border: 1px solid #aab1bd;
	color: #273b6f;
	font-weight: bold;
	margin-bottom: 15px;

	overflow: auto;
	overflow-y: hidden;
}

#contenido .paginacionelementos {
	float: left;
	margin: 5px;
	margin-left: 15px;
}

#contenido .paginacionnavega {
	float: right;
	margin: 5px;
	margin-right: 15px;
}

#contenido .paginacionnavega input, #contenido .paginacionelementos input {
	width: 20px;
	height: 16px;
	margin: 0;
	margin-left: 8px;
	margin-right: 8px;
	vertical-align: middle;

}

#contenido .paginacionnavega button {
	float: none;
	display: inline;
	margin: 0;
	height: 20px;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	background-image: none;
	border: 1px solid #6980a2;
	background-color: #dce2ef;
	font-weight: bold;
	color: #273b6f;
	cursor: pointer;
	vertical-align: middle;
	
	overflow: visible; /* Soluciona un problema en IE6 e IE7 */
}








.clearfix { /* Extiende la caja "cuerpo", habilitado por problemas en DW CS2 */
	clear: both;
}

iframe {
	overflow: scroll;
	overflow-x: hidden;
	width: 100%;
	margin-bottom: 15px;
}