.resolucion{
	width:99%;
	text-align: center;
}

/*Movil*/
@media (max-width: 767px){
	.desktop{
		display: none;
	}
	.tablet{
		display: none;
	}
}
/*Tablet*/
@media (min-width: 768px) and (max-width: 990px){
	.desktop{
		display: none;
	}
	.movil{
		display: none;
	}	
}
/* Escritorio*/
@media (min-width: 991px){
	.tablet{
		display: none;
	}
	.movil{
		display: none;
	}
}

/*importados */
 body {
    background-image: url();
    color: #666;
  }
  a:link {
    color: #561B1B;
    text-decoration: none;
  }
  a:hover {
    color: #361010;
    text-decoration: underline;
  }
  a:visited {
    text-decoration: none;
    color: #561B1B;
  }
  a:active {
    text-decoration: none;
    color: #561B1B;
  }
  body,td,th {
    color: #561B1B;
  } 