/*   estilo1.ccs */

h2 {
  font-size: 1em;
  font-weight: bold;
  font-family: tahoma, Helvetica, sans-serif;
  color:white;
  line-height: 2em;
  padding-left: 40px;
   }
.h2_2 {
  font-size: 1.5em;
  line-height: 2em;
  font-weight: bold;
  font-family: tahoma, Helvetica, sans-serif;
   padding-left: 0px; padding-right: 3em; padding-top: 2em;
  color: white;
  text-align: justify;
  }
.h2_3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 150%;
  font-family: tahoma, Helvetica, sans-serif;
  color:white;
 margin: 2em;
  padding: 4px;
  background-color: transparent;
   }
 
   h6 {
  font-size: 0.8em;
  font-weight: bold;
  font-family: tahoma, Helvetica, sans-serif;
  color:blue;
  padding-left: 0px;
	}






.aviso1 {
	font-size: 1.4vw;
    font-family: tahoma, Helvetica, sans-serif;
    font-weight: bold;
    color: blue;
  }  
.a2 {
	font-size: 1.4em;
    text-decoration: none;
    font-wheight: bold;
    color: blue;
  }  

  .boton_aviso1{
        font-size:1.2vw;
         cursor: pointer;
          border-radius: 8px 8px 8px 8px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
      color: #c00020;  
        background-color: white;
        border:0px;
        width:150px;
        height:30px;
       }
        .boton_aviso1:hover {
    background-color:#802020;
    color: white;
}
p {
  font-size: 1.6em;
  /*padding-right: 20px;*/
  font-wheight: bold;
  font-family: tahoma, Helvetica, sans-serif;
  /*align: right;*/
    color: blue;
    line-height: 1.5;
}



/* porcentaje base, solo en el body body {	font-size:80%;}*/
/*
p {	font-size:1.1em;}
h1 {	font-size:2em;}
h2 {	font-size:1.4em;}
#pie {	font-size:1.2em;}
.epigrafes {	font-size:1.1em;}
/* fin de zona común a todas las resoluciones */

/* ampliamos los textos si mide más de 800px */
/*@media screen and (min-width:800px) {   body {font-size:100%;}  }
/* fin de la zona para más de 800px de ancho de pantalla */

/* ampliamos más aún los textos si mide más de 1200px */
/*@media screen and (min-width:1200px) { body {font-size:120%;	} }
/* fin de la zona para más de 1200px de ancho de pantalla */
/*
 a {font-size:1.1px; font-family:tahoma; color:gray; font-weight:bold; text-decoration:none;}
  a {  background-color: transparent;   /*transition: background-color .5s;*/   }
 /* a:hover {  color: red;   }  

*/