/*
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 : 23/04/2018, 05:07:36 PM
    Author     : DesarrolladorTI
*/
a .fa-times:hover,
a .fa-facebook-square:hover,
a .fa-twitter-square:hover{
    color: #ff531a;
    transition: 0.4s;
    text-decoration: none;
}

/*a{
    color: #cc3300;
}*/

p a:hover{
    color: #e30513;
    transition: 0.5s;
}

#imagen a div:hover{
    background-color: rgba(100,100,100,.7);
    color:#ff531a;
    transition: 0.4s;
}

fieldset 
{
    border: 2px solid #e30513 !important;
    margin: 15px;
    padding-bottom: 10px;      
}	
	
legend
{
    vertical-align: middle;
    text-align: center;
    font-size:18px;
    font-weight:bold;
    margin-bottom: 0px; 
    border: 0px solid #e30513;
    border-radius: 4px; 
}

.fieldset2 
{
    border: 1px solid #ecabab !important;
    margin-bottom: 0;
    min-width: 0;
    padding: 15px 20px 20px 20px;    
    position: relative;
    border-radius:4px;
   
}	
	
.legend2
{
    width: 70%;
    text-align: center;
    font-size:18px;
    font-weight:bold;
    margin-bottom: 0px; 
    border: 0px solid #ff4444;
    border-radius: 4px; 
}

#buttonAncash .button{
    background-color: #e30513;
    border: 1px solid #fb3744;
    transition: 0.5s;
    color: white;
    padding: 5px;
    transition: 0.5s;
    cursor: pointer;
}

#buttonAncash .button:hover{
    background-color: #fb3744;
    transition: 0.5s;
    box-shadow: 0px 0px 8px 5px #8c8c8c;
    margin-left: 2px;
}

#buttonAncash .button:active{
    background-color: #992600;
    transition: 0.5s;
}

.lineaAncash {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #ff531a; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

.lineaAncash span { 
    background:#f5f5f5; 
    padding:0 10px; 
}