@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;600;700&family=Roboto:wght@300;400;500;700&display=swap');

body {
	margin:0;
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#363636;
	font-weight:400;
}
strong {
	font-weight:800;
}
.container {
	width:750px;
	margin:auto;
	text-align:center;
	position:relative;
}
a { text-decoration:none; border: 0; color: #37BBED; }

img {
	max-width:100%; border: 0;
}
.table { display: table; }
.cell { display: table-cell; vertical-align: middle; }

header {
	background: url(../images/newsletter/header.png) right bottom no-repeat #2C3235;
}
header .logo {
	display: inline-block; vertical-align: middle;
	width: 37%;
	padding: 60px 0;
	/*background: #ffffff;*/
	text-align: center;
}
header .botones {
	width: 63%;
	display: inline-block; vertical-align: middle;
	text-align: right;
}
header .botones .boton {
	display: inline-block; vertical-align: middle;
	margin-left: 40px;
	position: relative;
}
header .botones .boton img {
	display: block; margin: auto auto 10px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
header .botones .boton div {
	font-size : 1em;
	letter-spacing : 0.2em;
	text-transform : uppercase;
	color : #ABBBDD;
	font-weight: 600;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header .botones .boton:hover img { margin-bottom: 5px; }
header .botones .boton:hover div { color: #ffffff; }

#franjaNaranja {
	background: #ffffff;
}
#franjaNaranja .container {
	text-align: left;
}
#franjaNaranja .fecha {
	font-size : 1.2em;
	letter-spacing : 0.2em;
	color : #38424f;
	padding: 10px 0;
}
#franjaNaranja .edicion {
	width: 200px;
	background: #37BBED;
	font-size : 1.5em;
	letter-spacing : 0.2em;
	text-transform : uppercase;
	color : #FFFFFF;
	text-align: center;
}

#contenido {
	background: #d9d9d9;
	padding: 40px 0;
}

#contenido .nota {
	background: #ffffff;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
	margin-bottom: 60px;
}
#contenido .nota .fotoHeader {
	height: 325px;
	border-bottom: 5px solid #37BBED;
	background: center no-repeat;
	background-size: cover;
}
#contenido .nota .titulo {
	font-family: 'Encode Sans', sans-serif;
	font-weight: normal;
	font-size : 2.5em;
	line-height: 1.3em;
	letter-spacing : 0.05em;
	color : #37BBED;
	padding: 35px 60px;
	margin: 0;
}
#contenido .nota .lineaPunteada {
	border-bottom: 1px dashed #abbbdd;
	margin: 0 60px 30px;
}
#contenido .texto {
	padding: 0 60px 50px;
	text-align: left;
}
#contenido .texto p,
#contenido .texto li {
	font-size : 12px;
	line-height: 20px;
	letter-spacing: 0.1px;
	color : #4D4D4D;
	margin-bottom: 20px;
}

#contenido .texto ul,
#contenido .texto ol {
	margin-left: 0;
	padding-left: 12px;
	margin-bottom: 20px;
}
#contenido .texto li {
	margin-bottom: 5px;
}
#contenido .texto h1 {
	font-family: 'Encode Sans', sans-serif;
	font-weight: normal;
	font-size : 2.2em;
	line-height: 1.2em;
	letter-spacing : 0.1em;
	color : #3b4449;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 35px;
}
#contenido .texto h2 {
	font-family: 'Encode Sans', sans-serif;
	font-weight: normal;
	font-size : 2em;
	line-height: 1.2em;
	letter-spacing : 0.1em;
	color : #5280B8;
	margin-bottom: 10px;
	margin-top: 35px;
	text-align: left;
}
#contenido .texto h3 {
	font-size : 1.5em;
	line-height: 1.2em;
	letter-spacing : 0.1em;
	text-transform : uppercase;
	color : #37BBED;
	margin-bottom: 10px;
	margin-top: 35px;
	text-align: left;
	font-weight: 400;
	border-bottom: 1px dashed #abbbdd;
	padding-bottom: 10px;
}

