/*Colores*/



/************************
 * ESTRUCTURA XERAL
 ************************/

body {
	font-family:"Palatino Linotype", "Trebuchet MS", sans-serif;
	background-color: #fff;
} 

.container {
	max-width: 960px;
	background-color: #fff !important;
}

ol {
    counter-reset: list;
    margin: 0; padding:0 0 0 25px;
}
ol > li {
    list-style: none;
    position: relative;
    margin-top: 5px;
}
ol > li:before {
    counter-increment: list;
    content: "(" counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}

ul {
    margin: 0;
    padding:0 0 0 25px;
}

ul > li {
    margin-top: 5px;
}

.nostyle{
	display: none;
}

/************************
 * CABECEIRA
 ************************/

cabeceira{
	margin: 5px 0 0 0;
	font-size: 30px;
	color: #000;
	position:relative;
	background: url(preparaciion/imaxes/header.jpg) no-repeat;
	border-bottom: thick solid #d4d4d4;
}

cabeceira img{
	width: 100%;
}


/************************
 * LOGIN
 ************************/


.login{
	margin: 5px auto 0 auto;
	width:100%;
}

.login form{
	font-size: 12px;
	text-align: right;
	font-family: Tahoma, sans-serif;
}

.login-campo{
	width: 80px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.login-acceder{
	border: 1px solid #555;
	color: #555;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.login-acceder:hover{
	color: #fff;
	background-color: #555;
	cursor:pointer;
}

.login-erro{
	border: 1px solid #b74c4c;
	color: #b74c4c;
	padding: 0 10px;
	margin: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/************************
 * MENU SUPERIOR
 ************************/

/* NAVIGATION RULES --------------------  */
nav{
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	grid-column-gap: 30px;
	grid-template-rows: 70px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.15);
	position: sticky;
	top: 0;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
}

nav .brand{
	font-size: 28px;
	font-weight: 900;
	color: #245990;
}

nav a{
	text-decoration: none;
	display: inline-block;
	padding: 10px 35px;
	transition: background-color 0.3s, color 0.3s;
	color: #245990;
	font-size: 18px;
}

nav a:hover{
	text-decoration: none;
	background: #4d9176;
	color: #fff;
	border-radius: 3px;
}
	
nav a.active{
	background: #4d9176;
	color: #fff;
	border-radius: 3px;
}

/************************
 * CORPO PRINCIPAL
 ************************/

#corpo{
	margin: 0 auto;
	height: inherit;
	background-color: #fff;
	border-top: none;
	border-bottom: none;
	position:relative;
}

#contido{
	font-family: Quattrocento;
}

#contido h2 {
	margin: 20px 0;
	font-family: Red Hat Display;
	font-size: 130%;
}

#contido h3 {
	margin: 15px 0;
	font-family: Red Hat Display;
	font-size: 120%;
}

#contido p {
	text-align: justify;
	margin: 5px 0;

}


/* FOOTER  */
/*
#pe{
	border-top: solid  #d4d4d4;
	padding: 5px;
	width: 100%;
	font-size: 90%;
	color: gray;/*white;
	text-align: center;
}
*/
#pe{
	margin: -10px 10px;
	height: 20px;
	clear: both;
	font-size: 80%;
	font-family: Tahoma, sans-serif;
	border-top: 20px solid #fff;
	color:#555;
}

#subpe{
	border-top: 2px solid #777;
}



/************************
 * IDEAS DESPREGABLES
 ************************/


.idea{
	margin: 5px 0 0 0;
	border-top: 1px solid #eee;
	position: relative;
}

.idea-mostrar{
	font-variant: small-caps;
	position:absolute;
	top:0; right:0;
}

.idea-mostrar:hover{
	color:#357;
	cursor: pointer;
}

.idea-data {
	display:inline-block;
	color: #999;
	font-size: 95%;
	margin-right: 5px;
}

.idea-titulo {
	color: #555;
	font-size: 95%;
	margin-right: 70px;
}

.idea-abstract {
	padding: 0 0 0 5px;
	margin: 4px 0 4px 5px;
	display:none;
	color: #888;
	font-size: 95%;
	border-left: 1px solid #375;
	line-height:155%;
	text-align: justify;
}

/************************
 * MENSAXES DE USUARIOS
 ************************/

.mensaxe {
	background-color:#fafafa;
	color:#333;
	border: 1px solid #aaa;
	text-decoration: none;
	padding: 5px;
}


/************************
 * MENSAXES DO SISTEMA
 ************************/

.erro{
	border: 2px solid #600;
	height:30px;
	width: 80%;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 120%;
	line-height: 30px;
	border-radius: 5px;
	color: #600;
	background-color: #fee;
	padding: 0 10px;
	margin: 10px;
}

.mensaxe-erro {
	background-color: #f53;
	color:#fff;
}

.exito{
	border: 1px solid #060;
	height:30px;
	width: 100%;
	text-decoration: none;
	font-size: 120%;
	line-height: 30px;
	color: #060;
	background-color: #fff;
	padding: 0 10px;
	margin: 10px;
}

.usuario{
	border: 1px solid #600;
	height:30px;
	width: 80%;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 120%;
	line-height: 30px;
	border-radius: 5px;
	color: #600;
	background-color: #000;
	padding: 0 10px;
	margin: 10px;
}

.warning{
	border: 1px solid #f60;
	height:30px;
	width: 100%;
	text-decoration: none;
	font-size: 120%;
	line-height: 30px;
	color: #f60;
	background-color: #fff;
	padding: 0 10px;
	margin: 10px;
}
/*Formularios*/

.formulario-lateral{
	padding: 5px 10px;
	background-color:#efefef;
	color:#333;
	margin: 5px 0;
	font-size: 80%;
	border: 1px solid #aaa;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

legend{
	display: none;
}

fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.subformulario {
	margin: 0px;
	border: 1px solid #ccc;
	font-size: 70%;
}

.gg-dice-1 {
	display: block;
	transform: scale(var(--ggs,1));
	background-color: #F00;
	color:#F00;
	position: relative;
	box-sizing: border-box;
	width: 22px;
	height: 22px;
	border: 2px solid;
	border-radius: 3px
}

.gg-dice-1::before {
	content: "";
	display: block;
	box-sizing: border-box;
	background: #F00;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	left:7px;
	top:7px
}





