/* CSS Document */

body {background: #F4F5F9;margin:0;}

a {
	font-size: 11px;
	color: #0066CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
}

#maintable {width:800px;background:#FFF;font-family: Arial, Helvetica, sans-serif;font-size:11px; color: #333333;}
.head {background:url('../images/head.jpg'); width:800px;height:114px;}
.leftframe {width:26px;background:url('../images/left.jpg'); background-repeat: repeat-y;}
.rightframe {width:26px;background:url('../images/right.jpg'); background-repeat: repeat-y;}
.maintitle {text-decoration:none;color: #003366; font-size:14px;}
.title {text-decoration:none;color: #0078C4; font-size:12px;}
.txtform {text-decoration: none;color: #666666; font-size:11px; font-style: none;}
.txtformcombo {text-decoration: none;color: #333333; font-size:11px;}
.pregunta {text-decoration: none;color: #333333; font-size:11px; font-weight: bold;}
.footer {background:url('../images/footer.jpg'); width:800px;height:60px;}
