@charset "UTF-8";



header, section, footer, aside, nav, article, figure, figcaption,
hgroup {display: block; margin: 0px; padding: 0px; }

#contenedor {
	display: grid;
	grid-template-columns: 2fr repeat(4, 1fr) 2fr;
	grid-template-rows: auto;
	column-gap: 1em;
	

}

header {
	grid-column: 1 / 7;
	grid-row: 1;
	text-align: center; 
	background-color: #204a87;
	color: white;
	padding-top:10px;
	margin-bottom: 0;
}

hr {									 /* linea horizontal */
		color: #00ffff;
		margin-bottom: 2px;
}

#navegacion {							/* zona de botones principales */
	grid-column: 1 / 7;
	grid-row: 2;
	text-align: center; 
	background-color: #204a87; 
	margin: 0;  
	padding-top: 2px;
	
} 

#seccion {
	grid-column: 1 / 7;
	grid-row: 3;
	
	
}

#contmaxconj {
	max-width: 1600px;
}

#contiframe{
	width: 100%;
	
	height: 0;
	padding-bottom: 177%;
	position: relative;
}

#masterframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
}

#pie {
	grid-column: 1 / 7;
	grid-row: 5;
	font-size: small; 
	text-align: right;
	z-index: 2;
}


#titpag {
	font-size: 36px; 
	text-shadow: 4px 4px 5px #00ffff; 
	padding: 0 0; 
	margin: 0 0 ;
}

#indsec {
	font-size: 14px;
}

#contbot {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	
	justify-content: space-evenly;
	margin: 0;
	padding: 0;
}



.boton {								/* botones principales */
	display:inline-block; 
	list-style: none; 
	padding-top: 0px; 
	background-color: #00ffff;
	width: 100px;
	height: 24px;
	border-width: 3px;
	border-color:teal;
	border-radius: 10px;
	color: purple;
	font-size: 14px; 
} 

.boton:hover {							/* evento mouse sobre botones principales */
	color: #00ffff; 
	background-color: #204a87; 
	border-color:#00ffff; 
	cursor: pointer;
}  

/* -------------- CONJUGADOR -------------- */

#contable {
	display: grid;
	grid-template-columns: repeat(12, 8.33%);
	grid-template-rows: auto;

}

#consigna {
	grid-column: 1 / 13;
	font-size: 0.9em;
	margin-left: 1em; 
}

#verbaconj {
	grid-column: 1 / 13;
}

#verbo {
	width: 300px;
	height: 20px; 
	font-size: 16px; 
	
	border-width: 3px; 
	border-radius: 3px; 
	border-color: #ad7fa8; 
}

#tableroizq {
	grid-column: 1 / 13;
	display: grid;
	grid-template-columns: 50% 50%;
}

#tableroder {
	grid-column: 1 / 13;
	display: grid;
	grid-template-columns: 50% 50%;
}

#headtabprin {
	grid-column: 1 / 3;
	grid-row: 1;
	text-align: center; 
	font-size: 1em; 
	height: 1.2em;
	padding-bottom: 0.8em;
	margin-bottom: 0;
}

#personas {
	grid-column: 1 / 2;
	grid-row: 2;
	text-align: right;
	padding-right: 10px;   
	align-self: stretch; 
}

#conjugacion {
	grid-column: 2 / 3;
	grid-row: 2;
	text-align: left;  
	height: 9em;
	margin: 0; 
	padding: 0 ; 
}

#headtabsec {
	grid-column: 1 / 3;
	grid-row: 1;
	text-align: center; 
	font-size: 1em; 
	height: 1.2em;
	padding-bottom: 0.8em;
	margin-bottom: 0;
}

#segundapers {
	grid-column: 1 / 2;
	grid-row: 2;
	text-align: right;  
	padding-right: 10px;
}

#segundaconj {
	grid-column: 2 / 3;
	grid-row: 2;
	text-align: left;  
	height: 9em;
	margin: 0; 
	padding: 0 ; 
}

#aclara {
	grid-column: 1 / 3;
	grid-row: 2;
}

