body{
    
    background: #FFFFFF;
    background: #F5F7F6;
    font-family: 'Open Sans', sans-serif;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.bg_tema {
    background: url(../img/bg_tema.png) repeat-x;
    padding-top: 30px;
}

.h_1{
    color: #315773;
    border-bottom: 2px solid #315773;
    font-size: 28px;
    font-weight: bold;
}

.h_2{
    color: #315773;
    font-size: 24px;
}

.p_1 {
    color: #050505;
    font-size: 18px;
    
}
.p_2 {
    color: #7F97A0;
}

.pg404 {
    padding: 50px 0;
    font-size: 30px;
    text-align: center;
}

.pad10 {
	padding: 10px;
}


/* Large desktop */
@media(min-width:1200px){
    
}

/* Portrait tablet to landscape and desktop */
@media(min-width:768px)and(max-width:979px){
    
}

/* Landscape phone to portrait tablet */
@media(max-width:767px){
    
}

/* Landscape phones and down */
@media(max-width:480px){
    
}