@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0;}
body { text-align:center;}

#todo { width:755px; margin:4px auto 0 auto;}
#superior {}
#creditos { width:690px; margin:0 auto 10px auto; padding:4px 20px; clear:both;}

.columna { width:223px; margin:10px 4px; padding:4px 5px; float:left; text-align:center;}
.columna_doble { width:446px; margin:10px 4px; padding:4px 5px; float:left;}

/* contenidos */

/* textos y enlaces */
* { font-family:Arial, Helvetica, sans-serif;}
body { font-size:12px; color:#FDE093;}

a { text-decoration:none; color:#AB462C;}
a:hover { text-decoration:none; color:#FDE093;}
p.enlace a { font-weight:bold;}
#creditos { font-size:10px; color: #FDE093; text-align:center;}
#creditos a { font-size:10px; color: #FDE093; font-weight:bold;}
#formulario p { margin:3px 10px;}
#formulario .input { padding:1px; width:100%;}
#formulario .boton { padding:2px 4px;}


h1 { margin:4px 1px 10px 1px; padding:2px 4px 2px 8px; text-align:left; font-size:11px; text-transform:uppercase;}
h2 { margin:10px; font-size:12px; text-align:center; text-transform:uppercase;}

ul li { list-style-type:none; margin:3px 10px; border-bottom:1px dotted #FDE093; padding-bottom:2px; text-align:left;}
ul#sitemap { text-align:left; margin:20px;}
ul#sitemap li { border-bottom:none; border-left:2px solid #FDE093; padding-left:10px; margin-top:14px; }
ul#sitemap li:hover { border-left:2px solid #AB462C;}

p { text-align:justify; margin: 12px 6px; line-height:16px;}
p.enlace { text-align:right;}

/* colores */
body { background-color:#1d1710;}
#todo { background-color:#030200;}
#creditos { background-color:#551E06; border:1px solid #554C38;}
#formulario .input { background-color:#47391F; border:1px solid #554C38; color:#FDE093;}
#formulario .boton {  background-color:#1d1710; border:1px solid #554C38; color:#FDE093;}
h1 { color:#800000; border:1px solid #77442F; background-color:#D8BF86;}

.grana { color:#AB462C;}
.beis { color:#FDE093;}
.centro { text-align:center;}
.borde { border:1px solid #FDE093;}
.izquierda { float:left; margin-right:10px; margin-bottom:10px;}

/* highslide */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #554C38;
}
.highslide:hover img {
	border: 2px solid #FDE093;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}