/*   Prospectos   */
/*   disop.es   disop.com   vet.disop.es   farma.disop.es   */
/*   14.2.2019   */


/* ––– Algunos criterios ––– */
/* Saltos: 0 Móviles 580 Retrato 810 Apaisada. */
/* Ancho del papel 800 px, ancho del contenido 700 px */


/* ––– Estructura de las páginas ––– */
body {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #e9ebea;   /* gris */
}

.papel {	
	max-width: 800px;
	margin: 0 auto;
	border: 0;
	padding: 0 0 60px;
	background-color: #ffffff;   /* blanco */
}

.contenido {
	max-width: 700px;
	margin: 0 auto;
	border: 0;
	padding: 0;
}

@media all and (min-width: 580px) {
	.contenido.relleno {	
		padding: 80px 0 65px;
	}

	.contenido.rellenoFino {	
		padding: 50px 0 60px;
	}

	.contenido.rellenoFinoAbajo {	
		padding-bottom: 60px;
	}
}

@media all and (max-width: 579px) {
	.contenido.relleno {	
		padding: 40px 0 30px;
	}

	.contenido.rellenoFino {	
		padding: 25px 0 25px;
	}

	.contenido.rellenoFinoAbajo {	
		padding-bottom: 25px;
	}
}

.fondo {
}

.fondo.separa {   /* Sepárate del elemneto anterior */
	margin-top: 40px;
}

.medio {   /* Mitad del ancho y centrado */
	width: 50%;
	margin:0 auto 0;
}


/* ––– Tipografías ––– */
body {
	font-family: Helvetica, Arial, sans-serif;
	color:#505559;   /* gris */
	text-align: center;
}

a {
	font-weight: 600;   /* 400 normal, 700 negrita */
	color: #42ac3a;   /* verde */
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
	margin: 0;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #4F5355;   /* negro */
}

h2 {
	margin: 0;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #4F5355;   /* negro */
}

h2.centrado {
	text-align: center;
}

h3 {
	margin: 0;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;   /* negro */
}

p {
	margin: 0;
	border: 0;
}

ul, ol {
	margin: 0;
	border: 0;
}

.texto {
	margin: 0;
	border: 0;
	color: #505559;   /* gris */
	text-align: left;
}

.texto.centrado {
	text-align: center;
}

.titulo {
	display: inline-block;
	vertical-align: top;
	color: #4F5355;   /* negro */
	text-align: left;
}

@media all and (min-width: 810px) {
	body {
		font-size: 15px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.5;
	}
	
	h1 {
		padding: 8px 0 16px;
		font-size: 30px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.3;
	}
	
	h2 {
		padding: 6px 0 4px;
		font-size: 20px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.3;
	}
	
	h3 {
		padding: 5px 0 3px;
		font-size: 16px;
		font-weight: 500;   /* 400 normal, 700 negrita */
		line-height: 1.4;
	}
	
	p {
		padding: 4px 0 16px;
	}
	
	ul, ol {
		padding-top: 0;	
		padding-bottom: 14px;
	}
		
	.texto {   /* Para meter dentro texto que ocupe todo el ancho disponible */
		padding: 0 9px;   /* Dejando un poco de margen a los lados*/
		
	}
	
	.texto.mas {   /* Texto un poco más grande */
		font-size: 17px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.4;
	}
	
	.texto.grande1 {   /* Texto del tamaño de h1 */
		font-size: 34px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.3;
	}
	
	.texto.grande2 {   /* Texto del tamaño de h2 */
		font-size: 24px;
		font-weight: 200;   /* 400 normal, 700 negrita */
		line-height: 1.4;
	}
	
	.titulo {
		padding:0 0 10px;
		font-size: 22px;
		font-weight: 700;   /* 400 normal, 700 negrita */
		line-height: 1.2;
	}
}

@media all and (min-width: 580px) and (max-width: 809px) {
	body {
		font-size: 15px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.5;
	}
	
	h1 {
		padding: 6px 0 14px;
		font-size: 30px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.3;
	}
	
	h2 {
		padding: 6px 0 4px;
		font-size: 20px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.3;
	}

	h3 {
		padding: 5px 0 3px;
		font-size: 16px;
		font-weight: 500;   /* 400 normal, 700 negrita */
		line-height: 1.4;
	}

	p {
		padding: 4px 0 16px;
	}
	
	ul, ol {
		padding-top: 0;	
		padding-bottom: 14px;	
	}
	
	.texto {
		padding: 0 9px;   
	}
	
	.texto.mas {   /* Texto un poco más grande */
		font-size: 16px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.4;
	}
	
	.texto.grande1 {   /* Texto del tamaño de h1 */
		font-size: 34px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.4;
	}

	.texto.grande2 {   /* Texto del tamaño de h2 */
		font-size: 21px;
		font-weight: 200;   /* 400 normal, 700 negrita */
		line-height: 1.4;
	}

	.titulo {
		padding:0 0 9px;
		font-size: 20px;
		font-weight: 700;   /* 400 normal, 700 negrita */
		line-height: 1.2;
	}
}

