/* Archivo css */

body {
			margin:0px;
			/* padding:20px; 
			padding-right:20px;
			padding-bottom:20px;
			padding-left:20px;
		  background:#030303  #eee;*/
}

h1 { font-family: Futura, "Trebuchet MS", Arial, sans-serif;
			font-size: 48px; 
			font-style: normal; 
			font-variant: normal; 
			font-weight: 700; 
			line-height: 26.4px;
			color: #178e9c;
}

h3 { font-family: Futura, "Trebuchet MS", Arial, sans-serif;
			font-size: 16px; 
			font-style: normal; 
			font-variant: normal; 
			font-weight: 700; 
			line-height: 15.4px;
			color: #f39428;
}

p { font-family: Futura, "Trebuchet MS", Arial, sans-serif; 
			font-size: 16px; 
			font-style: normal; 
			font-variant: normal; 
			font-weight: normal; 
			line-height: 6px;  /* Salto de línea */
			color: white;
}

blockquote { font-family: Futura, "Trebuchet MS", Arial, sans-serif; 
			font-size: 21px; 
			font-style: normal; 
			font-variant: normal; 
			font-weight: 400; 
			line-height: 30px; 
} 

pre { font-family: Futura, "Trebuchet MS", Arial, sans-serif; 
			font-size: 13px; 
			font-style: normal; 
			font-variant: normal; 
			font-weight: 400; 
			line-height: 18.5714px; 
}

/* Contenedor Cabecera */
.myHead {
		/*	border: hidden outset #eee; */  
      text-align: center;
			width: 100%;
    	height: 150x;*/
    	/*background: #eee;*/ 

}

/* Contenedor fondo imagen */
.myfondo {
			background-color:#eee;
			background-image:url('./recursos/fondo.png');
}

.contenedor{
		width:100%;
    position: relative;
    display: inline-block;
    text-align: center;
}
.centrado{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}


