* {
margin: 0;
padding: 0;}

body {
background: #cc0000 url(../images/layout/fondo.jpg) repeat-x;
text-align: center;}

#contenedor {
margin: 250px auto 0 auto;
font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
font-size: 11px;
color: #ffffff;
}

a {
text-decoration: none;
color: #ffffff;
}
a:hover {
border-bottom: 1px dotted #ffffff;
}
a.link:hover {
border-bottom: none;
}

h1 {
text-indent: -9999px;
font-size: 0px;
}
