/* CSS Document */

#contacto form {
	margin: 0px 20px;
	line-height: 16px;
	}

#contacto table {
	width: 100%;
	height: 19px;
	margin-bottom: 8px;
	}

#contacto .contacto_campo {
	width: 120px;
	font-weight: bold;
	letter-spacing: -1px;
	background-color: #A8DD49;
	padding: 1px 0px;
	line-height: 19px;
	border: 1px solid #7CA436;
	color: #546F24;
	}
	
#contacto .contacto_input {
	border: 1px solid #7CA436;
	border-left-width: 0px;
	background-color: #F3FAE8;
	padding: 0px;
	}
	
#contacto input,
#contacto textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #546F24;
	border-width: 0px;
	}
	
#contacto .contacto_input input {
	width: 272px;
	height: 14px;
	line-height: 13px;
	padding-top: 2px;
	background-color: transparent; /* #F3FAE8 */
	}
#contacto .tit_comentarios {
	width: auto !important;
	text-align: left !important;
	padding-left: 24px !important;
	}
#contacto textarea {
	width: 405px;
	height: 105px;
	line-height: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: transparent;
	}
#contacto #b_enviar {
	text-align: center;
	width: 100%;
	height: 19px;
	font-weight: bold;
	padding-bottom: 4px;
	line-height: 17px;
	background-color: #A8DD49;
	cursor: pointer;
	}
