		/*----------------------------- Formulario de Contacto   */

		div#div_desarrollo_contenido form#form_contacto{
			padding: 10px 0;
		}

			form#form_contacto label{
				font-size: 0.70em;
				line-height: 1.25em;
				color: #80806d;
				display: block;
			}

			form#form_contacto input{
				font-size: 0.70em;
				color: #616136;
				border: solid 1px #dadad1;
				width: 300px;
				margin-bottom: 5px;
			}

			form#form_contacto textarea{
				font-family: Lucida Sans Unicode;
				font-size: 0.70em;
				color: #616136;
				border: solid 1px #dadad1;
				width: 460px;
				height: 100px;
				margin-bottom: 5px;
			}

			form#form_contacto input#txt_telefono{
				width: 100px;
			}

			form#form_contacto a{
				font-size: 0.60em;
				text-decoration: none;
				color: #8aa42f;
				background: url('imgs/fnd_enviar_mensaje.gif') no-repeat;
				width: 77px;
				height: 20px;
				padding: 0 0 0 18px;
				margin-top: 10px;
				display: block;
				clear: both;
			}

			form#form_contacto a:hover{
				text-decoration: underline;
			}

			form#form_contacto select{
				font-size: 0.70em;
				line-height: 1.25em;
				color: #80806d;
				display: block;
			}

		div#div_desarrollo_contenido p.consulta{
			margin-top: 20px;
			color: #747B6E;
			font-size: bold;
		}

		div#div_desarrollo_contenido p.explicacion{
			margin-top: 5px;
			color: #747B6E;
			font-size: bold;
		}

		/*------------------------- Fin Formulario de Contacto   */
