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



.menu { 

 color: #fff;
 margin: 0px;
 height: 27px;
 font-family:Trebuchet MS, Helvetica, sans-serif;
 font-size:12px;
 font-weight: bold;
 
}

.menu a {
 		
		height: 20px;
		padding:4px 10px 3px 10px;
		float: left;
		line-height:20px;
        text-decoration: none;
        color: #fff;
		background-repeat:repeat-x;		
        display: block;
		margin-left:0px;
		text-align:center;
}
.menu a:hover{
		color: #777777;
		background-repeat:repeat-x;
		border-bottom: 1px solid #e42219;
}
.pie {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#999999;

}
.enlaces a {
 		text-decoration: none;
        color: #e32118;
		font-weight:bold
}
.enlaces a:hover {
 		text-decoration: none;
        color: #666;
		font-weight:bold
}

