
.contacto-campos {
	text-align: left;
}

.contacto-campos input[type="text"], .contacto-campos textarea {
	border:1px solid #9A5029;	
	background-color:#fff;
	color:#546583;	
	padding: 4px;
	font-size:15px;
	width: 100%;
}

.contacto-campos input[type="text"]:focus, .contacto-campos textarea:focus {
	background-color:#f5f5f5;
	color:#546583;	
}


.contacto-campos button {
	border:1px solid #9A5029;
	background-color:#fff;
	color:#546583;
	padding: 5px;	
	width:100%;
}

.contacto-campos button:hover, .contacto-campos button:active {
	color:#546583;
	border:1px solid #9A5029;
	background-color:#f5f5f5;
	padding: 5px;	
}

.contacto-campos table {
	width:100%;
	text-align:right;
 }

.contacto-campos table td.label {
	color:#546583;
	vertical-align: top;
	padding-top: 15px;
	text-align:right;
}

@media (max-width: 770px) {
	.fotodeco {
		visibility: hidden;
		display:none;
	}
}



.wrapper_contacto  {
	font-family: 'Gabriela', serif;
}

.wrapper_contacto .titulares h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #546583;
}

.empresa-texto {
	color:#546583;
	padding: 0px;
	padding-top: 20px;
	padding-right: 20px;
}

.empresa-texto strong {
	color:#9A5029;
	font-weight: bold;
}

.cc2 {
	color:#546583;
}

.cc1 {
	color:#9A5029;
}


#respuesta strong {
	font-size: 16px;
	font-weight: bold;
}

#dialog {
	display: none;
	width:70%;
	margin-left:15%; 
}

.wrapper_contacto .empresa-texto {
	padding-left:15px;
	font-size: 16px;
}