/********************************************************************************************************************************************
 ********************************************************************************************************************************************
 ****    ESTILOS_AYTO V_1.0                    **********************************************************************************************
 ****    AYTO ALHAMA DE MURCIA                 **********************************************************************************************
 ****    12/05/2016                            **********************************************************************************************
 ****    djalcon@alhamademurcia.es             **********************************************************************************************
 ****    ricardo.sanchez@alhamademurcia.es     **********************************************************************************************
 ********************************************************************************************************************************************
 ********************************************************************************************************************************************/
/*RESOLUCIONES IMPLEMENTADAS
 	Acceso rápdio ANCLAS:
 	
 	RES1-TODOS LOS ANCHOS 
 	RES2-ANCHO MAYOR QUE 768px
 
 */

/*RES1*/
#logo{width:250px;}
#barraSuperior {
	height: 70px;
}

#display {
	width: 100%;
	display: none;
	float: left;
	margin-right: 30px;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	overflow: hidden;
}

/**RELATIVO A LA CORTINA DE CARGA*/
.capa_carga {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	background: #000;
	z-index: 100000000000;
	color: #fff;
	text-align: center;
	opacity: 0.8;
	font-size: 21px;
	visibility: hidden;
}


.glyphicon.spinning {
	animation: spin 1s infinite linear;
	-webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
	from { transform:scale(1)rotate(0deg);}
	to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin2 {
	from {-webkit-transform: rotate(0deg);}
	to {	-webkit-transform: rotate(360deg);}
}


