/*
Archivo de estilos de la web del Club Deportivo ANR
Autor: Santiago Martínez Aznar, samaznar@gmail.com

versión: 0.2
fecha: Octubre 2024
*/

/*=====================Elementos comunes==========================*/
a {
	text-decoration: none;
}

body {
	background-image: url("../img/fondo.webp");
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 14px;
	  -webkit-text-size-adjust: 100%; /* Para Safari y Chrome en móviles */
	  -moz-text-size-adjust: 100%;    /* Para Firefox en móviles */
	  -ms-text-size-adjust: 100%;     /* Para IE en móviles */
	  text-size-adjust: 100%;         /* Estándar */
}

footer {
    display: grid;
    width: 95vw;
    margin: 8px;
	padding: 16px;
    grid-gap: 16px;
    grid-template-columns:1fr 1fr 1fr;
	font-size: 8px;
	border-style: solid;
	border-color:rgb(46,113,175);
	border-width: 1px 0px 0px 0px;
}

h1 {
   	color: rgb(46,113,175);
   	font-size: 2.3em;
	padding: 0.5em 0em 0.5em 0em;
}

h2 {
   	color: rgb(46,113,175);
   	font-size: 1.5em;
	   padding: 0.3em 0em 0.3em 0em;
}

h3 {
   color: rgb(46,113,175);
   font-size: 1.25em;
   padding: 0.3em 0em 0.3em 0em;
}

h4 {
   	color: rgb(46,113,175);
	font-size: 1em;
	padding: 0.2em 0em 0.2em 0em;
	font-weight: bold;	
}

header {
    display: grid;
    grid-template-columns: 1fr minmax(200px, 200px) minmax(200px, 200px);
    grid-gap:16px;
}

img {
	margin: 2px;
	padding: 2px;
}

input:required:invalid {
    background-color: rgba(255,0,0,.3);
	color: white;
}

iframe{
	display: inline;
	position: relative;
	border: none; 
}

main {
    display: grid;
    grid-template-columns: minmax(250px, 250px) 3fr;
    grid-gap: 16px;
    min-height: 74vh;
    
}

p {
    text-align: justify;
	line-height: 1.5em;
}



ul {
	line-height: 1.5em;
}

/*=====================Clases de la web=================================*/

