/*
 * Las Cartas de la Vida - Global Styles - New CSS made on May 2018
 *
 */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	color: #000;
	background: #8ad5af;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	margin: 0em 0em 1.2em 0em;
}

h2 {
	font-size: 110%;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h4 {
	font-size: 90%;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 85%;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 80%;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

img {
	border: 0;
}

ol, ul, li {
	font-size: 1.0em;
	line-height: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

p {
	line-height: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	text-align: justify;
}

li > p {
	margin-top: 0.2em;
}

pre {
	font-family: monospace;
	font-size: 1.1em;
}

strong, b {
	font-weight: bold;
}

form textarea {
	text-align: left;
}

hr {
	clear: both;
	width: 95%;
	border-top: 1px solid #8d95a6;
}

/* Link Styles */

a:link                          { color:#09532e; text-decoration: none; }
a:visited                       { color:#cd888b; text-decoration: none; }
a:hover                         { color:#a60e15; text-decoration: underline; }
a:active                        { color:#990000; text-decoration: underline; }

#footer a:link                { color:#666; text-decoration: underline; }
#footer a:visited             { color:#666; text-decoration: underline; }
#footer a:hover               { color:#000000; text-decoration: underline; }
#footer a:active              { color:#666; text-decoration: underline; }

/*
 * LCDLV - Layout Styles
 */

/* Content */

#content {
	margin: 1em;
/*  clear: left; */
	padding-top: 0.5em;
/*  clear: both; */
/*  display: block; */
}

#mainContent {
}

.miblog {
	width: 98%;
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
	background-color: #d1ffe8;
	border-radius: 1em; 
	padding-top: 0.3em;
	box-shadow: 0.1em 0.1em 0.9em 0em #cd7d80;
	padding-bottom: 0.3em;
	position:relative;
	top:-4em;
}

.miblog p, h2 {
	margin: 1em;
}

.miblog hr {
	border-top: 1px solid #bcc4c3;
}

.miblog table {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.miblog2 {
	width: 90%;
	max-width:1500px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 1em; 
	padding-top: 2em;
	padding-bottom: 1.3em;
}


.miarticulo {
	width: 100%;
	max-width:70em;
	border-radius: 1em; 
	background-color: #d1ffe8;
	box-shadow: 0.1em 0.1em 0.9em 0em #cd7d80;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-left: auto;
	margin-right: auto;
}

.miarticulo p {
	margin-left: 3%;
	margin-right: 3%;
	font-size:1.2em;
	line-height:1.5em;
	-webkit-font-smoothing:antialiased;
}

.miarticulo p a {
	/* border-bottom:2px solid #ced4cc; */
}

.miarticulo p a:hover {
	/* border-bottom:2px solid #ce0000; */
}

.miarticulo ul
{
	margin-left: 1em;
	margin-right: 2.5em;
}

.miarticulo ul li
{
	margin-left: 2%;
	margin-right: 2%;
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom: 0.5em;
	text-align: justify;
}

.miarticulo ul li p, .miarticulo ul li ul li
{
	margin-left: 2%;
	margin-right: 2%;
	font-size:1.0em;
	text-align: justify;
}


.miarticulo br
{
	margin-bottom: 0.4em;
}

.miarticulo td
{
	text-align: center;
	padding: 0.6em;
	font-size: 1.1em;
}

.miarticulo img {
	padding: 1em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:90%;
}

/* Footer */

.mipie {
	font-size: 1.2em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-top: 2em;
	min-height: 280px;
	clear: both;
	width: 80%;
	max-width: 60em;
	border: 0.1em solid #629c8e;
	background-color: #d1eae7;
	box-shadow: 0.1em 0.1em 0.5em 0em #000000;
	border-radius: 1em;
}

.mipie img {
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0.7em;
	float: left;
}

.autor {
	width: 100%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.autor p, h2 {
	line-height: 1.4em;
	margin: 1em;
}

.autor hr {
	clear: both;
	width: 90%;
}

/*
 * LCDLV - Navigation (and List) Styles
 */

/* Menu horizontal */

#menu-wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 95%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	clear: both;
}

#menu {
	float: left;
	height: 2.0em;
	font-weight: bold;
	color: #21168a;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0px 1em 2px 1em;
	float: left;
}

#menu li {
	position: relative;
	vertical-align:middle;
	padding-left: 0.1em;
}

#menu ul li {
	padding-bottom:0.6em;
}

#menu ul li:hover {
	color: #ff0000;
}

#menu ul:first-child {
}

#menu a {
	display: block;
	white-space:nowrap;
	padding-bottom: 0.4em;
	padding-top: 0.4em;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul ul {
	position: absolute;
	left: -1em;
	background-color: #e5e5e5;
	padding-top: 0.4em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	padding-right: 1em;
	border: 1px solid #00ff00;
	border-radius: 1em;
	box-shadow: 0.1em 0.1em 0.5em 0em #000000;
	width: auto;
	z-index: 10;
}

#menu ul ul li {
	padding: 0;
}

