@charset "utf-8";
/* CSS Document */
body{
margin: 0 0 0 0px;
background-color:#fefefe;
font-family: "Helvetica Neue", Calibri, "Trebuchet MS", sans-serif;
font-size:12px;
color:#cccccc;
}

#header{
width:100%;
background-color:#FFFFFF;
border-bottom: 1px solid #f4f4f4;
}

#logo{
margin-top:15px;
margin-bottom:15px;
width:900px;
text-align:left;
}

#contenido{
width:900px;
padding-top:20px;
}

.mini{
margin-bottom:20px;
margin-right:20px;
border:1px solid #f4f4f4;
padding:1px;
}
#footer{
width:100%;
background-color:#FFFFFF;
border-top: 1px solid #f4f4f4;
}

.ftext{
margin-top:15px;
margin-bottom:15px;
text-align:center;
}