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

html,body{
text-align:center;
margin:0;
padding:0;
  background:#222C37 url(images/texture.gif) repeat-x;
  font-family:Tahoma, Geneva, sans-serif;

}
h3,h1,h2{
	padding:0;
	margin:0
}
h3{ font-size:medium; font-weight:bold;}
h2{
	text-align: center;
}
 #conteiner{ 
margin:0 auto;	
background:url(images/back.gif) repeat-y;
width:820px;
}
#tophead{
	background: url(images/head.jpg) no-repeat top;
	height:17px;
	padding:10px 0 0 175px;
	text-align:left;
	font-size:small;
	color:#FF0;
}
#tophead a{
	color:#FF0;
	text-decoration:none;
}

#header{
	height:59px;
	background-image:url(images/logo.jpg);
	padding:183px 170px 0 220px;
}
	
#barraSx{
	width:202px;
	background:url(images/sx.jpg) no-repeat;
	float:left;
	padding-top:120px;
}
#select{
	color: #F60;
	text-align:center;
	margin:0 20px 0 30px;
}
#extra{
	border:1px dashed #69F;
	margin:0 15px 0 25px;
	font-size:small;
	color:#FFF;
}
.mail{
	font-size:x-small;
	border:1px dashed #69F;
	margin:0 15px 0 25px;
	color:#FF0;
	text-align:center;
	
}
 #barraDx{
	width:140px;	
	float:right;
background-image:url(images/boxback.gif);
}

#banner{
	height:61px;
	text-align: center;
}
 #content{
	background-color:#CCC;
	margin-left:202px;
	margin-right:140px;	
	font-size:small;
	padding:5px;
	text-align:left;
}
 #content a{
	 color:#03F;
	 font-weight:bold;
	 font-size:0.8em
 }
#footer{
	height:65px;
	padding:25px 0 0 20px;
	background: url(images/foot.jpg) no-repeat;
	font-weight: bold;
	font-size: small;
	color: #FFF;
}
.clearfloat { 
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* menu */
#submenu{
	text-align:left;
	font-size:x-small;
	color:#FFF;
	background:url(images/boxdow.gif) no-repeat bottom;
	padding:0px;
	margin: 0px;
	
}
#submenu a{
	color: #fff;
	text-decoration:none;
}
#submenu a:hover{
	color: #0CF;
	text-decoration: underline;
}
#submenu a.selected{
	color: #00ff02;
}
#submenu ul li {
	list-style: inside url(images/punto.gif);
}
#submenu ul {margin:0px; padding:0 0 10px 20px;}
#menu {
	clear: both;
	height: 24px;
	margin: 0;
	font-size:small;
	font-weight:bold;
}
#menu ul{
	margin: 0; padding: 0px;
}
#menu ul li {
	float: left;
	list-style: none;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 5px;
	background: inherit ;
	color: #FFF;
}
#menu ul li a:hover {
   background: #FFF url(images/hover.png);
	color: #333;
}

#menu ul li a.selected {
	background: #004DBF url(images/hover.png);
	color: #006;
	font-weight:bold;
}