.abtn {
  	border-radius: 5px;
	border-style: solid;
  	border-width: 0px; 
    display: flex;
	font-weight: bold;
    font-size: 18px;
	color: rgb(46,113,175);
 	background-color: rgba(255,255,255,0.6);
    width: 160px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.abtngordo {
  	border-radius: 5px;
	border-style: solid;
  	border-width: 0px; 
    display: flex;
	font-weight: bold;
    font-size: 18px;
	color: rgb(46,113,175);
 	background-color: rgba(255,255,255,0.6);
    width: 160px;
    height: 80px;
    align-items: center;
    justify-content: center;
}

.aabtn {
  	border-radius: 5px;
	border-style: solid;
  	border-width: 0px; 
    display: flex;
	font-weight: bold;
    font-size: 18px;
	color: red;
 	background-color: rgba(255,255,255,0.6);
    width: 160px;
    height: 40px;
    align-items: center;
    justify-content: center;

}

.abtn:hover {
  	border-radius: 5px;
	border-style: solid;
  	border-width: 0px; 
    display: flex;
	font-weight: bold;
    font-size: 18px;
	color: white;
 	background-color: rgb(46,113,175);
    width: 160px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.abtngordo:hover {
  	border-radius: 5px;
	border-style: solid;
  	border-width: 0px; 
    display: flex;
	font-weight: bold;
    font-size: 18px;
	color: white;
 	background-color: rgb(46,113,175);
    width: 160px;
    height: 80px;
    align-items: center;
    justify-content: center;
}

.aabtn:hover {
  	border-radius: 5px;
	border-style: solid;
  	border-width: 0px; 
    display: flex;
	font-weight: bold;
    font-size: 18px;
	color: white;
 	background-color: red;
    width: 160px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.abtndocs {
  	border-radius: 5px;
	border-style: solid;
  	border-width: 0px; 
    display: flex;
	font-weight: bold;
    font-size: 18px;
	color: rgb(46,113,175);
 	background-color: rgba(255,255,255,0.6);
    width: 380px;
    height: 80px;
    align-items: center;
    justify-content: justify;
}

.abtndocs:hover {
  	border-radius: 5px;
	border-style: solid;
  	border-width: 0px; 
    display: flex;
	font-weight: bold;
    font-size: 18px;
	color: white;
 	background-color: rgb(46,113,175);
    width: 380px;
    height: 80px;
    align-items: center;
    justify-content: justify;
}


.apuntereportes td, th {
	padding: 12px 0px 12px 0px;
	border-bottom: 1px solid rgb(46,113,175);
}
.apuntereportes:hover {
	background-color: rgb(46,113,175);
	color: white;
}
.avionadmin {
	border-style: none none solid none;
  	border-width: 1px;
  	border-color: rgb(46,113,175);
 	margin: 15px;
  	vertical-align: middle;
}
.avionreserva {
	display: inline-block;
  	border-style: none;
	margin: 15px;
	vertical-align: middle;
	width: 40em;
}

.dispreserva {
	display: inline-block;
	border-style: none none none solid;
	border-width: 1px;
	border-color: rgb(46,113,175);
	vertical-align: middle;
	padding: 15px;
	height: 100%;
	width: 12em;
}

.btnadmintoolbar {
	display: inline-flex;
	font-weight: bold;
	width: 38px;
	height: 38px;
	border-color: rgb(46,113,175);
  	border-radius: 3px;
	border-style: solid;
  	border-width: 1px; 
	background-color: white;
	color: red;
	text-align: center;
	margin-left: 5px;
}

.btnadmintoolbar:hover {
	background-color: red;
	color: white;
}
.btnguay {
    border-color: rgb(46,113,175);
  	border-radius: 5px;
	border-style: solid;
  	border-width: 1px; 
	background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
	box-shadow: 2px 2px 5px rgba(46, 113, 175, 0.5);
	text-align: center;
	margin: 5px;
    width: 160px;
    height: 40px;

}

.btnguaygordo {
    border-color: rgb(46,113,175);
  	border-radius: 5px;
	border-style: solid;
  	border-width: 1px; 
	background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
	margin: 5px;
    width: 160px;
    height: 80px;

}

.btnguaydocs {
    border-color: rgb(46,113,175);
  	border-radius: 5px;
	border-style: solid;
  	border-width: 1px; 
	background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: left;
	margin: 5px;
    width: 380px;
    height: 80px;
}

.cabecera {
	inset-block-start: 3%;
	margin: 5px;
	text-align: right;
	padding: 20px;
	width: 90%;
}

.cabecerareportes {
	color: rgb(46,113,175);
	text-align: justify;
	width: 10%;
}

.contenido {
    display: inline-block;
    position: relative;
    width: 80%;
    top: 20%;
    margin: 3%;
}
.contenedorguay {
    display: grid;
    grid-template-columns: repeat(
		auto-fill,
		minmax(200px, 1fr)
	);
    grid-column-gap: 230px;
	width: 75%;
	place-items: center;
}

.firmanoticia {
	text-align: right;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	color: rgb(46,113,175);
}

.fotonoticia {
	width: 320px;
}

.frmreg {
	border: none;
  	border-radius: 5px;
	width: 120px;
	height: 30px;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
	color: rgb(46,113,175);
}

.frmres {
	border: none;
  	border-radius: 5px;
	width: 120px;
	height: 30px;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
	font-weight: bold;	
    margin-left: 5px;
    margin-right: 5px;
	color: rgb(46,113,175);
}

.frmregtext {
	border: none;
  	border-radius: 5px;
	resize: none;
	width: 460px;
	text-align: justify;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
	color: rgb(46,113,175);
}

.linkdeco{
    text-decoration: underline;
    color: blue;
}

.linknomarco{
	text-decoration: none;
    border-width: 0px;
}

.loginfield {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
	color: rgb(46,113,175);
	border-width: 0px 0px 4px 0px;
	background: transparent;
}

.materia {
	padding: 5px;
}

.menu {
	vertical-align: text-top;
}

.noticia {
	display: block;
	width:69vw;

}

.panelguay {
	clear: both;
	width: 400px;
	background-color: rgba(200,200,230,0.3);
	box-shadow: 2px 2px 5px rgba(46, 113, 175, 0.5);
	border-radius: 5px;
	display: block;
	padding: 5px;
	margin: 15px;
}

.panelguayp {
	clear: both;
	width: 190px;
	background-color: rgba(200,200,230,0.3);
	display: block;
	padding: 5px;
	margin: 5px;
}

.panelguayr {
    border-color: rgb(46,113,175);
  	border-radius: 5px;
	border-style: solid;
    border-width: 1px;
	clear: both;
	width: 64em;
	background-color: rgba(197, 205, 208, 0.3);
	display: block;
	padding: 5px;
	margin: 5px;
}

.panelnotam {
	background-color: rgba(240,240,170,0.6);
	border-color: rgb(46,113,175);
	border-radius: 5px;
  	border-style: solid;
  	border-width: 1px;
	box-shadow: 2px 2px 5px rgba(46, 113, 175, 0.5);
	width: 100%;
	min-height: 400px;
	padding: 20px;
}

.pie {
	width:100%;
  	padding: 20px;
}

.regfiltro {
	border: none;
	text-align: justify;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	color: rgb(46,113,175);
	font-weight: bold;	
	margin: 5px;
}

.reportes {
	background: transparent;
	border-spacing: 0px;
	width: 95%;
	min-width: 600px;

}

.reserva {
  	border-style: none none solid none;
	border-width: 1px;
	border-color: rgb(46,113,175);
	margin: 15px;
	vertical-align: middle;
}




/*=====================Objetos únicos===========================*/
#archivo{
	background-image: url("../img/archivo.webp");
}

#btnfiltrar {
	cursor: pointer;
	border-style: solid;
  	border-width: 1px; 
	border-radius: 3px;
	background: white;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	color: rgb(46,113,175);
	font-weight: bold;	
	margin: 5px;
}

#btnfiltrar:hover {
	background: rgb(46,113,175);
	color: white;
}