#menu ul ul ul {
	background-color: #d5d5d5;
	top: 0;
	left: 70%;
	width: auto;
}

#menu ul ul ul li {
	padding-left: 0.1em;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}

/* los menus de arriba del todo */

#menubusca {
	display: none;
	clear: both;
	background-color: #8ad5af;
	border-radius: 1em;;
	box-shadow: 0.1em 0.1em 0.3em 0em #cd7d80;
	border: 0.1em solid #0a6638;
	padding: 0.5em;
	width: 70%;
	max-width: 30em;
	margin-left:auto;
	margin-right:auto;
	z-index:20;
	transition: transform 250ms ease-in-out;
}

.search {
	position: relative;
	text-align: center;
	font-size: 1.0em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.6em;
	margin: 0;
	color: #666;
}

.search form {
	position: relative;
}

.search select {
	margin-top:1em;
	font-size:1.1em;
	background-color: #d1ffe8;
}

.search form #submit {
	font-weight: bold;
	font-size:1.1em;
	background-color: #d1ffe8;
	border: 0.1em solid #cd7d80;
	border-radius: 1em;
	padding: 0.3em;
	margin-top: 0.7em;
	margin-left: 0.7em;
}

.search form #words {
	width: 100%;
	border: 1px solid #acdcb1;
	background: #d1ffe8;
}

#menuidiomascompacto {
	float: right;
}

#menuidiomascompacto ul {
	list-style: none;
	margin: 0;
	padding: 0em 0.8em 0em 0em;
	float: right;
}

#menuidiomascompacto a {
	display: block;
	text-decoration: none;
}

#menuidiomascompacto li {
	position: relative;
}

#menutitulo {
	width: 100%;
	display: block;
	margin-top: 0em;
	padding-bottom: 6em;
	/* background-size: contain; */
	/* background-size: 100% 100%; */
	background-size: cover;
	background-repeat: no-repeat;
	height:auto;
}

#menutitulo a {
	text-decoration: none;
}

#subtitulo {
	height: auto;
	width:30em;
	max-width:84%;
	margin-left:auto;
	margin-right:auto;
	padding: 0.9em;
	margin-top: -2em;
	background-color: #d1ffe8;
	border-radius: 1em;;
	box-shadow: 0.1em 0.1em 0.3em 0em #cd7d80;
	border: 0.1em solid #0a6638;
	text-align: center;
	font-size: 1.1em;
}

#subtitulo a {
	text-decoration: none;
}

#sublogo {
	width: 100%;
}

#sublogo hr {
	width: 90%;
}

#sublogo ul {
	list-style: none;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

#sublogo li {
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	position: relative;
	vertical-align:middle;
	padding-left:1px;
}

#sublogo .recuadro
{
	border: 1px solid #ff0000;
	padding: 0.3em;
}

.bannerlcdlv {
	background-color: #effbf9;
	border-radius: 1em;
	border: 0.1em solid #629c8e;
	/* radio horiz, radio vert, blur, spread, color */
	box-shadow: 0.1em 0.2em 0.5em 0em #000000;
	text-align: center;
	margin-left: 2em;
	margin-right: 1em;
	width: 12.5em;
	padding: 0.3em;
	font-size: 1.1em;
	font-weight: bold;
}

.bannerlcdlvmovil {
	background-color: #effbf9;
	border-radius: 1em;
	box-shadow: 0.1em 0.2em 0.5em 0em #000000;
	text-align: center;
	width: 7em;
	margin: auto;
	padding: 0.1em;
	font-size: 1.1em;
	font-weight: bold;
}

.celdatop{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 33%;
}

.celdatop100{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.logo{
	width:70%;
	max-width:1000px;
	max-height:248px;
	margin-left:auto;
	margin-right:auto;
}

.logo img{
	max-height:100%;
	max-width:100%;
}

/* la caja de navegacion arriba y abajo */

.tablanav {
	display: table;
	padding: 1em;
	padding-top: 1.3em;
	padding-bottom: 0.7em;
}

.cajanav {
	background-color: #d1eae7;
	border-radius: 1em;;
	border: 0.1em solid #629c8e;
	box-shadow: 0.1em 0.1em 0.3em 0em #000000;
	padding: 0.5em;
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	text-align: center;
} 

.enlanav:link, .enlacin:visited { 
	font-size:1.1em;
	display:block;
}

.enlanav:hover {
	color: #993300; 
	text-decoration: none; 
}

.titnav {
	font-size:1.6em;
	color:#7e3eb2;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 60%;
	padding-left: 1em;
	padding-right: 1em;
}

.titulon{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #8c1818;
	font-size: 1.5em;
	line-height: 1.7em;
	text-align:left;
}

.titulon a{
	color: #8c1818;
}

/* esquinas redondeadas sin imagenes para formularios */

.container ol {
	margin:1em 1em; 
	text-align:left;
} 
.container p, h2 {
	margin:1em 1em; 
	text-align:center;
} 
.container {
	background:#d1eae7;
	border-radius: 1em; 
	box-shadow: 0.1em 0.1em 0.5em 0em #000000;
	color:#000000;
	margin:0 1.3em;
	display: inline-block;
	margin-left: 4%;
	padding:0.1em;
}
.container select{
	font-size:1em;
}

.centrador {
	text-align:center;
}

/* el mapa de la web */

#mapaweb h2 {
	font-size: 1.8em;
}

