﻿body 
{
    
}

.logo {
    height: 80px;
    /*height: 50px;*/
    margin-top: -10px;
}

.text-danger{
    color:orange;
}

.tituloVinotinto
{
    color: #8C191D;
}

footer {
	/*background-color: #f8f8f8;*/
	background-color: black;
    margin-bottom: 5px;
	/*padding: 50px 0;*/
}
.contacto {
	/*background-color: #f8f8f8;*/
	background-color: black;
    margin-bottom: 5px;
    text-align: right;
    padding:1px 0;
    font-size:125%;
	/*padding: 50px 0;*/
}
.navbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}