.autores_y_temas {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	width: 258px;
	margin: 25px auto 10px;
	text-align: center;
}

.bodybold {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
}

.Estilo1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.firma {
        text-decoration: none;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 21px;
	color: #0066CC;
}

.firma_grande {
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
	font-size: 17px;
	line-height: 21px;
	color: #0066CC;
}

.fondogris {
	background-color: #CCCCCC;
}

.frase {
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	line-height: 21px;
}

.frase_grande {
	font-family: 'Roboto Slab', serif;
	font-size: 17px;
	line-height: 23px;
}

.letra {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.letra_barra_lateral_desktop {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.linkazul {
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #0066CC;
}

.linkazul_mobile {
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #0066CC;
}

.linkrojo {
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #CC3300;
}

.linkrojo_mobile {
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #CC3300;
}

.logo_desktop {
	width: 258px;
	height: 100px;
	background: linear-gradient(to right, white 10%, lightyellow 90%);
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin: 5px auto 0;
	padding-top: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: brown;
	box-sizing: border-box;
}

.logo_desktop_de_homepage {
              width: 258px;
              background: linear-gradient(to right, white 10%, lightyellow 90%);
              font-size: 50px;
              font-family: 'Montserrat', sans-serif;
              text-align: center;
              margin: 100px auto 0;
              border-style: solid;
              border-width: 1px;
              border-color: brown;
              box-sizing: border-box;
}

.logo_mobile {
	width: 100%;
	height: 50px;
	background: linear-gradient(to right, white 10%, lightyellow 90%);
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	text-align: right;
	margin: 0 auto 0;
	padding-top: 5px;
	padding-right: 15%;
	border-style: solid;
	border-width: 1px;
	border-color: brown;
	box-sizing: border-box;
}

.logo_mobile_de_homepage {
	width: 258px;
	background: linear-gradient(to right, white 10%, lightyellow 90%);
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin: 50px auto 0;
	border-style: solid;
	border-width: 1px;
	border-color: brown;
	box-sizing: border-box;
}

.logolink {
	text-decoration: none;
	color: black;
}

.raya {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-align: left;
}

.texto_estándar_sans_serif {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 21px;
}