#btnhaztesocio {
	font-weight: bold;
	width: 240px;
  	border-radius: 5px;
	border-style: solid;
  	border-width: 1px; 
    font-size: 18px;
	background-color: white;
	color: rgb(46,113,175);
	text-align: center;
	margin: 5px;
	padding: 20px;
}

#btnhaztesocio:hover {
	background-color: rgb(46,113,175);
	color: white;
}

#btnacceso {
	font-weight: bold;
	width: 240px;
  	border-radius: 5px;
	border-style: solid;
  	border-width: 1px; 
    font-size: 18px;
	background-color: white;
	color: rgb(46,113,175);
	text-align: center;
	margin: 5px;
	padding: 20px;
}

#btnacceso:hover {
	background-color: rgb(46,113,175);
	color: white;
}

#btnconsultar {
    border-color: rgb(46,113,175);
	cursor: pointer;
	font-weight: bold;
	width: 120px;
  	border-radius: 5px;
	border-style: solid;
  	border-width: 1px; 
    font-size: 18px;
	background-color: white;
	color: rgb(46,113,175);
	text-align: center;
	margin: 5px;
	padding: 20px;
}
#btnconsultar:hover {
	background-color: rgb(46,113,175);
	color: white;
}


#btnentrar {
    border-color: rgb(46,113,175);
	cursor: pointer;
	font-weight: bold;
	width: 180px;
  	border-radius: 5px;
	border-style: solid;
  	border-width: 1px; 
    font-size: 18px;
	background-color: white;
	color: rgb(46,113,175);
	text-align: center;
	margin: 5px;
	padding: 20px;
}
#btnentrar:hover {
	background-color: rgb(46,113,175);
	color: white;
}

#calend{
    background-image: url("../img/calend.webp");
}

#competi{
    background-image: url("../img/competi.webp");
}

#divMETAR{
	font-family: 'Courier New', Courier, monospace;
	font-size: 16px;
	color: #000; 
}

#firma {
	position: relative;
	padding-right: 40px;
	float: right;
}

#flota{
    background-image: url("../img/flota.webp");
}

#galeria{
	display: flex;
	justify-content: center;
	align-items: center;
    width: 480px;
	height: 360px;
	padding: 0px;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5); 
}

#loginform{
	text-align: center;
	position:relative;
	top: 25vh;
}
#mab{
	background-image: url("../img/mab.webp");
}

#meteo{
    background-image: url("../img/meteo.webp");
}

#minilogopie {
	position: relative;
	float: left;	  	
}

#nosotros {
    background-image: url("../img/nosotros.webp");
}

#noticias {
        background-image: url("../img/noticias.webp");
}
#panelnoticias {
	display: inline-block;
	width: 70em;
	height: 24em;
}

#registro {
        background-image: url("../img/registro.webp");
}

#reserva {
        background-image: url("../img/reservas.jpg");
}

#salir {
        background-image: url("../img/salir.webp");
}

#seguimiento {
        background-image: url("../img/seguimiento.webp");
}


#user {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
	color: rgb(46,113,175);
	border-width: 0px 0px 4px 0px;
	background: transparent;
}
