﻿header{background:url(../MasterGeneralCSS/images/header-shadow_vino.jpg); padding-bottom: 5px; position: relative;width: 100%;z-index: 101;}

body {
    background: url("../MasterGeneralCSS/images/bg.jpg") repeat scroll 0 0 #E5E5E5;
    color: #555555;
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    position: relative;
}

html, body {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #313131;
    font-family: "Times New Roman",Times,serif;
    font-weight: normal;
    line-height: 1.2em;
    text-transform: uppercase;
}

h1 {
    font-size: 28px;
}

.h2-border {
    border-bottom: 1px dotted #D8DCDA;
    display: block;
    padding-bottom: 18px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

.h4-border {
    border-bottom: 1px dotted #D8DCDA;
    display: block;
    padding-bottom: 19px;
}



h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
header > div {
    margin: 0 auto;
    width: 90%;
}
header h1 {
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 1px;
}

nav {
    display: inline-block;
    float: right;
    padding-top: 15px;
    position: relative;
    z-index: 101;
}
nav > span {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    text-transform: uppercase;
}
.color_style {
    color: #4EC5F1;
    font-size: 14px;
}

footer {
    color: #929292;
    font-size: 12px;
    line-height: 15px;
    margin: 0 auto;
    overflow: hidden;
    padding: 16px 0 10px;
    position: relative;
    width: 85%;
}

footer .fcenter strong {
    color: #343A40;
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
    line-height: 35px;
}

footer .fcenter {
    text-align: center;
}
footer .fcenter img{max-width:96%; width:16%;}
footer .fcenter span {
    display: inline-block;
    margin: 12px 0 0 10px;
    text-transform: uppercase;
}

footer .fcenter a {
    color: #929292;
}
footer .fcenter a:hover {
    text-decoration: underline;
}
.logo-footer-contenedor {
    text-align: center;
}
.logo-footer {
    border: medium none;
    height: 45px;
}
.footer-menu {
    margin: 21px 10px 0 0;
}
.footer-menu li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}
.footer-menu li a {
    color: #929292;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
}
.footer-menu li a.current, .footer-menu li a:hover {
    color: #2C5982;
}
.logo{
    width:115px;
    display:inline-block;
	margin:5px;
}