#contenido .texto h4, #contenido .texto h5, #contenido .texto h6 {
	font-size : 1.3em;
	line-height: 1.2em;
	letter-spacing : 0.1em;
	text-transform : uppercase;
	color : #3b4449;
	margin-bottom: 10px;
	margin-top: 35px;
	font-weight: 400;
	text-align: left;
}

#contenido .texto blockquote {
	border: 1px solid #5280b8;
	padding: 8px 28px;
	margin: 30px 0;
}
#contenido .texto blockquote p {
	font-family: 'Encode Sans', sans-serif;
	font-weight: normal;
	font-size : 1.3em;
	line-height: 1.7em;
	letter-spacing : 0.1em;
	color : #5280B8;
	text-align: left;
	margin: 10px 0;
}

#contenido .galeria {
	background: #e6e6e6;
	padding: 50px 40px;
	border-top: 1px solid #cccccc;
	position: relative;
	text-align: center;
}
#contenido .galeria .icono {
	position: absolute;
	left: 0;
	top: -25px;
	width: 100%;
	text-align: center;
}
#contenido .galeria .icono .circulo {
	width: 50px; height: 50px;
	display: inline-block;
	background: url(../images/newsletter/iconoCamara.svg) center no-repeat #cccccc;
	border-radius: 100px;
	background-size: 30px auto;
}

#contenido .galeria .foto {
	width: 115px; height: 85px;
	background: center no-repeat;
	background-size: cover;
	border: 2px solid #ffffff;
	display: inline-block; vertical-align: middle;
	margin: 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#contenido .galeria .foto:hover {
	border-color: #b7a356;
}

footer {
	background: #3b4449;
	padding: 38px 0 67px;
	border-top: 5px solid #37BBED;
}

footer .logo {
	margin-bottom: 30px;
}

footer .info .dato {
	display: inline-block; vertical-align: middle;
	font-size : 1.2em;
	letter-spacing: 0.05em;
	color : #FFFFFF;
	margin: 10px;
}
footer .info .dato img {
	display: inline-block; vertical-align: middle;
	margin-right: 10px;
}
footer .info .dato a { color: #8a99bf; }
footer .info .dato a:hover { color: #ffffff; }
footer .info .separacion {
	display: inline-block; vertical-align: middle;
	margin: 0 10px;
	background: #4f596e;
	width: 1px; height: 28px;
}

footer .lineaPunteada {
	width: 280px;
	border-bottom: dashed 1px #4f596e;
	margin: 30px auto;
}

.redes a {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center top;
    border: 1px solid #8a99bf;
    border-radius: 100px;
    display: inline-block;
    height: 38px;
    margin-left: 15px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 38px;
}
.redes a.facebook {
    background-image: url("../images/newsletter/socialBotonFacebook.png");
}
.redes a.twitter {
    background-image: url("../images/newsletter/socialBotonTwitter.png");
}
.redes a.share {
    background-image: url("../images/newsletter/socialBotonShare.png");
}
.redes a.mail {
    background-image: url("../images/newsletter/socialBotonMail.png");
}
.redes a:hover {
    background-color: #8a99bf;
    background-position: center bottom;
}

table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}
th, td {
    padding: 5px 5px;
    text-align: center;
}

@media (max-width: 800px) {
	.container { width: 100%; }
	#franjaNaranja .fecha { padding: 10px 20px; }
	header .botones { padding-right: 40px; box-sizing: border-box; }
}
@media (max-width: 700px) {
	header .botones .boton img  {display: none; }
	header .botones .boton { display: block; margin: 20px 0; }
	header .logo { width: 40%; }
	header .botones { width: 60%; }
}
@media (max-width: 500px) {
	header .logo { width: 50%; }
	header .botones { width: 50%; }
	#contenido .texto,
	#contenido .nota .titulo {
		padding-left: 40px; padding-right: 40px;
	}
	#contenido .nota .lineaPunteada { margin-left: 40px; margin-right: 40px; }
	#contenido .nota .fotoHeader { height: 230px; }
}

@media (max-width: 400px) {
	#franjaNaranja .fecha, #franjaNaranja .edicion {
		box-sizing: border-box;
		display: block;
		padding: 10px;
		text-align: center;
		width: 100%;
	}
}