#parraf { 
	grid-column: 1 / 13;
	text-align:left; 
	font-size: 12px; 
	margin-top: 1.5em; 
	text-align: center; 
}

#datos { 
	grid-column: 1 / 13;
	background-color:silver;  
	border-style: groove; 
	border-width: 5px; 
	font-size: 12px;
}

.cuadro {
	background:rgb(211, 215, 207);
}

.tabconj {
	
	font-size: 18px; 
	margin: 0; 
	padding: 0 ;
}

#comprar:hover  {color: #00ffff; background-color: purple;  cursor: pointer;} 
#descrlibro {width: 300px;}
#tablalibro {margin: 0 auto;}




















body {
	background-color: #d0e5e6;
	margin: 0;
}

#body {
	margin: 5px;
}


/* CLASES GENERAL */
.rojo {color: red;}
.naranja {color: orange;}
.verde {color: green;}
.azul {color: blue;}
.negro {color: black;}
.fucsia {color: fuchsia;}
.oculto {visibility: hidden;}


.ital {font-style: italic;}
.subray {text-decoration: underline;}
.negrita {font-weight: bold;}

.centro {text-align: center;}
.der {text-align: right;}
.margenes {margin-left: 10px; margin-right: 10px; }
.margeninf {margin-bottom: 1em;}
.margensup {margin-top: 1em;}
.ancho60 {width: 60px;}
.ancho100 {width: 100px;}
.ancho120 {width: 120px;}
.ancho6em {width: 6em;}
.ancho8em {width: 8em;}
.sangria {margin-left: 200px;}
.letra12 {font-size: 1.2em;}
.letra10 {font-size: 1em;}
.letra8 {font-size: 0.8em;}


#tabla {background: rgb(211, 215, 207); border-style: groove; border-width: 5px; width: 1200px; height: 500px}
#tittab {height: 30px;}









#listas {color: #00ffff;}
#listas li:hover { color: yellow; cursor: pointer; text-shadow: 10px 0px 10px white;}

#tapadelibro {float: left; margin-right: 10px;}

/* -------------- VIDEOS -------------- */

#videoYT {
	grid-column: 1 / 7;
	grid-row: 1;
	font-size: 0.8em;
}

#contmaxvideo {
	max-width: 780px;
}

#contvideo {
	width: 100%;
	
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

#framevideo {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/* -------------- EJERCICIOS -------------- */

#columna {
	grid-column: 1 / 7; 
	grid-row: 2;
	background-color: #204a87; 
	margin-right: 5px;
}

#secejercicio {
	grid-column: 1 / 7;
	grid-row: 1;
	font-size: 0.8em;
}


#tablaej1 {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 0.6em;
	background: rgb(211, 215, 207); 
	border-style: groove; 
	border-width: 3px; 
	font-size: 0.9em;
	padding: 0.3em;
	justify-items: center;
}

#maxcont {
	
	grid-column: 1 / span 12;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.minicont {
	width: 11em;
	height: 9em;
	display: grid;
	grid-template-columns: 30% 70%;
	grid-template-rows: repeat(4, 1fr);
	gap: 0.2em;
	justify-items: center;
	align-items: center;
}

.dobleconj {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 3em;
}

.c1de1 {
	grid-column: 1 / 13;
}

.c1de2 {
	grid-column: 1 / 7;
}

.c2de2 {
	grid-column: 7 / 13;
}

.c1de3 { 
	grid-column: 1 / 5;
}

.c2de3 {
	grid-column: 5 / 9;
}

.c3de3 {
	grid-column: 9 / 13;
}

.c1de6 {
	grid-column: 1 / 3;
}

.c2de6 {
	grid-column: 3 / 5;
}

.c3de6 {
	grid-column: 5 / 7;
}

.c4de6 {
	grid-column: 7 / 9;
}

.c5de6 {
	grid-column: 9 / 11;
}

.c6de6 {
	grid-column: 11 / 13;
}

.c1de12 {
	grid-column: 1 / 2;
}

.c2de12 {
	grid-column: 2 / 3;
}

