/* CSS Document */


.leftColumn {

	width: 294px;
	float:left;
	

}

.rightColumn {
	
	width: 626px;
	margin-left:314px;
}



.breadcrumb {
	font-size:12px;
	color:#488fcd;
	margin-left:240px;
	margin-bottom:20px;	

}

.textoContactos {
	font-size:14px;
	color:#488fcd;
	line-height:18px;
}

.textoContactos a:link    {color:#488fcd;}/* unvisited link */
.textoContactos a:visited {color:#488fcd;}/* visited link */
.textoContactos a:hover   {color:#00aeef;}/* mouse over link */
.textoContactos a:active  {color:#488fcd;}/* selected link */


#formulario {
	/*margin-top:10px;
*/
}


input[type="text"] {
	background:none;
	border:0px;
	color:#696969;
	font-size:12px;
	width:610px;
	outline:none;
	padding-left:10px;
	
}


.textField {
	background-image:url(../imgs/largeField.jpg);
	background-repeat:no-repeat;
	color:#696969;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:4px;
	width:626px;
	height:32px;
	
}

.last {
	margin-right:0px;
	
}

.codPostalField01 {
	background-image:url(../imgs/codPostal01Field.jpg);
	background-repeat:no-repeat;
	color:#696969;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:4px;
	width:122px;
	height:32px;
		
	
}

.codPostalField01 input {
	width:100px;
}


.codPostalField02 {
	background-image:url(../imgs/codPostal02Field.jpg);
	background-repeat:no-repeat;
	color:#696969;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:4px;
	width:82px;
	height:32px;
	margin-left:16px;
	margin-right:36px;
}


.codPostalField02 input {
	width:60px;
}



.localidadeField {
	background-image:url(../imgs/localidadeField.jpg);
	background-repeat:no-repeat;
	color:#696969;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:4px;
	width:364px;
	height:32px;
	
}


.localidadeField input {
	width:344px;
}




.mediumField {
	background-image:url(../imgs/mediumField.jpg);
	background-repeat:no-repeat;
	color:#696969;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:4px;
	width:188px;
	height:32px;
	
	margin-right:29px;
		
}



.mediumField input {
	width:166px;
}

.marcaField {
	background-image:url(../imgs/marcaField.jpg);
	background-repeat:no-repeat;
	color:#696969;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:4px;
	width:254px;
	height:32px;
	
	margin-right:23px;
}

.marcaField input {
	width:230px;
}

.modeloField {
	background-image:url(../imgs/modeloField.jpg);
	background-repeat:no-repeat;
	color:#696969;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:4px;
	width:339px;
	height:32px;
	
}

.modeloField input {
	width:320px;
}

.smallField {
	background-image:url(../imgs/smallField.jpg);
	background-repeat:no-repeat;
	color:#696969;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:4px;
	width:102px;
	height:32px;
		
	margin-right:27px;
}

.smallField input {
	width:82px;
}

.tlmField {
	background-image:url(../imgs/tlmField.jpg);
	background-repeat:no-repeat;
	color:#696969;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:4px;
	width:188px;
	height:32px;	
	
	margin-right:21px;
}

.tlmField input {
	width:170px;
}

.emailField {
	background-image:url(../imgs/emailField.jpg);
	background-repeat:no-repeat;
	color:#696969;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:4px;
	width:413px;
	height:32px;
		
	
}

.emailField input {
	width:394px;
}

.formButtons  {
	background:none;
	border:0px;
	color:#FFFFFF;
	font-size:11px;
	width:70px;
	outline:none;
	font-weight:lighter;
	cursor:pointer;
}

#feedback {
	
	height:21px;
	width:400px;
	padding-left:8px;
	color:#CC00;
	font-size:11px;
	font-weight:lighter;
}

#buttons {
	
	width:160px;
	margin-left:466px;
	margin-top:-21px;
	
}

.limparButton {
	background-image:url(../imgs/btCinza.jpg);
	width:70px;
	height:21px;
}

.limparButton:hover   {
	background-image:url(../imgs/btAzul.jpg);
	width:70px;
	height:21px;
}


.enviarButton   {
	float:right;
	background-image:url(../imgs/btAzul.jpg);
	width:70px;
	height:21px;
}
.enviarButton:hover   {
	float:right;
	background-image:url(../imgs/btCinza.jpg);
	width:70px;
	height:21px;
}



.areaField {
	background-image:url(../imgs/areaField.jpg);
	background-repeat:no-repeat;
	
	padding-left:10px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	width:624px;
	height:93px;

}


textarea {
	background:none;
	border:0px;
	color:#696969;
	font-size:12px;
	width:610px;
	height:82px;
	outline:none;
	
}

.formLabel{
	padding-left:8px;
}

.coberturas {
	line-height:26px;
	padding-left:0px;
}


input[type="checkbox"] {
    margin-right: 8px;
}

input[type="radio"] {
  
	
}