#mapaweb ul {
	list-style-type: none;
}

#mapaweb ul ul {
	list-style-type: upper-roman;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#mapaweb ul ul li {
	background-color: #d4fff9;
	border-radius: 1em;
	padding: 0.4em;
	padding-left: 1em;
	margin-left: 0.5em;
}

#mapaweb ul ul ul {
	list-style-type: lower-roman;
}

#mapaweb ul ul ul li {
	background-color: #effbf9;
	padding: 0em;
}

#mapaweb li a {
	font-size: 1.3em;
}

#mapaweb img {
	float: left;
	position: relative;
	top: -1.3em;
}

#mapaweb p {
	font-size: 1.6em;
	margin-left: 3em;
}

/* Menu hamburguesa */

#sidebarMenu {
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	width: 20em;
	padding-top: 1em;
	transform: translateX(-21em);
	transition: transform 250ms ease-in-out;
	background: linear-gradient(180deg, #8ad5af 0%, #d1ffe8 100%);
	z-index: 90;
	overflow: auto;
	border-radius: 1em;
	border: 0.1em solid #0a6638;
	box-shadow: 0.1em 0.1em 0.3em 0em #cd7d80;
}

#sidebarMenu b {
	color:#a60e15;
}

#sidebarMenu hr {
	width: 90%;
}

.sidebarMenuInner{
	margin:0;
	padding-left:3.5em;
	padding-bottom:1em;
	text-align: left;
}
.sidebarMenuInner li{
	list-style-type: upper-roman;
	color: #000000;
	font-weight: bold;
	padding: 0.4em;
	cursor: pointer;
}
.sidebarMenuInner li a{
	font-weight: bold;
	font-size: 1.2em;
	cursor: pointer;
	text-decoration: none;
}
.sidebarMenuInner img {
	float:left;
	margin-right:1em;
}

.sidebarMenuInner p {
	margin-top:0.7em;
	font-size:1.3em;
	color: #c30f17;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
	transform: translateX(0);
}

input[type=checkbox] {
	transition: all 0.3s;
	box-sizing: border-box;
	display: none;
}

.sidebarIconToggle {
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 80;
	height: 32px;
	width: 32px;
	position: relative;
	top: -4px;
	display: inline-block;
	width: 1.85em;
	height: 0.9em;
}

.spinner {
	transition: all 0.3s;
	box-sizing: border-box;
	width: 100%;
	background-color: #000000;
}

.botonhamburguesa
{
	background-image:url("/imagenes/icono_menu_hamburguesa.png");
	background-image:url("/imagenes/icono_menu_hamburguesa.svg");
	width:6em;
	height:6em;
	display:inline-block;
	background-repeat:no-repeat;
	background-size:contain;
	background-color:transparent;
	float:right;
	border:0;
	opacity:0.75;
	cursor:pointer;
	position:relative;
	margin-top:-4.7em;
}

.botoncerrar
{
	background-image:url("/imagenes/boton_cerrar.png");
	background-image:url("/imagenes/boton_cerrar.svg");
	width:3em;
	height:3em;
	display:inline-block;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:50%;
	background-color:transparent;
	vertical-align:baseline;
	float:right;
	border:0;
	opacity:0.75;
	cursor:pointer;
	margin-top:-1em;
	margin-right:-3em;
}

.botoncerrarbuscador
{
	background-image:url("/imagenes/boton_cerrar.png");
	background-image:url("/imagenes/boton_cerrar.svg");
	width:3em;
	height:3em;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:50%;
	background-color:transparent;
	vertical-align:baseline;
	float:right;
	border:0;
	opacity:0.75;
	cursor:pointer;
	margin-top:-2.7em;
	margin-right:0em;
}


.botonbuscar
{
	background-image:url("/imagenes/boton_buscar.png");
	background-image:url("/imagenes/boton_buscar.svg");
	width:6em;
	height:6em;
	display:inline-block;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:50%;
	background-color:transparent;
	vertical-align:baseline;
	border:0;
	opacity:0.75;
	cursor:pointer;
	margin-left:1em;
}

input#openSearchbar, input#closeSearchbar {
	  display:none;
}

span#menubusca {
	  display:none; 
}
input#openSearchbar:checked ~ div#menubusca {
	display:block;
}

input#closeSearchbar:checked ~ div#menubusca {
	  display:none;
}

/* para los créditos de las imágenes */

.credito {
	width:90%;
	text-align:right;
	margin-top:-1.2em;
}

/* las condicionales segun anchura de pantalla se cargan a parte desde el head para variar la imagen de fondo aleatoriamente */

