body
{
/*	background-color:#007576;*/
	background-image:url("../img_pag/fondo.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width:100%;
	height:100%;
	margin:0;
}

label
{
      font-size:22px;
}

.fondo_forms
{
	background-color:#dadbdb;
	width:25%;
	height:auto;
   padding: 25px 25px 100px 25px;
   
 
}

.fondo_forms_perfil
{
	background-color:#dadbdb;
	width:50%;
	height:auto;
   padding: 25px 25px 100px 25px;
}

.forma2
{
	background-color:#fff;
	width:25%;
	height:auto;
    text-align:center;
    text-decoration:none;
    color:#000;
    padding:25px;
  
    font-size:22px;
     
}

.forma2:hover
{
	background-color:#018af5;
    color:#fff;
}

.button 
{

  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button:hover
{
  border: 2px solid white;  
  background-color: #008CBA; 
  color:white;
}

.texto_info
{
    color:#BD0000;
    font-size:20px;
    text-align:center;
}

.texto_prox
{
    color:#BD0000;
    font-size:50px;
    text-align:center;
}
