@charset "utf-8";
/*---------------------------
GENERAL
-----------------------------*/
body {
	font: normal 69% Verdana, Arial, Helvetica, sans-serif; /* Equivalente a 11px*/
    color:#363636;
    text-align: center;
	background:#fff url (../img/cabecera.jpg) no-repeat;

}
* { 
    padding: 0; 
    margin: 0; 
}
a {
    text-decoration:none;
    color:#E28C05;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: 0;
}
.clear {
	clear:both
}


