#hor-zebra
{
width:100%;
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
text-align: left;
border-collapse: collapse;
}
#hor-zebra th, #hor-zebra .th2
{
font-size: 14px;
font-weight: bold;
padding: 10px 8px;
/*color: #039;*/
color:#333;
}
#hor-zebra td
{
padding: 8px;
/*color: #669;*/
color:#333;
border:1px solid #f2f2f2;
}
#hor-zebra .odd
{
/*background: #e8edff;*/
background: #F0F0F0;
}



/*                              TABLAS
######################################################################################
@charset "UTF-8";

table{
	width:100%;
	}

@media screen and (max-width:720px){
	table, thead, tr, th, tbody, td{
		display:block;
	}
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
	}
	td:before { 
		position: absolute;
	
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
*/	
