@charset "utf-8";
/* CSS Document */

#tablaempresa li {
 list-style:none;
 background-color:#d6dbdf;
 border-bottom:#FFFFFF solid thin;
 }
 
 
#tablaempresa a {
 display:block;
 text-decoration:none; 
 padding:10px 0 10px 20px;
 color:#565b5f;
 font-size:19px;
 font-weight: bold;
 font-family: trebuchet ms, Helvetica, sans-serif;
 }
 
 #tablaempresa a:hover {
 background-color:#fe5c33;
 color:#FFFFFF;
 }
 
 
 #tablasectores li {
 list-style: none;
 background-color:#fe5c33;
 border-bottom:#FFFFFF solid thin;
 padding:10px 0 10px 40px;
 color:#fff;
 font-size:15px;
 font-family: trebuchet ms, Helvetica, sans-serif;
 }
 
 #tablaplasticos li {
 list-style: none;
 background-color:#b3cf77;
 border-bottom:#FFFFFF solid thin;
 padding:7px 0 7px 40px;
 color:#fff;
 font-size:13px;
 font-family: trebuchet ms, Helvetica, sans-serif;
 }
 #tablametal li {
 list-style: none;
 background-color:#77b3cf;
 border-bottom:#FFFFFF solid thin;
 padding:7px 0 7px 40px;
 color:#fff;
 font-size:13px;
 font-family: trebuchet ms, Helvetica, sans-serif;
 }
 
 #tablaespecial li {
 list-style: none;
 background-color:#cfa477;
 border-bottom:#FFFFFF solid thin;
 padding:7px 0 7px 40px;
 color:#fff;
 font-size:13px;
 font-family: trebuchet ms, Helvetica, sans-serif;
 }
