*{
	padding:0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

@font-face {
     font-family: 'ttf_wepablo';
     font-style: normal;
     font-weight: 100;
     src: url('fonts/Exo-Regular.ttf') format('woff');
}

.estilo_body {
    background: #000;
    color: #FFF;
    font-family: ttf_wepablo, Arial, Helvetica, Tahoma, sans-serif;
    width: 90%;
    max-width: 1000px;   
    margin: 0 auto;
}


/* aqui pongo todo lo que va a ocurrir para Celulares */
@media screen and (max-width:810px) {
	.estilo_body {
	    width: 100%;
	}
     
}

.eImagen{
    width: 60px;
    height: 60px;
}

 A { text-decoration: none; color: inherit; }
 A:visited {text-decoration: none; }
 A:hover {text-decoration: underline; color: #C66300;}