@font-face {
  font-family: HelveticaNeueLT;
  src: url(../../modulosphp/HelveticaNeueLT.ttf);
}
@font-face {
  font-family: Rounded_Elegance;
  src: url(../../modulosphp/Rounded_Elegance.ttf);
}
body, html{
height: 100%;
max-height: 100%;
background-repeat: no-repeat;
background-size: 100% 100%;
color:#FFFFFF;
/*color: #36465D;*/
font-family: HelveticaNeueLT, serif;
}

.secc{
  height: 50px;
  width: 100%;
  background-color: #0ba5bb;
  color: white;
}
.secc .logo{
  position: absolute;
  top: 7px;
  left: 2%;
  height: 36px;
  display: inline-block;
}

.secc .bautizo{
  position: absolute;
  top: 7px;
  left: 45.07%;
  font-size: 25px;
}

.inicio{
  position: fixed;
  background-color: #003333;
  text-decoration-color: #FFFFFF;
  /*background-color: #96D5F6;*/
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  border-top: 1px solid white;
  /*z-index: -1;*/
}

.inicio .opcion{
  position:absolute;
  top:10%;
  left:10%;
  right:10%;
  text-align: center;
}

.inicio .opcion table{
  position: relative;
  width: 100%;
}

.inicio .opcion img{
  width: 40%;
  border-radius: 15%;
}

.inicio .opcion a:hover img{
  width: 45%;
}
