@charset "utf-8";
/* Autor: Francisco Camarena , triplewsystems.com */


	#tabla {
		font-family: "Rambla";
		border-collapse: collapse;
		width: 100%;
		font-size:18px;
	}
	
	#tabla td, #customers th {
		border: 0px solid #ddd;
		text-align: left;
		padding: 4px;
		color:#666;

	}
	
/*	#customers tr:nth-child(even){background-color: #E3EEF9; padding-bottom:10px;}*/
	
	#tabla tr:hover {

		}
			
	#tabla th {
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom:5px;
		background-color:#E9E9E9;
		color: #333;
		font-weight:100;
	}



/******************************************/
@media only screen and (max-width:1600px){

	
	
}





/******************************************/
/*** DISEÑO PARA TABLETAS  HORIZONTAL   ***/
/******************************************/
@media only screen and (max-width:1250px){
	
}

@media only screen and (max-width:1024px){
	
		
}