/* CSS Document */


* { margin: 0; padding: 0; }
body {
	color:#555;
	font-family:Microsoft YaHei;
	font-size:14px;
	text-decoration:none;
	margin-bottom:0px;
	background-color:#ffffff;
	}
	
a { font-family:Arial, Helvetica, sans-serif; color:#333333; text-decoration:none;}
	
a:hover { font-family:Arial, Helvetica, sans-serif; color: #333; text-decoration:none;}
select {font-size: 1em;}
.mar_t_10{margin-top:10px;}
li{list-style-type:none;}
/* TABS superiores ------------------------------------------*/

.shadetabs ul li ul li a{
   color:#333333;
}
.red{color:#F00;}
.bold{font-weight:bold;}
img{
	border:none;
	}
.pt5{
	padding-top:5px;
	}
.pt40{
	padding-top:40px;
	}
.pt20{
	padding-top:20px;
	}
	.pt15{
	padding-top:15px;
	}
.mt20{
	margin-top:20px;
	}
	.header{
	width:1028px;
	margin:0 auto;
	height:110px;
	}
.logo {
    float: left;
    height: 90px;
    margin-top: 10px;
    width: 346px;
}
.menu {
    float: right;
    height: 70px;
    margin-top: 20px;
    width: 250px;
}
.menu-top {
    font-size: 15px;
    height: 20px;
    text-align: right;
    width: 250px;
}
.menu-top a {
    color: #666666;
}
.search-box {
    border: 1px solid #3fa6f3;
    float: right;
    height: 28px;
    margin-top: 5px;
    overflow: hidden;
    width: 230px;
}
#Search {
    border: medium none;
    font-size: 16px;
    margin-left: 0px;
    margin-top: 2px;
}
#Submit {
    background-image: url("../images/search.jpg");
    background-repeat: no-repeat;
    border: medium none;
    float: right;
    height: 28px;
    width: 34px;
}
#Submit:hover {
    cursor: pointer;
}