@charset "utf-8";

body{
background:#000;
margin:0;
padding:0;
color:#FFF;
font:400 normal 12px/normal Arial, Helvetica, sans-serif;
text-transform:none;
text-decoration:none;
}
h1{
font-weight:700;
color:#ed1c24;
font-size:14px;
display:inline;
}
a{
color:#ed1c24;
}
#base{
width:700px;
height:auto;
margin:auto;
}
#comentarios{
width:450px;
height:auto;
margin:25px auto 0;
}
#formulario{
width:450px;
height:auto;
margin:30px auto 0;
border:1px dashed #CCC;
padding:10px;
}
.fecha{
color:#CCC;
font-style:italic;
font-size:10px;
float:right;
}
.nombre{
color:#CCC;
font-size:10px;
}