@charset "utf-8";
/* CSS Document */

body {
background-color:#E7F2FE;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
font-family: "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif;
background-image:url(imagenes/bg.jpg);
background-repeat:repeat-x;
}

#logo {
background-image:url(imagenes/logo_matt_index.png);
background-repeat:no-repeat;
width:170px;
height:150px;
margin:auto;
margin-top:30px;
}

a {
color:#3E1F00;
text-decoration:none;
}

a:hover {
color:#824100;
text-decoration:none;
}

a:visited {
color:#3E1F00;
text-decoration:none;
}

#text {
width:300px;
color:#3E1F00;
margin:auto;
margin-top:70px;
text-align:center;
}

#foot {
width:300px;
text-align:center;
margin:auto;
margin-top:15px;
font-size:0.9em;
}

#tick {
}

#tick a:hover {

}