@media all and (max-width: 579px) {
	body {
		font-size: 15px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.5;
	}
	
	h1 {
		padding: 8px 0 12px;
		font-size: 26px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.3;
	}
	
	h2 {
		padding: 6px 0 4px;
		font-size: 20px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.3;
	}

	h3 {
		padding: 5px 0 3px;
		font-size: 16px;
		font-weight: 500;   /* 400 normal, 700 negrita */
		line-height: 1.4;
	}

	p {
		padding: 4px 0 16px;
	}
	
	ul, ol {
		padding-top: 0;	
		padding-bottom: 14px;	
	}
	
	.texto {
		padding: 0 9px;   
	}

	.texto.mas {   /* Texto un poco más grande, como h2 */
		font-size: 16px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.4;
	}
	
	.texto.grande1 {   /* Texto del tamaño de h1 */
		font-size: 23px;
		font-weight: 400;   /* 400 normal, 700 negrita */
		line-height: 1.4;
	}

	.texto.grande2 {   /* Texto del tamaño de h2 */
		font-size: 20px;
		font-weight: 200;   /* 400 normal, 700 negrita */
		line-height: 1.4;
	}

	.titulo {
		padding:0 0 9px;
		font-size: 17px;
		font-weight: 700;   /* 400 normal, 700 negrita */
		line-height: 1.2;
	}
}


/* ––– Imágenes ––– */
.foto img {
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}

.fotoCentrada img {   /* Para meter dentro una foto de ancho fijo. Al usarlo hay que definir Width px en Img */
	display: block;
	margin: 0 auto;
	border: 0;
	padding: 0;
}

.fotoLinea img {   /* Una línea con fotos ajustadas por su altura, al usarlo hay que definir height */
	display: inline-block;
}

.fotoLinea.centrada {
	text-align: center;
}

@media all and (min-width: 810px) {
	img.vistaRetrato {
		display: none;	
	}
	img.vistaMoviles {
		display: none;	
	}
}

@media all and (min-width: 580px) and (max-width: 809px) {
	img.vistaApaisada {
		display: none;	
	}
	img.vistaMoviles {
		display: none;	
	}
}

@media all and (max-width: 579px) {
	img.vistaApaisada {
		display: none;	
	}
	img.vistaRetrato {
		display: none;	
	}
}


/* ––– Anchos de imágenes ––– */
@media all and (min-width: 580px) {
	.logotipo img {	
		width: 100px;
		padding: 20px 0;
	}
	
	.logotipoDisop img {	
		width: 90px;
		padding: 20px 0;
	}
	
	.logotipoDisopFarma img {	
		width: 200px;
		padding: 20px 0;
	}
}

@media all and (max-width: 579px) {
	.logotipo img {	
		width: 90px;
		padding: 15px 0 0;
	}
	
	.logotipoDisop img {	
		width: 70px;
		padding: 10px 0 0;
	}
	
	.logotipoDisopFarma img {	
		width: 140px;
		padding: 10px 0 0;
	}
}


/* ––– Altura de imágenes ––– */
@media all and (min-width: 580px) {
	.fotoLinea.normal img {   /* Para usar con FotoLinea, normal es unas tres líneas de texto */
		height: 45px;
	}
	
	.fotoLinea.normal {
		padding: 0 0 8px;
	}

	.fotoLinea.grande img {
		height: 90px;
	}
	
	.fotoLinea.normal, .fotoLinea.grande {
		padding: 0 0 8px;
	}
}

@media all and (max-width: 579px) {
	.fotoLinea.normal img {
		height: 40px;
	}
	
	.fotoLinea.grande img {
		height: 70px;
	}
	
	.fotoLinea.normal, .fotoLinea.grande {
		padding: 0 0 7px;
	}
}


/* ––– Menús con botones, los de los prospectos ––– */
.menusBotones {
	max-width: 800px;
	margin: 0 auto 24px;
	border: 0;
	padding: 0;
	line-height: 36px;   /* ––– Aquí se define la altura de los botones (menos padding de a) ––– */
	text-align: center;
}

.menusBotones a {
	display: inline-block;
	margin: 0 3px;
	padding: 6px 24px;
	margin-bottom: 13px;
	border-radius: 5px;
	background-color: #81C0EC;   /* azulito */
	color: #535355;
	text-decoration: none;
	text-align: left;
}

.menusBotones a:hover {
    text-decoration: none;   
	color: #000000;   /* negro */
	background-color: #77A0BC;   /* azulito más oscuro */
}

.menusBotones img {
	display: inline-block;
	height: 36px;   /* ––– Igual que line-height ––– */
	margin-right: 6px;
	vertical-align: bottom;   /* ––– Con Middle no chuta ––– */
}

@media all and (min-width: 810px) {
	.menusBotones a {
		font-size: 19px;
		font-weight: 500;   /* 400 normal, 700 negrita */
	    width: 40%; 
	}
}

@media all and (min-width: 580px) and (max-width: 809px) {
	.menusBotones a {
		font-size: 18px;
		font-weight: 500;   /* 400 normal, 700 negrita */
	    width: 38%; 
	}
}

@media all and (max-width: 579px) {
	.menusBotones a {
		font-size: 17px;
		font-weight: 500;   /* 400 normal, 700 negrita */
	    width: 80%;
	}
}


/* ––– Colores para los textos ––– */
.tintaAzul {
	color: #3fbad9;   /* azul */
}

.tintaBlanca {
	color: #ffffff;   /* blanco */
}

.tintaVerde {
	color: #42ac3a;   /* verde */
}

.negrita {
	font-weight: 600;   /* 400 normal, 700 negrita */	
}


/* ––– Colores para los fondos ––– */
.arena {
	background-color: #fdebda;   /* arena */
}

.azul {
	background-color: #def3f9;   /* azul */
}

.blanco {
	background-color: #ffffff;   /* blanco */
}

.gris {
	background-color: #f4f4f4;   /* gris */
}

.verde {
	background-color: #d4ecd0;   /* verde */
}

.verdeClaro {
	background-color: #edf7ec;   /* verde claro */
}
