@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: trebuchet MS;
	font-size: 13px;
	color: #004B8D;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #004B8D;
	text-decoration: none;
}
a:visited {
	color: #004B8D;
	text-decoration: none;
}
a:hover {
	color: #B5221B;
	text-decoration: underline;
}
a:active {
	color: #004B8D;
	text-decoration: none;
}
.c1 {
	font-family: trebuchet MS;
	font-size: 22px;
	color: #004B8D;
	font-weight:bold;
	vertical-align:middle;
}
.c2 {
	font-family: trebuchet MS;
	font-size: 22px;
	color: #004B8D;
	font-weight:bold;
	vertical-align:middle;
	padding:10px 0px 0px 5px;
}
.c3 {
	font-family: trebuchet MS;
	font-size: 16px;
	color: #004B8D;
	font-weight:bold;
	vertical-align:middle;
}
#pieMenu UL
{
	list-style-type:none;
	padding:0px;
	margin:0px;
	padding-bottom:9px;
	
	
}
#pieMenu UL LI
{
    
	display:inline;
	padding: 0 30px 0 30px;
	background:#ffffff url(imgs/arrow.png) no-repeat;
	background-position:20px 7px;

	
}
#pieMenu UL LI a
{	
    font-family:trebuchet MS;	
	font-size:13px;
	color:#990000;
	text-decoration: none;
}
#pieMenu UL LI a:hover
{
	color:#9d9d9d;    
}
#menuProductos UL
{
	list-style-type:none;
	padding:0px;

	margin:0px;
	padding-bottom:9px;
	margin-top:-30px;
margin-bottom:-10px;
	
}
#menuProductos UL LI
{
    
	padding: 5px 30px 5px 30px;
	background:#ffffff url(imgs/arrow.png) no-repeat;
	background-position:20px 12px;

	
}
#menuProductos UL LI a
{	
    font-family:trebuchet MS;	
	font-size:14px;
	color:#990000;
	font-weight:bold;
	text-decoration: none;
}
#menuProductos UL LI a:hover
{
	color:#9d9d9d;    
}
.linea{
	border-bottom:1px dashed #9d9d9d;
	padding:0px 0px 0px 0px;

}

