/* CSS Document */
BODY {
	margin: 0px 0px 0px 0px;
	color : #000000;
	background-color: #5F6568;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.main{
	margin: 0px 0px 0px 0px;
	background-color: #F6F6F4;

}
table.main th{
color: #CF581C;
 border-bottom: 1px solid #C19E9B;
 text-align: left;
 font-size: 12px;

}

table.tabla_productos{


}
table.tabla_productos td{

 border-bottom: 1px solid #DDDDDD;


}

 table.interna{
	margin: 0px 0px 0px 0px;
	background-color: #C4C1BB;
	text-align: center;

}
table.interna td{

 border-bottom: 1px dashed #EDEDEB;
  border-left: 1px solid #EDEDEB;
  height: 15px;
 }
table.interna th{
color: #CF581C;
 background-color: #D7D5D6;
 border-bottom: 1px dashed #EDEDEB;
  border-left: 1px solid #EDEDEB;
 font-size: 12px;
 height: 15px;

 }
 table.seccion{
	margin: 0px 0px 0px 0px;
	background-color: #F6F6F4;

}
table.seccion th{
color: #CF581C;
 border-bottom: 1px solid #C19E9B;
 text-align: left;
 font-size: 12px;
 }
 table.seccion td{

 text-align: left;
 top: 23px;
 }
 
  table.descargas{
	margin: 0px 0px 0px 0px;
	background-color: #F6F6F4;
	

}
table.descargas th{
color: #CF581C;
 border-bottom: 1px solid #C19E9B;
 text-align: left;
 font-size: 12px;
 }
 table.descargas td{

 text-align: left;
 top: 23px;
 }
 
   table.noticias{
	margin: 0px 0px 0px 0px;
	background-color: #F6F6F4;
	

}
table.noticias th{
color: #4D82B4;
 border-bottom: 1px solid #97ACBF;
 text-align: left;
 font-size: 12px;
 }
 table.noticias td{

 text-align: left;
 top: 23px;
 }
 
 
table#footer{
	margin: 0px 0px 0px 0px;
	background-color: #F6F6F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a {
	color: Black;
	text-decoration: none;
}
a:hover {
	color : #CC3300;
	text-decoration: underline;
	
	}
a:active {
	color : Black;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {

  line-height: 17px;
  text-indent: 10px;
  padding-top: 0px;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-image: url(../imgs/li.jpg);

}

a.noticias {
	color: #4D82B4;
 
 text-align: left;
 font-size: 12px;
	text-decoration: none;
}
a.noticias:hover {
	color: #CC3300;
 
 text-align: left;
 font-size: 12px;
	text-decoration: none;
	
	}
a.noticias:active {
	color: #4D82B4;
 
 text-align: left;
 font-size: 12px;
 text-decoration: none;
}
