*{
    		margin:0;
    		padding: 0;

    	}
    	html, body{
    		height: 100%;
    	}
    	a{
    		color:white;
    	}
    	a:hover{
    		color: white;
    		text-decoration: underline;
    	}
    	.barra-header{
            width: 100%;
    		border-top:5px solid #ff4546;
    	}
    	.aside-left{
    		height: 100%;
    	}
    	.logo{
    		padding-top: 10px;
    	}
    	table{
    		width: 100%;
    	}
    	tr{
    		border:none;
    	}
    	td{
    		border: 1px solid #cecece;
            background: white;
    	}
    	.btn{
    		padding: 10px 20px;
    		background: #c43334;
    		color:white;
    		cursor: pointer;
    		border-radius: 10px;
    	}
    	.btn:hover{
    		cursor: pointer;
    		background:#ff4546 ;
    		color:white;
    		transition:0.7s;
    	}
    	footer{
    		position:relative;
		    bottom:0!important;
		    width:auto;
		    clear: both;
    	}
    	.contacts-bar{
    		background: #ff4546;
    		color:white;
    	}
    	.contacts-bar a{
    		color:white;
    		text-decoration: none;
    	}
    	.inline-contact{
    		list-style: none!important;
    		text-align: left;
    		margin-bottom: 0px;
    		padding-top:15px;
    	}
    	.inline-contact li{
    		display: inline-block;
    		padding-top:0;
    		margin-left: 50px;
    		margin-top: -25px;
    		margin-bottom: 10px;
    	}
        .align-left{
            float:left!important;
        }
        .align-right{
            float:right!important;
        }
        .align-center{
            margin:0 auto;
            text-align: center;
        }
        .h1-header{            
            margin-top:0px;
            padding-bottom: 20px;
        }
        @media screen and (max-width: 450px){
            .inline-contact{
            width: 100%;                
                padding-top:40px;
                text-align: left;
            }
        }