html {
  min-height: 100%;
  position: relative;
}

@font-face {
  font-family: 'EstiloLetra';
  src: url('./PizzaPress-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  /*background-color: #ffffff !important;*/
  background-color: #006aa6 !important;
  margin: 0;
  color: #ffffff;
  margin-bottom: 40px;   
  font-size: 16px;  
  font-family: 'EstiloLetra'; 
}

.contenedor {  
  margin: 5px 5px 5px 5px !important;
  padding-left: 250px;
  padding-right: 250px;
}

.logoPage img{	
	max-width: 350px; 	
  margin-top: -80px;
  margin-bottom: -60px;
  padding-left: 220px;
}

.textoRef{
	width: 100% !important;
	text-align: justify;	
}

.espacioRef{
  margin: 10px;
}

.titleRef{
  margin-top: 20px;
  margin-bottom: 20px;  
}

.textoRef, .lineRef{
  margin-top: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.titleEtiRef{
  background-color: #c61215;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;  
  color: #ffffff;
  
}

.titleEtiRef {
  position: relative;
}

.titleEtiRef::before, .arrow::after {
  content: "";
  margin-left: 20px;
  margin-top: -2px;
  border-top: 1px solid #c61215;
  border-right: 1px solid #c61215;
  background-color: #006aa6;
  height: 21px;
  width: 21px;
  position: absolute;
  transform: rotate(45deg);
  
}

.titleEtiRef::after {
  content: "";
  margin-right: 20px;
  margin-top: -2px;
  border-top: 1px solid #006aa6;
  border-right: 1px solid #006aa6;
  background-color: #006aa6;
  height: 21px;
  width: 21px;
  position: absolute; 
  transform: rotate(45deg);
}

.titleEtiRef::before {
  top: 8px;
  left: -30px;
}

.titleEtiRef::after {
  top: 8px;
  right: -30px;
}

.textoTitleRef{
  background-color: #c61215;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;    
  color: #ffffff;
}

.subtitleEtiRef{
  background-color: #034a8a;
  padding: 10px;  
  color: #ffffff;
  padding-left: 500px;
  margin-left: -400px;
}

.subtitleEtiReftext{
 margin-left: -100px;
}

a:link {
  color: #ffffff !important;
  text-decoration: none !important;
}

a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}

a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

a:active {
  color: #ffffff !important;
  text-decoration: underline !important;
}

@media only screen and (max-width: 700px) {
body {
  font-size: 14px !important;  
 
}

  .contenedor {  
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

.logoPage img{	
  max-width: 280px; 	
  margin-top: -80px;
  margin-bottom: -60px;
  padding-left: 0px !important;
}

  .textoRef, .lineRef{
    line-height: none !important;
  }

  .subtitleEtiReftext{
    line-height: 3.0;
  }

  .respon{display: none;}

  .rescel{display: inline;}

}