.c3de12 {
	grid-column: 3 / 4;
}

.c4de12 {
	grid-column: 4 / 5;
}

.c5de12 {
	grid-column: 5 / 6;
}

.c6de12 {
	grid-column: 6 / 7;
}

.c7de12 {
	grid-column: 7 / 8;
}

.c8de12 {
	grid-column: 8 / 9;
}

.c9de12 {
	grid-column: 9 / 10;
}

.c10de12 {
	grid-column: 10 / 11;
}

.c11de12 {
	grid-column: 11 / 12;
}

.c12de12 {
	grid-column: 12 / 13;
}

.jder {
	justify-self: end;
}

.jizq {
	justify-self: start;
}

.aend {
	align-self: flex-end;
}

.input {
	width: 6em;
	font-size: 1em;
}

.inputmini {
	width: 2em;
}

.xl {
	width: 8em;
}

.xxl {
	width: 9em;
}

#contador {
	display: flex;
	grid-column: 1 / span 12;
	column-gap: 3em;
}

.lyb {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	justify-items: center;
}

.botones {
	border-width: 3px; 
	border-radius: 7px;  
	border-color: blue; 
	background-color:  #00ffff; 
	margin-top: 7px; 
	margin-bottom: 7px;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 1em;
}

.botones:hover {
	background-color: blue ;
	color: aqua;
	 cursor: pointer;
}

.label { 
	justify-items: center;
	width: 70px; 
	font-weight: bold; 
	color: black; 
	background-color: transparent; 
	font-size: 0.8em;
}

.botres {
	justify-items: center;
	width: 50px; 
	height: 50px; 
	font-size: 2em; 
	color: black; 
}

/* -------------- CONJUGADOR -------------- */

#sobrelibro {
	grid-column: 1 / 7;
}

#sarasa p {

	margin-left: 1em;
}



#botverde {background-color: green;}
#botrojo {background-color: red;}
#ejercicio {text-align: center;}





@media only screen and (min-width: 780px) {
	#titpag {
		font-size: 56px; 
	}

	#indsec {
		font-size: 24px;
	}

	.boton {
		width: 150px;
		height: 36px;
		border-width: 5px;
		border-radius: 15px;
		font-size: 20px; 
	}

	#consigna {
		grid-column: 1 / 5;
		font-size: 1em;
		align-self: flex-end;
	 
	}
	
	#verbaconj {
		grid-column: 5;
	}

	#verbo {
		width: 300px;
		height: 30px; 
		font-size: 20px; 
		
		border-width: 5px; 
		border-radius: 5px; 
		border-color: #ad7fa8; 
	}

	
	#tableroizq {
		grid-column: 1 / 7;
	}
	
	#tableroder {
		grid-column: 7 / 13;
	}

	#headtabprin {
		font-size: 22px; 
	}

	#headtabsec {
		font-size: 22px; 
	}

	.tabconj {
		font-size: 22px; 

	}

	#parraf { 
		font-size: 14px; 
	}

	#datos {
		font-size: 16px;
	}

	/* -------------- VIDEOS -------------- */
	#videoYT {
		grid-column: 2 / 7;
		grid-row: auto;
		font-size: 1.2em;
	}

	/* -------------- EJERCICIOS -------------- */

#columna {
	grid-column: 1 / 2; 
	grid-row: auto;
	font-size: 1.2em;
}

#secejercicio {
	grid-column: 2 / 7;
	grid-row: auto;
	font-size: 1.2em;
}

#tablaej1 {
	column-gap: 0.8em;
	border-width: 5px; 
	font-size: 1em;
	padding: 0.5em;

}



.botones {
	border-width: 5px; 
	border-radius: 10px;  
	border-color: blue; 
	background-color:  #00ffff; 
	margin-top: 10px; 
	margin-bottom: 10px;}


.label { 

	width: 100px; 

}

.botres {
	
	width: 70px; 
	height: 70px; 
	font-size: 3em; 

}

.input {
	font-size: 1.2em;
}

.xl {
	width: 7em;
}

.xxl {
	width: 8em;
}
}