/*
Theme Name: Metalroom
Theme URI: http://metalroom.es/
Description: Tema negro, rojo y azul para el Metal Room de Vallekas
Author: Demian
Author URI: http://damianvila.wordpress.com/
Version: 2.0
*/

body {
background-color: #000;
margin: 0px;
padding: 0px;
font-family: sans-serif;
color: #ccc;
font-size: 87.5%; /* 14px */
background-image: url(../images/bosque.jpg);
background-repeat: repeat-x;
background-position: center top;
}

a {
color: #c00;
}

a:hover {
color: #f33;
}

a img {
border: none;
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: sans-serif;
}

h2, h4, h6 {
color: #c00;
font-variant: small-caps;
}

h2 {
font-size: 1.6em;
margin-bottom: .25em;
}

h3 {
font-size: 1.2em;
color: #eee;
}

table {
font-size: .85em;
text-align: right;
margin: 0 auto;
}

th {
background: #333;
width: 3em;
}

.tabilu {
background: #111;
}

.taboscu {
background: #000;
}

ul {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

ul li {
margin-bottom: .5em;
}

#tope {
width: 100%;
height: 260px;
text-align: center;
background-image: url(../images/angel.gif);
background-repeat: no-repeat;
background-position: center top;
}

#contenido {
width: 520px;
margin: 0 auto;
padding: 35px 0 20px 0;
text-align: justify;
font-size: 1em;
}

#contenido img {
vertical-align: middle;
}

#googlemap {
text-align: center;
margin-bottom: 20px;
}

.googlelink {
font-size: .8em;
}

.imgcenter {
display: block;
margin: 0 auto;
}