/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9/06/2021, 07:39:32 PM
    Author     : angel.alfaro
*/


a.linkvolcan {
  outline: none;
  text-decoration: none;
  color: #0000CD;
  font-size: 16px;
  text-align: left;
}

a.linkvolcan:link {
  outline: none;
  text-decoration: none;
  color: #0000CD;
  font-size: 16px;
  text-align: left;
}

a.linkvolcan:visited {
  outline: none;
  text-decoration: none;
  color: #0000CD;
  font-size: 16px;
  text-align: left;
}

a.linkvolcan:focus {
  outline: none;
  text-decoration: none;
  color: #00ABD1;
  font-size: 16px;
  text-align: left;
}

a.linkvolcan:hover {
  outline: none;
  text-decoration: none;
  color: #00ABD1;
  font-size: 16px;
  text-align: left;
}

a.linkvolcan:active {
  outline: none;
  text-decoration: none;
  color: #00ABD1;
  font-size: 16px;
  text-align: left;
}

/*****************Botón regresar*******************/
.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}
a.v3 {
 color:white !important;
 background-color: #611232 !important;
}
button.v4{
 color:white !important;
 background-color: #611232 !important; 
}