@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


.titulobanner_blanco
{
	font-family: "Raleway", sans-serif;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 40px;
}
.titulobanner_negro
{
	font-family: "Raleway", sans-serif;
	color: #505050;
	line-height: 40px;
	font-size: 40px;
}

.bajadabanner_blanco
{
	font-family: "Raleway", sans-serif;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 30px;
	font-style: italic;
}





.telefonositioweb
{
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	color: #FFFFFF;
	line-height: 33px;
	font-size: 33px;
	font-weight: bold;
}
.texto_sitioweb
{
	font-family: "Raleway", sans-serif;
	color: #FFFFFF;
	line-height: 32px;
	font-size: 20px;
}
.texto_sitioweb_negro
{
	font-family: "Raleway", sans-serif;
	color: #505050;
	line-height: 32px;
	font-size: 20px;
}
.texto_sitioweb_footer
{
	font-family: "Raleway", sans-serif;
	color: #FFFFFF;
	line-height: 14px;
	font-size: 14px;
}
.letrascolororo
{


  
   font-family: "Raleway", sans-serif;
  font-size: 40px;
   font-weight: bold;
	color: #eadda8;
   /*background-image: linear-gradient(to right,#462523 0,#cb9b51 22%, #f6e27a 45%,#f6f2c0 50%,#f6e27a 55%,#cb9b51 78%,#462523 100%);*/
  /* color:transparent;*/
   -webkit-background-clip:text;
}
.fotogaleria
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.titulo_sitioweb
{


  
   font-family: "Raleway", sans-serif;
  font-size: 40px;
   font-weight: bold;
	color: #FFFFFF;
  
   -webkit-background-clip:text;
}
.titulos_formulario
{


  
   font-family: "Raleway", sans-serif;
  font-size: 30px;
   font-weight: bold;
	color: #FFFFFF;
  
   -webkit-background-clip:text;
}









a.vinculoleermas:link {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	color: #FFFFFF;
    padding: 6px 8px;
    text-decoration: none;
	border: solid 2px #FFFFFF;
	
} 
	
a.vinculoleermas:visited { color: #FFFFFF; border: solid 2px #FFFFFF; }
a.vinculoleermas:hover { color: #00efb4; border: solid 2px #00efb4; }
a.vinculoleermas:active { color: #00efb4; border: solid 2px #00efb4; }



.cuerpo_sitio {
	width: 100%;
	height: 0px;
	left: 0px;
	margin-left: 0px;
	top: 150px;
	margin-top: 0px;
	z-index: 5;
	position: absolute;
}

.menumainsitio {
	width: 100%;
	height: 0px;
	left: 0px;
	margin-left: 0px;
	top: 20px;
	margin-top: 0px;
	z-index: 16;
	position: absolute;
}

/* From Uiverse.io by gharsh11032000 */ 
.animated-button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  border: none;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: #ffffff98;
  box-shadow: 0 0 0 2px #ffffff98;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #2196F3;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button span:first-child {
  position: relative;
  z-index: 1;
}

.animated-button:hover {
  box-shadow: 0 0 0 5px #2195f360;
  color: #ffffff;
}

.animated-button:active {
  scale: 0.95;
}

.animated-button:hover span:last-child {
  width: 150px;
  height: 150px;
  opacity: 1;
}



.fondoajustableatabla{
	
 no-repeat center center fixed;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;	
}









