body {
	margin:0px;
	font-family: 'Quicksand', sans-serif !important;
	background: white url("/SITEX/img/jornadasdisciplina_fondo2.jpg") repeat;
	background-size:cover;
	background-attachment: fixed;
}

div.seccion {
	display:inline-block;
	border:2px solid white;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	float:left;
	display:flex;
	/*justify-content:center;	align-items:center;*/
	font-weight:bold;
	font-size:14pt;
	cursor: pointer;
}

div.seccion span.titulo {
	/*display:none;*/
	color:rgb(128,0,0);
	text-shadow:0px 0px white;
}

div.seccion:hover {
	background:rgba(255,255,255,0.75);
}

div.seccion:hover span.texto {
	display:inline-block !important;
}

div.seccion span.texto {
	font-weight:normal;
}

div.seccion:hover span.titulo {
	display:inline-block;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform-origin: 50% 50%;
	/*color:white;
	text-shadow:1px 1px #880000, -1px -1px #880000, 1px -1px #880000, -1px 1px #880000;*/
	color: black;
}

#menu span {
	margin-left: 10px;
	margin-right: 10px;
}

#menu span:hover a{
	color:#C50505;
}

#menu span a {
	text-decoration: none;
	color: black;
	font-weight: bold;	
}

/* Mensajes de error */
.message {	
	width: 95%;
	margin: 20px auto;
	display: block;
	color: #800;
	font-weight: bold;
	border-radius:5px;
	border: 1px solid #800;
	text-align:center;
	padding:15px;
	background: #f9fecc;
}

/* Cuando son mensajes informativos */
.correcto {
	color: #2f9b2f;
	border: 1px solid #81ab81;
	background: white;
}

.error-message {
	color: #ff6d10;
	font-weight: bold;
}

/* TABLAS */
table.juntaex th,
table.juntaex td {
	background-color: white;
	font-size: 15px;
	padding-right:5px;
}

table.juntaex th {
	text-align: right;
}

table.juntaex td {
	padding-right:30px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table.juntaex input {
	border: 1px solid rgba(179, 163, 182, 0.29);
	border-radius:5px;
	padding-left:10px;
	font-family:"Quicksand", sans-serif !important;
	font-size: 16px;
}

table.juntaex input:focus {
	border: 1px solid rgba(179, 163, 182, 0.80);
}

table.juntaex td.boton:hover {
	background-color:#F2B66D  !important;
}

table.juntaex td.boton:focus {
	background-color:#F2B66D  !important;
}

table.juntaex td.boton:hover input {
	color: black !important;	
}

table.listado th,
table.listado td {
	padding:15px;
	background:white;
}

table.listado th.hora {
	vertical-align:top;
}

table.listado th.descripcion {
	text-align:justify;
	font-weight: normal;
	font-size:14px;
}

table.listado th.descripcion span.titulo {
	font-weight:bold;
	display:block;
	font-size:16px;
}

table.listadoenlaces td {
	background:white;
	text-align:left;
	padding-left:20px;
	padding-right:20px
}

table.listadoenlaces td.imagen img {
	height:40px;
	margin-top:10px;
	margin-bottom:10px;
}

table.listadoenlaces td.imagen {
	text-align:left;
}

table.listadoenlaces td.enlace {
	width:800px;
	margin:0 auto;
}

table.listadoenlaces td.enlace a {
	text-decoration: none;
	color: rgb(2, 72, 141);
	font-weight: bold;
}

#informacion p {
	text-align:justify;
	padding:5px;
}

a.resaltadoimagen:hover {
	color:#800 !important;
}

a.resaltadoimagen img:hover {
	box-shadow:5px 5px 10px #bbb;
}

a.enlaceresaltado:hover{
	text-shadow: 1px 1px #aaa;
}