﻿
/* ----- Slide ------*/
/*.slider-title {
  font-size: 3em;
  font-family: 'Belgrano';
  text-transform: uppercase;
}*/

.slider-title span {
  
color: #d32a26 !important;
}

.slide-description {
  
color: #ffffff;
  
font-size: .94em;

}

.slider-text .btn {
  
border: #d32a26 !important
color: #ffffff;

}

.slider-text .btn:hover {
 
background: #c45451;
 
 border-color: #c45451;
color: #ffffff;

}


/* ----- Boton registro login ------*/

.btn {
    
background: #d32a26 !important;
    
border-color: #d32a26 !important; 
border-radius: 0px;
   
 color: #fff;
   
 font-size: .8125em;
  
  padding: 13px 28px;
    
-webkit-transition: all .3s ease-in-out;
    
-moz-transition: all .3s ease-in-out;
    
-ms-transition: all .3s ease-in-out;
   
 -o-transition: all .3s ease-in-out;
   
 transition: all .3s ease-in-out;
}


/* ----- Descripción antes del footer ------*/


.section-title span {
   
color: #d32a26 !important;}



/*  ----- Pie de pagina ------*/


.footer-bottom {
    
background: #eb0029;
background-image: url(../content/images/navigation.png); 
/*background: #a83030 !important;   
border-bottom: 2px solid #ffffff;
   */
 color: #fff !important;
    
font-size: .8125em;
    
padding: 41px 0px;
    
margin-top: 30px;

}
.
footer-bottom a {
    
color: #fff !important;

}
.
footer-bottom a:hover {
    
color: #fff !important;

}


/* ----- formulario de registro------*/
/*
.out-link {
    color: #fff
}*/
.box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    border-radius: 3px;
    width: 100%;
    color: #7a7a7a;
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    border: 1px #7a7a7a;
}
.login-button {
    padding: 15px 20px 15px 20px;
	background-color: #d32a26;
    border: none;
    -moz-border-radius: 3px;
    /*background-color: transparent;
    border:  2px solid;
    -moz-border-radius:2px solid;*/
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #fff
}
.user-top-nav-out {
    float: right;
    color: #fff;
    font-size: 30px;
    margin-right: 41px;
    border-left: 1px solid #fff;
    height: 100%;
    padding-left: 27px;
    padding-top: 0;
    margin-top: 5px;
}
.user-top-nav {
    height: 75px;
    overflow: hidden;
    width: 100%;
    /*background: #045f8d;
    background: -webkit-linear-gradient(to right, #045f8d, #4faece);
    background: linear-gradient(to right, #045f8d, #4faece);*/
background: #870000;
    background: -webkit-linear-gradient(to right, #870000,  #190A05);
    background: linear-gradient(to right,#870000,  #190A05);
}
.menu-side-bar {
    height: 100%;
    /*background-color: #045f8d;*/
	background-color: #870000;
    width: 130px;
    position: fixed;
}
.profile-content {
    background-color: #e5e5e5;
    padding: 10px 10px 10px 10px;
}