
	

		.direccion{
			float: left;
			width: 39%;
			padding-right: 1%;
		}
		.mapa{
			float: left;
			width: 60%	
		}
		.col60{
			background-color: #FCFCFC;
			color:#000;
			padding: 20px;
			width: 75%;

		}

		.form-item {
    		margin-bottom: 1em;
    		margin-top: 2px;
    	}
		.webform-component-textfield input, .webform-component-webform_email input{
			height: 20px;
			width: 250px;
			border: 0;
			background: transparent;
			margin-left: 5px;

		}
		.webform-component-textfield, .webform-component-webform_email {
			background: url('../2018_img/fondoCajaContacto.png') no-repeat;
			height: 36px;
			width: 268px;
			float: left;
			margin-right: 15px;
			background-size: cover;
		}
		 .webform-component-textfield label, .webform-component-webform_email label, .webform-component-textarea label {
		 	display: none;
		 }
		 .webform-component-textarea textarea{
			height: 152px;
			width: 533px;
			border: 0;
			background: transparent;	
		 }
		 .webform-component-textarea {
		 	background: url('../2018_img/fondoCajaIntroducirTexto.png') no-repeat;
			height: 162px;
			width: 553px;
			float: left;
			margin-right: 15px;
			padding: 10px;
			margin-bottom: 0;

		 }
		 .webform-component-markup{
			 float: left;
			width: 160px;	
		 }

		 #edit-actions{
		 	float: right;
			margin: 0 15px 0 0;
			padding: 0;
		 }
		 #edit-actions input{
		 	margin: 0;
			padding: 0;
			height: 50px;
			width: 160px;
			line-height: 50px;
			text-align: center;
			border: 0;
			color: #fff;
			
			font-size: 12pt;
			background: url('../2018_img/boton_enviar.png') no-repeat;
		 }


@media (min-width : 0px)  and (max-width : 767px)  {

		#socios{
			background-color: #fff;
		}

		 .direccion{
			width: 100%;
			padding-bottom: 10px;
		}
		.mapa{
			width: 100%;	
		}
		.col60{
			width: 90%;
			padding: 10px;
		}

		.webform-component-textarea, .webform-component-textarea textarea{
			
			max-width: 268px;
		}

		.webform-component-markup{
			width: 100%;
		}
		#edit-actions{
			float: none;
			width: 100%;
			text-align: center;
		}
}