@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

#main {
	
	width:1000px;

	margin-left:auto;
	margin-right:auto;	
	
}

#top {
	width:1000px;

	position:relative;
	height:242px;
	
	}
	
#content {
	width:1000px;
	background-color:#6699CC;
	position:relative;
	
	}
	
#submenu {


	font-family:"Trebuchet MS";
	font-size:12px;
	color:#666666;
	line-height:10pt;

}
#submenu a{
	text-decoration:none;
	color:#666666;
}

#submenu a:hover{
	text-decoration:none;
	color:#0066CC;
}





#title {

	top:15px;
	left:173px;
	position:absolute;	

}

#image {

	width:290px;
	background-color:#FF3300;
	float:left;

}

#text {
	
	width:100%;
	background-image:url(images/grayline.gif);	background-repeat: no-repeat;
	float:left;
		
}

.texto {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#5a5a5a;	
}

.texto td {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#5a5a5a;	
}

.texto a{
	color:#bbbbbb;
	text-decoration:underline
}
.texto a:hover{
	color:#666666;
	text-decoration: none;
}



.texto2 {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#5a5a5a;	
}

.texto2 td{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#5a5a5a;	
}

.texto2 a{
	color:#bbbbbb;
	text-decoration:underline
}
.texto2 a:hover{
	color:#666666;
	text-decoration: none;
}

.texto3 {
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#5a5a5a;	
}

.texto3 td{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#5a5a5a;	
}

.texto3 a{
	color:#bbbbbb;
	text-decoration:underline
}
.texto3 a:hover{
	color:#666666;
	text-decoration: none;
}

.Button
{
	padding:2px 3px 3px 12px;
	color:rgb(90,90,90);
	font-weight:bold;
	text-align:right;
}

.input
{
	border:1px solid #0066CC;
	font-size:8ptheight: 15px;
	marging-top:1px;
	color: Gray;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
}



h1 {

	font-family:"Trebuchet MS";
	font-size:22px;
	color:#0066CC;
	padding:6px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}

h2 {

	font-family:"Trebuchet MS";
	font-size:14px;
	color:#424242;
	line-height:9px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.photo {
	margin: 5px;
	position: relative;
	width: 62px;
	height: 45px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.subtitulo {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#0066CC;
	
}
