/*ASPECTOS GENERERALES*/
html{
	}
.Guerrero{
	margin:auto;
	width:67px;
	height:110px;
	background-repeat:no-repeat;
	background-image:url(/images/M_br.png);
	background-size:contain;}
	.Guerrero:Hover{
	width:67px;
	height:110px;
	background-image:url(/images/M_br_defensa.png);
	background-size:contain;
	}
	
body{
	min-width: 650px;
	position:relative;
	text-align:center;
	background-color:#0062a9;
	background-size:contain;
	padding:1%;
	margin:1%;	
	margin-top:0px;	
	width:95%; 
	height:100%;
	align-items:center;
		
		}	

body header{
	display:flex;
	justify-content:flex-start;
	box-shadow:3px 3px 5px 5px  rgba(0,0,0,0.3) ;
	width:100%;
	height:10%;
	line-height:75px;
	background-color:#393939;
	align-items:center;
alignment-adjust:middle;
min-width:550px;
	}
body header h1{
align-self:center;
font-family:Veolia, "Veolia";
color:#cccccc;}
body header img{
 justify-content:center;
align-self:center;
}
body footer h1{
font-family:Veolia, "Veolia";
		color:#aaaaaa;}
.cuadrado {
	display:flex;
	flex-wrap:wrap;
	alignment-adjust:central;
	justify-content:center;
	box-shadow:3px 3px 5px 5px  rgba(0,0,0,0.3) ;
	flex-direction:row;
	width:200px;
	min-width:200px;
	min-height:200px;
	height:200px;
	text-align:center;
	align-content:center;
	background-color:#363636;
	border-radius:20px ;
	margin:1em;
	padding:15px;
		}
.cuadradoNoFlex {		
	position:relative;
	box-shadow:3px 3px 5px 5px  rgba(0,0,0,0.3) ;
	width:200px;
	min-width:200px;
	min-height:200px;
	height:200px;
	background-color:#363636;
	border-radius:20px ;
	margin:1em;
	align-content:center;
			}
.cuadrado:hover{
			background-color:#464646;
			}
.cuadradoNoFlex:hover{
			background-color:#464646;
			}
body footer{
	position:relative;
	text-align:center;
	align-self:flex-end;
	}
body footer h3{
	color: #ffffff;
	background-color:#363636;
	padding:5px; 
	font-family:Veolia, "Veolia";}	
#carpetas{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	
	}

/*ASPECTOS MUY PARTICULARES DE CADA PÁGINA*/
#CabeceroFormulario{
	width:700px;
	height:auto;
	margin:auto;
	padding:10px;
	margin-top:10px;
	}
#conjunto{
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	justify-content:space-around;
	min-width:510px;
	margin-top:175px;}
/*BOTONES DE MENÚ*/
.imgBoton{
	padding:5px;
top:30px;
left:40px;
z-index:0;	
	}
#arduino{
margin-top:25%;
z-index:0;	
	}
.TexBoton{
margin:auto;
z-index:1;	
font-family:Veolia, "Veolia";
		}
.TexBoton h3{
		font-size:30px;
	color:#aaaaaa;}
.TexBoton h4{
	font-size:25px;
	color:#aaaaaa;}
#practicas{
	position:absolute;
	  }
.ventana_flotante {
    background: none repeat scroll 0 0 #FFFFFF;
	box-shadow:3px 3px 5px 5px  rgba(0,0,0,0.5) ;
    border: 1px solid #aaaaaa;
    border-radius: 1px 20px 1px 20px;
   top: 0px;
   align-content:flex-start;
    margin-left: 10px;
    padding: 0px 0 0;
    position: fixed;
    
    width: 95%;
	height: 100px;
    z-index: 15;
	color: white;
}
.pestaña {
    
	background: none repeat scroll 0 0 rgba(202, 199, 196, 0.0);
	margin-top:147px;
    left: 100px;
    margin-left: 0px;
    padding: 0px 0 0;
    z-index: 16;
	color: white;
	width:151px;
	height:47px;
}
.cabeceraJunta {		
	box-shadow:3px 3px 5px 5px  rgba(0,0,0,0.3) ;
	width:200px;
	min-width:200px;
	min-height:90px;
	height:90px;
	background-color:#363636;
	border-radius:20px ;
	margin:0px;
	align-content:center;
			}
.logoJuntaA{
	padding:20px;}
.TextoJunta{
	font-family:Junta;
	color:#36773d;
	align-content:center;
	word-spacing:normal;}
		
.tabla{
border-color:transparent;
background-color:#d3d3d3;
border-collapse:collapse;
border-bottom-left-radius:20px;	
border-top-right-radius:20px;
box-shadow: 10px 10px 5px #1E1E1E;
	}
	.tabla td{
		padding-left:10px;}

.Publicidad{
border-bottom-left-radius:20px;	
border-top-right-radius:20px;
box-shadow: 10px 10px 5px #1E1E1E;
margin:10px;}