/** all devices and responsive browser windows **/
@media screen and (min-width: 768px) {

}


@media only screen and (max-width: 769px) {

	#socios-header { 
		display: block;
		font-family: "Helvetica Neue", Arial, sans-serif;
		text-shadow: 2px 2px #000000;
		width: 99%;
		border-style: solid;
		border-width: 1px;
		border-color: #ccc;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 2px;
		font-size: 1.1em;
		/*padding-left: 85px;*/
		padding-left: 5px;
		padding-right: 5px;
		color: #ff0000;
		background-color:rgba(0,0,0,0.5);

		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
		transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
		-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
		-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
		-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
		
		border-radius: 6px; 
		-webkit-border-radius: 6px; 
		-moz-border-radius: 6px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box; 
	}

	#socios-form .socios-form-campo-footer {
		padding-left: 20px;
		padding-right: 2px;
		font-size: 0.5em;
	}

	
	#socios-form .socios-form-campo-alerta {
		padding-left: 2px;
		padding-right: 8px;
		font-size: 11px;
	}
	
	
 	#socios-form .txtinput, #socios-form .txtcodigo, #socios-form textarea {
		font-size: 0.5em;
		width: 99%;
	}
	
 	#socios-form .txtcheckbox {
		font-size: 0.4em;
		width: 99%;
	}
	
	#socios-form .txtcodigo {
		width: 155px;
		margin-left: 1px;	
	}

	#socios-form .txtcodigo:focus { 
		width: 155px;
		margin-left: 1px;
	}
	
	#socios-form .txtalerta { 
		font-size: 10pt;
	}	

	#socios-form .txtalerta2 { 
		font-size: 10pt;
		margin-right: 30px;
	}	

	#select-funciones select {
		width: 225px;
		background: URL(../images/menu/flecha-abajo.png) no-repeat 190px center #000 !important;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	 }
	 
	 #funciones, #entradas {
		 padding-left:4px;
	 }
	
	#select-entradas select {
		width: 50px;
		background: URL(../images/menu/flecha-abajo.png) no-repeat 15px center #000 !important;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	}
	 
	ul li.aviso {
		line-height: 1.0em;
	}
	 
	.submitbtn {
		font-size: 1.0em;
	}
	
	.submitbtn:hover, .submitbtn:active {
		font-size: 1.05em;
	}
	
	.nosubmitbtn {
		font-size: 1.0em;
	}
	
	.nosubmitbtn:hover, .nosubmitbtn:active {
		font-size: 1.05em;
	}	

	img.cabecera-img-socios
	{
		height: 60px;
	}
	
	.interlineado td {
		line-height: 0.5em;
	}
	
	
/* enlaces */

a.enlace:link {
	font-size: 0.4em;
	}
a.enlace:visited {
	font-size: 0.4em;
	}
a.enlace:hover {
	font-size: 0.4em;
 
	}
a.enlace:active {
	font-size: 0.4em;
	}

	
}