@charset "utf-8";
/* CSS Document */

HTML,
BODY {
	margin: 0;
	padding: 0;
	height: 100%;
}

BODY {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5D5D;
	/*	background: #8a8989 url(/img/fondos/topbg.png) repeat-x;
	background:url(../img/fondos/muro.jpg);*/
	background: #8a8989 url(/img/fondos/topbg.png) repeat-x;
	overflow-y: scroll;
}

/* CSS Document */
/* --- Menu principal -------------------------------*/

.header {
	position: absolute;
	top: 230px;
	width: 100%;
}

#navegacion {
	position: relative;
	z-index: 1000;
}

#navegacion ul {
	max-width: 1050px;
	min-width: 780px;
	margin: 0 auto;
}

#navegacion li {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 15%;
	list-style: none;
}

#navegacion>ul>li {
	position: relative;
}

#navegacion>ul>li>a {
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#navegacion li ul {
	padding: 0;
	width: 100%;
	min-width: 0;
	height: 0;
	overflow: hidden;
	-moz-transition-duration: .8s;
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
	position: absolute;
}

#navegacion li:hover ul {
	height: 250px;
}

#navegacion li li {
	float: none;
	padding: 0;
	width: auto;
}

#navegacion a {
	color: #000;
	display: block;
	padding: 10px;
	margin: 0 5px;
	text-decoration: none;
	text-shadow: 0 1px 0 #CCCFD0;
	background: #F6B60A;
}

#navegacion li li a {
	color: #FFF;
	background: #825F02;
	text-shadow: none;
	border-top: #FFF solid 1px;
	text-align: left;
}

#navegacion li li:last-child a {
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

#navegacion strong {
	display: block;
	text-transform: uppercase;
}

#navegacion a:hover,
#navegacion a:focus,
#navegacion li:hover a {
	color: #FFF;
	background: #825F02;
	text-shadow: none;
}

#navegacion li:hover li a:hover {
	text-decoration: underline;
	background: #CF761B;
}

.flag {
	position: absolute;
	top: 0px;
	right: 8px;
	width: 20px;
}

.flag img {
	margin: 3px 0;
}

.flag2 {
	position: absolute;
	bottom: 0px;
	right: 8px;
	width: auto;
}


/*--- Cuerpo ----------------------------------------*/

a {
	color: #00C;
	text-decoration: none;
}

a:hover {
	background-color: #babfd4;
}

img {
	cursor: url(/img/icons/zoom.png), pointer;
	border: none;
}

img:hover {
	background-color: transparent;
}

#pie {
	clear: both;
	width: 991px;
	text-align: center;
	vertical-align: top;
	margin: 30px 0 20px 0;
}

#configurador {
	position: absolute;
	top: 0px;
	right: 5px;
	width: auto;
	text-align: right;
	height: 25px;
}

#limitador {
	position: relative;
	margin: 3px auto;
	box-shadow: 16px 13px 10px -7px #000, -10px 0px 20px -7px #000;
	background-color: #fff;
	overflow: hidden;
	width: 991px;
	border: 1px solid #233177;
}

#contenedor {
	position: relative;
	width: 980px;
	text-align: left;
	margin: 40px 10px 30px 10px;
	/*  	height:100%;*/
	min-height: 500px;
}

#pagC select,
input,
textarea {
	font-size: 11px;
	border: 1px #336600 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.titulo {
	position: relative;
	/*	height:16px;
	margin:0px 36px 4px 30px ;
	background-image: url(../img/fondos/tit1.png);
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;*/
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	padding: 3px 0px 3px 10px;
	color: #000;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	border: thin solid;
	border-color: #e4e7f5 #000000 #000000 #e4e7f5;
	text-decoration: none;
	color: #000;
	padding: 3px;
}

.button {
	background-color: #d0d3de;
}

.button:hover {
	border: thin solid;
	border-color: #000000 #e4e7f5 #e4e7f5 #000000;
	background-color: #babfd4;
	color: #03C;
	text-decoration: none;
}

#texto {
	position: relative;
	margin: 30px 5px 15px 20px;
	color: #444;
	font-size: 13px;
	line-height: 130%;
}

.icon {
	vertical-align: bottom;
	cursor: pointer;
}

.logo {
	float: left;
	width: 130px;
	vertical-align: middle;
	padding-top: 20px;
}

.f9 {
	font-size: 9px;
	color: #000;
	font-weight: normal;
}

.f9B {
	font-size: 9px;
	color: blue;
	font-style: italic;
	font-weight: normal;
}

#cerrar {
	position: absolute;
	top: 4px;
	right: 6px;
	height: 20px;
	width: 20px;
}

.content {
	position: relative;
}

.texto {
	margin-left: 10px;
}

.editButton {
	position: absolute;
	top: 40px;
	right: 140px;
	text-align: center;
	width: 120px;
}

.saveBut {
	position: absolute;
	text-align: center;
	width: 120px;
	top: 8px;
	right: 30px;
}

.linea {
	margin: 4px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
}

.linea input {
	margin: 1px;
	padding: 0;
}

.linea select {
	font-size: 10px;
	border: 1px #336600 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pagC li {
	margin: 3px 0 6px 0;
}

#pagC {
	margin-bottom: 20px;
	position: relative;
	font-size: 12px;
	z-index: 100;
}

.error {
	font-weight: bold;
	color: #F00;
	text-align: center;
}

#menuAdm li {
	background-color: #FFC;
}

.hidden {
	display: none;
}

.logout:hover {
	background-color: #0C0;
}

.miniaturas {
	width: 100%;
}

.miniaturas div {
	margin: 10px;
	width: 125px;
	float: left;
	text-align: center;
}

.labelG {
	display: block;
}

.fotoBoard {
	position: relative;
	width: 300px;
	height: 320px;
	float: left;
	text-align: center;
	margin-right: 24px;
}

.sombra {
	width: 300px;
	position: relative;
	height: 220px;
	margin: 15px 12px;
	box-shadow: 16px 13px 10px -7px #888, -10px 0px 20px -7px #888;
}

.subFoto {
	height: 60px;
	width: 300px;
	position: relative;
	margin: 15px 12px;
	background-color: #CCB8A2;
	text-align: center;
	border: solid #000 1px;
	overflow: hidden;
	font-size: 10px;
	font-style: italic;
}

.sombra img {
	vertical-align: middle;
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.edit {
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: auto;
	height: auto;
}

#listText {
	margin-left: 100px;
}

#imgBig {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 40px;
	z-index: 1012;
	background-color: transparent;
	max-height: 80vh;
	display: inline-block;
	cursor: url(/img/icons/zoom-.png), auto;
}


@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1)
	}

	to {
		-webkit-transform: scale(2)
	}
}

@keyframes zoom {
	from {
		transform: scale(0.4)
	}

	to {
		transform: scale(1)
	}
}

#bigImg {
	margin: auto;
	display: block;
	width: 100%;
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 1.2s;
	animation-name: zoom;
	animation-duration: 1.2s;
}

#mascara,
#mascaraImg {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100vh;
	background-color: black;
	-moz-opacity: 0.9;
	opacity: .90;
	filter: alpha(opacity=90);
	cursor: url(/img/icons/zoom-.png), auto;
}

#mascara {
	z-index: 1001;
}

#mascaraImg {
	z-index: 1011;
}