/*
    WEB Benbunan            E S T I L O S  C O M U N E S
        v1 -----
            (c) Copyright 2015 by pmingo@gmail.com
                     Todos los derechos reservados
*/

html, body {
	margin: 0;
    padding: 0;
	background: #ffffff;
	font-family: "Century Gothic", 'Questrial', sans-serif;
	font-size: 14px;
}

a {
	color: #8f0001;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

.ele:HOVER {
    color: #8f0001;
}

a.gris {
    text-decoration: none;
    color: #808080;
}
a.gris:hover {
	color: #8f0001;
}

/* Bloque fijo del encabezado */
#hed {
	overflow: hidden;
	background-color: #ffffff;
	position: fixed;
	height: 70px;
	border-bottom: 1px #dda6b9 solid;
	width: 100%;
	z-index: 1000;
}

/* Caja que contiene el nombre de la web */
#tit {
	float: left;
	padding-left: 35px;
    padding-top: 12px;
	font-weight: 700;
	display: inline-block;
	margin-top: 20px;
	font-size: 15px;
}

#logo {
    float: left;
    padding: 15px 0 0 30px;
    cursor: pointer;
}

/* Bloque de elementos seleccionables primero */
.men {
    padding: 13px 0 0 120px;
	display: inline-block;
    cursor: pointer;
}

/* Elemento de menu */
.ele {
	padding-left: 15px;
	display: inline-block;
	color: #a0a0a0;
	font-size: 15px;
    padding-top: 12px;
}

.sel {
    color: #8f0100;
}

/* Elementos de idioma */
.idi {
	font-size: 15px;
	padding-right: 3px;
	display: inline-block;
	color: #a0a0a0;
}

.idi:HOVER {
    color: #8f0001;
}

.act {
    color: #8f0001;
}

/* Bloque para avisos */
#pop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	padding-top: 85px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 28px;
	font-weight: 800;
}

.thb {
	position: relative;
	width: 200px;
	height: 200px;
	margin-right: 30px;
	margin-top: 70px;
    /* dbd9b1 */
	background-color: #a0a0a0;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	vertical-align: middle;
}

.ovr {
	position: relative;
	width: 200px;
	height: 200px;
    background-color: #98151b;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    color: white;
}

.ado {
    text-align: center;
}

.sti {
    display: none;
	position: absolute;
	color: #a0a0a0;
	font-size: 14px;
    top: 200px;
}
