@CHARSET "ISO-8859-1";

/* formulario-socios-socio */



.socios_socio_titulo {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.socios_socio_titulo img {
	float: left;
	margin-right: 10px;
	padding-top: 2px;
}


.socios_menu {
	
	display:inline-block;
}
.socios_socio_menu {
	float: left;
	width: 300px;
	margin-bottom: 15px;
	font-size: 12px;
}

.socios_socio_menu img {
	float: left;
	margin-right: 10px;
}

.socios_socio_menu_negrita {
	font-weight: bold;
}

.socios_socio_menu_rojo {
	color: #C02025;
	font-size: 18px;
	font-weight: bold;
}

.socios_socio_nombre {
	display:inline-block;
	margin-right: 10px;
}

.socios_socio_nombre label {
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.socios_socio_nombre input {
	width: 170px!important;
}

.socios_socio_primerapellido {
	display:inline-block;
	margin-right: 10px;
}

.socios_socio_primerapellido label {
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.socios_socio_primerapellido input {
	width: 175px!important;
}


.socios_socio_segundoapellido{
	display:inline-block;
	margin-right:10px;
	
}


.socios_socio_segundoapellido label {
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.socios_socio_segundoapellido input {
	width: 175px!important;
}

.socios_socio_telefono {
	margin-top: 15px;
	display:inline-block;
	margin-right: 10px;
}

.socios_socio_telefono label {
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.socios_socio_telefono input {
	width: 180px!important;
}

.socios_socio_preference {
	margin-top: 15px;
}

.socios_socio_preference label {
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.socios_socio_preference select {
	width: auto;
}

.socios_socio_lopd {
	margin-bottom: 20px;
	margin-top: 15px;
}

.socios_socio_lopd label {
	font-size: 12px;
}

.socios_socio_lopd input[type="checkbox"] {
	float: left;
	margin-right: 10px;
	padding-top: 2px;
}

.socios_socio_botones input[type="reset"],.socios_socio_botones input[type="submit"]
	{
	font-size: 12px;
	background-color: #DFDFDF;
	border: 1px solid #D3D3D3;
}
.aui .socios_socio_botones input[type="submit"]{
	
    margin-bottom: 0px; 
    margin-top: 0px; 
    padding-bottom: 21px;
}

.socios_socio_botones .btn_enviar {
	font-size: 12px;
	background-color: #DFDFDF;
	border: 1px solid #D3D3D3;
	width: 65px;
	text-align: center;
	height: 18px;
	cursor: pointer;
}

.socios_socio_nota label {
	font-size: 12px;
}

.socios_socio_rojo {
	color: #C02025;
}

.socios_socio_linea {
	width: 100%;
	border-top: 1px dashed;
	margin-top: 15px;
	margin-bottom: 15px
}


/* fin formulario-socios-socio */