@charset "utf-8";
/* CSS Document */

html, body
{
	background: url('img/patron_L.png') #e9eff4;
}

/* ESTRUCTURA GENERAL */

.ggb_header_L
{
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom-color:#042c49;
	background-color:#709cb2;
}

.ggb_iconoIntroduction_L
{
	background-image:url(img/icons_L-M-S_GGA_GGB-28.png);
	background-position: 0.8% 0;
	background-size: 92px;
}

.ggb_iconoObjetivos
{
	background-image:url(img/icons_L-M-S_GGA_GGB-05.png);
	background-position: 0.8% 0;
	background-size: 92px;
}

.ggb_iconoContenido_L
{
	background-image:url(img/icons_L-M-S_GGA_GGB-06.png);
	background-position: 0.8% 0;
	background-size: 92px;
}

.ggb_iconoResumen_L
{
	background-image:url(img/icons_L-M-S_GGA_GGB-07.png);
	background-position: 0.8% 0;
	background-size: 92px;
}

.ggb_iconoValoracion_L
{
	background-image:url(img/icons_L-M-S_GGA_GGB-08.png);
	background-position: 0.8% 0;
	background-size: 92px;
}

.ggb_contenido_L
{
	background:#b4cbda;
	padding-top:10px;
	border-bottom:solid 5px #042c49;
}

.ggb_contenidoInterno_L
{
	box-shadow:0 0 5px #a3a3a3;
	background-color:#FFF;
}

/* TEXTOS */

h1
{
	color:#FFF;
}

/* ================================================= */

#botonera {
	margin:auto;
	width:210px;
	position:absolute;
	bottom:25px;
	left:42%;
}

#botonera div {
	margin:0 -2px;
	width:70px;
	height:60px;
	background: #709cb2;
	position: relative;
	color:#FFF;
	font-size:3em;
	text-align:center;
	line-height:60px;
}

#botonera:before {
	background-color:#042c49;
    content:"";
    position:absolute;
    width: 99.7%;
    height:20px;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:4px;
    left:-2px;
    bottom:-4px;
}

#botonera div:active {
	background: #042c49;
	transform:scaleY(0.8);
}

#botonera div:first-child {
	border-radius:10px 0 0 0;
	border-right:solid 2px #042c49;
}

#botonera div:last-child {
	border-radius: 0 10px 0 0;
	border-left:solid 2px #042c49;
}

#botonera div:hover {
	background: #87ACBE;
}

/* ========================================================= */

#botonerapeq {
	margin:auto;
	width:140px;
	position:absolute;
	bottom:25px;
	left:43.5%;
}

#botonerapeq div {
	margin:0 -2px;
	width:70px;
	height:60px;
	background: #709cb2;
	position: relative;
	color:#FFF;
	font-size:3em;
	text-align:center;
	line-height:60px;
}

#botonerapeq:before {
	background-color:#042c49;
    content:"";
    position:absolute;
    width: 99.7%;
    height:20px;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:4px;
    left:-2px;
    bottom:-4px;
}

#botonerapeq div:active {
	background: #042c49;
	transform:scaleY(0.8);
}

#botonerapeq div:first-child {
	border-radius:10px 0 0 0;
	border-right:solid 2px #042c49;
}

#botonerapeq div:last-child {
	border-radius: 0 10px 0 0;
	border-left:solid 2px #042c49;
}

#botonerapeq div:hover {
	background: #87ACBE;
}

.p_prev.off {background-color:#042c49 !important;}
.p_next.off {background-color:#042c49 !important;}