#mapa {
	position: relative;
	width: 100%;
	height: 250px;
}

.menu {
	z-index: 90;
    float:left;
	display:block;
	width: 100%;
	height: 50px;
	background: #CC0033;
	position: fixed;
}

.aviso {
	z-index: 91;
    float:left;
	display:block;
	width: 100%;
	height: 30px;
	background: red;
	position: relative;
    color: white;
    text-align: center;
    visibility: visible;
}

.logo {
	display: inline-block;
	position: relative;
	float: left;
	margin: -5px 15px 5px 0px;
}

.menu-list {
	float:right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-item {
	position: relative;
	margin: 0px 10px 0px 10px;
}

#menu-opcion-0 {
    z-index: 91;
    float:left;
	display:block;
	width: 100%;
	height: 50px;
    top:50px;
	background: #AEB6BF;
	opacity: .90;
    position: fixed;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 18pt;
    border-bottom: 3px solid #CC0033;
    visibility:hidden;
}

#menu-opcion-1 {
    z-index: 92;
    float:left;
	display:block;
	width: 100%;
	height: 50px;
    top:103px;
	background: #AEB6BF;
	opacity: .90;
    position: fixed;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 18pt;
    border-bottom: 3px solid #CC0033;
    visibility:hidden;
}

#menu-opcion-2 {
    z-index: 93;
    float:left;
	display:block;
	width: 100%;
	height: 50px;
    top:156px;
	background: #AEB6BF;
	opacity: .90;
    position: fixed;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 18pt;
    border-bottom: 3px solid #CC0033;
    visibility:hidden;
}

.linkM {
	text-decoration: none;
	color: white;
	font-size: 18pt;
}

.linkI {
	display:inline-block;
	width:59px;
	height:50px;
	background-image: url(https://verificentros.info/images/menu.png);
	background-size: 100% 100%;
}

.linkP {
    text-decoration: none;
    color: #CC0033;
}

.foot {
    font-size: 8pt;
    color: gray;
    text-align: center;
}

.titleH {
    text-decoration: none;
    color: black;
}

a.titleH:hover {
    color: white;
}

a.titleH:visited {
    color: black;
}

/* Engomados */

            #engomado{
                display: block;
                width: 298px;
                height: 120px;
                background-color: Grey;
                margin-bottom: 10px;
                padding: 5px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
                float: center;
            }
            #engomadoC{
                width: 75px;
                height: 110px;
                border: 5px;
                border-style: solid;
                border-color: Black;
                float: left;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
            }
            #engomadoN{
                width: 200px;
                height: 110px;
                border: 5px;
                border-style: solid;
                border-color: Black;
                color: #000000;
                margin-left: 3px;

                background-color: WhiteSmoke;
                float: left;
                text-align: center;
                font-family: Arial;
                font-size: 65px;
                font-weight: 600;
                
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
            }
            #s_engomado{
                display: inline-block;
                width: 98%;
                max-width: 100px;
                height: 40px;
                background-color: Grey;
                margin-bottom: 4px;
                padding: 5px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                float: left;
            }
            #s_engomadoC{
                display: inline-block;
                width: 25%;
                height: 36px;
                border: 2px;
                border-style: solid;
                border-color: Black;
                float: left;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }
            #s_engomadoN{
                display: inline-block;
                width: 63%;
                height: 36px;
                border: 2px;
                border-style: solid;
                border-color: Black;
                margin-left: 2px;
                color: #000000;
                background-color: WhiteSmoke;
                float: left;
                text-align: center;
                font-family: Arial;
                font-size: 20px;
                font-weight: 600;             
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

.enfasis{
    color: #CC0033;
    font-weight: 600;
}