body {
   font-family: 'Georgia', serif;
   margin: 0;
}

.container {
	min-width: 360px !important;
}

.titulo, .subtitulo, .header {
	/*font-family: 'Rye', cursive;*/
	/*color: #8a6d3b;*/
}

.encabezado {
    border-bottom: .5em solid #A00;
	background-color: #D1CBBF;
}

.titulo {
	margin-top: .4em;
	font-size: 1.5em;
	margin-bottom: .1em;
}

.subtitulo {
	font-size: .8em;
	padding-bottom: 1em;

}

.flechas a:link, .flechas a:visited {
	color: #D1CBBF;
}

.texto-tuit {
	color: black !important;
	text-decoration: none !important;
}

.estrofa {
	padding-top: 1em;
	color: #D1CBBF;
}

.botonera {
	margin: auto;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
    /*border-top: .4em solid #A00;*/
}

.boton {
	background-color: #D1CBBF;
	/*text-align: center;
	width: 20%;*/
}

.flechas {
	padding-top: 1em;
    font-size: 2em;
}

.texto {
	/*max-width: 360px;*/	
}

.libro-canto {
    font-style: italic;
    font-family: Lato;
    font-size: .75em;
    text-align: right;
    padding-top: 1em;
    padding-right: 4em;
    color: #900;
}

.header {
	background-color: #E5DFD2;
	padding:.5em 0;
	border-top: 1px solid #A00;
	cursor: pointer;
}

.detalles.collapse {
  	padding-top: .4em;
    padding-bottom: .6em;
}

.detalles.collapse.in {
   	border-bottom: .2em solid #A00;	
}

.signin {
	text-align: center;
}

#explicacion .dicci {
	font-size: 1.2em;
}

.dicci table,

.dicci th, .dicci td {

	border: 1px solid #A00;
	padding: .3em;
}

.dicci th {
	text-align: center;
}

.formul {
	padding-top: .5em;
	text-align: center;
}

.comentario {
	width: 100%;
	height: 10em;
	margin-bottom: .5em;
}

.comentarios, .dicci {
	padding: 1em;
    font-family: Lato;
    font-size: .9em;
}

.texto-comentario {
	color: #736A54;
}

.marca {
	font-weight: bold;
	font-style: italic;
}

.autor-comentario {
	padding-top: .3em;
    text-align: right;
    border-bottom: 1px solid #900;
    margin-bottom: .8em;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.titulo {
		font-size: 2.0em;
		margin-top: .4em;
	}

	.subtitulo {
		font-size: 1em;
	}

	.estrofa {
		font-size: 1.2em;
	}

	.texto {
		max-width: 9999px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.titulo {
		font-size: 2.3em;
		margin-top: .5em;
	}

	.subtitulo {
		font-size: 1.2em;
	}


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*
.header {
	margin-top: 2vh;
    margin-bottom: 1vh;
}

.header {

	background-color: #D1CBBF;
	font-size: 1.8em;
	cursor: pointer;
}

.estrofa {
	font-size: 1.65em;
}

.flechas {
	padding-top: 1em;
    font-size: 3em;
}*/

/*
@media screen and (max-width: 1220px) {
	.estrofa {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 639px) {

	.header {
		font-size: 1.4em;
	}
	.estrofa {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 500px) {
	h1 {
		font-size: 6vmin;
	}
	h4 {
		font-size: 3vmin;
	}
	.header {
		font-size: .8em;
	}
	.estrofa {
		font-size: 1em;
	}
}*/
