﻿body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: 'century gothic', arial, verdana, sans-serif;
	background-color: #FFF;
}

img{
	border: 0px;
}

p{
	margin: 0px;
	padding: 0px;
}

.size{
	width: 930px;
	margin: 0px auto;
}

.header{
	height: 70px;
	overflow: hidden;
	background: #FFF;
}

.header01{
	height: 91px;
	overflow: hidden;
}

.mnav{
	background:#D1D2D4;
	height: 30px;
	overflow: hidden;
	width: 930px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mnm ul{
	margin: 0px;
	padding: 0px;
	width: 930px;	
}

.mnm li{
	float: left;
	padding: 0 0px 0 0px;
	line-height: 30px;
	text-align: center;
	list-style: none;
	margin-top: 0px;
	width: 185px;	
}

.mnm a{
	color: #666666;
	text-decoration: none;
	/*font-weight: bold;*/
	font-size: 16px;
	display: inline-block;
	height: 100%;
	width: 185px;
}

.mnm a:hover{
	color: #FFF; 
	text-decoration: none;
	background: url("../images/menu_back.png") repeat-y #59595B;
}

#mainselected{
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	background: url("../images/submenu_back.png") repeat-y;
}

.hright{
	float: right;
	overflow: hidden;
	padding-top: 30px;	
}

.hr01{
	margin-top: 5px;
}

.hr01 div{
	float: left;
	line-height: 30px;
	font-size: 11px;
}

.hr0102 a:link, .hr01 a:visited{
	color: #848484;
	text-decoration: none;
}

.hr01 a:hover, .hr01 a:active{
	color: #848484;
}

.hr0101{
	padding-left: 52px;
}

.hr0102{
	padding-left: 20px;	
}

.content{
	background: #FFF;
	overflow: hidden;
}

.cmainimg{
	margin-bottom: 120px;
}

#slider{
	width: 930px;
	height: 180px;
	float: left;
}

.mcontent{
	overflow: hidden;
	background: #FFF;
	margin-top: 30px;
}

.mcleft{
	float: left;
	width: 232px;
	height: 200px;
	margin: 0px;
}

.submenu{
	width: 232px;
	height: 200px;
	margin: 0px;
	padding: 0px;	
}

.submenu ul, li{
	background: #D1D2D4;
	list-style-type: none;
	display: inline-block;
	width: 232px;	
	border-bottom: 1px solid #FFF;
}

.submenu a{
	color: #666666;
	text-decoration: none;
	/*font-weight: bold;*/
	font-size: 14px;
	height: 100%;
	width: 232px;
	display: inline-block;	
	line-height: 30px;	
	padding-left: 34px;
}

.submenu a:hover{
	color: #FFF;
	text-decoration: none;
	background: url("../images/submenu_back_b.png") repeat-y;
	height: 100%;
	width: 232px;	
	display: inline-block;	
}

#selected{
	color: #FFF;
	text-decoration: none;
	/*font-weight: bold;*/
	font-size: 14px;
	background: url("../images/submenu_back.png") repeat-y;
	width: 100%;	
	display: inline-block;	
	line-height: 30px;	
	padding-left: 34px;	
}

.mcright{
	width: 670px;
	float: right;
}

.mc0203{
	font-size: 12px;
	font-family: arial, verdana, sans-serif;	
	color: #666666;
	width: 100%;
}

.mc0203 a{
	color: #929699;	
	text-decoration: none;
}

.mc0203 a:hover{
	color: #929699;	
	text-decoration: underline;
}

.footer{
	height: 50px;
	overflow: hidden;
	position: relative;
	line-height: 60px;
	font-size: 11px;
	text-align: center;
	clear: both;
	width: 100%;
	color: #CCC;	
}

.footer a:link, .footer a:visited{
	color: #CCC;
	text-decoration: none;
}

.footer a:hover, .footer a:active{
	color: #CCC;
	text-decoration: underline;
}

.listGen{
	height: 15px;
	color:#999;
}

.campo{
	background: url("../images/input_back.png") repeat-y;
	border: 1px solid #FFF;
	height:18px;
	color: #FFF;
	width:205px;	
}

.campo_text{
	background: url("../images/input_back.png") repeat-y;
	border: 1px solid #FFF;
	color: #FFF;
	width:205px;
}

.envioButton{
	background: url("../images/enviar_btn.png") no-repeat;
	width: 74px;
	height: 27px;
	border: 1px solid #FFF;
	color: #FFF;	
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color: rgb(127,162,202);
}

.LV_invalid {
    color:#CC0000;
}

.LV_valid_field,
	input.LV_valid_field:hover, 
	input.LV_valid_field:active,
	textarea.LV_valid_field:hover, 
	textarea.LV_valid_field:active {
    border: 1px solid rgb(127,162,202);
}

.LV_invalid_field, 
	input.LV_invalid_field:hover, 
	input.LV_invalid_field:active,
	textarea.LV_invalid_field:hover, 
	textarea.LV_invalid_field:active {
	border: 1px solid #CC0000;
}