@charset "utf-8";
/* CSS Document */


HTML,
BODY {
	margin: 0;
	padding: 0;
}

BODY {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5D5D5D;
	background: #9A9A9A;
}

.tool {
	color: rgb(2, 2, 143) !important;
	font-size: 13px;
	font-weight: bold !important;
}

.cerrar {
	position: absolute;
	right: 0;
	width: 25px;
	height: 100%;
	background-image: url(/.img/icons/cierreL.png);
	cursor: pointer;
}

#navegacion {
	position: fixed;
	background-color: #dde4f5;
	height: 98vh;
	min-height: fit-content;
	overflow-x: hidden;
	overflow-y: auto;
	top: 0px;
	font-size: 16px;
	z-index: 1050;
	box-shadow: 16px 13px 10px -7px #000, -10px 0px 20px -7px #000;
}

#navegacion iframe {
	width: 450px;
	height: 260px;
	margin-top: 15px;
}

@media only screen and (max-width: 550px) {

	.show {
		width: 100%;
	}
}

@media only screen and (min-width: 550px) {

	.show {
		width: 550px;
	}
}

.show {
	border: 1px solid #000;
	transition: width .7s;
}

#nav_content {
	margin-right: 28px;
}

#nav_content ul {
	/* width: 220px; */
	padding-left: 30px;
	z-index: 991;
}

#nav_content ul a {
	color: #000;
}

#nav_content ul li {
	font-weight: bold;
	list-style: url(/.img/icons/flechaM.gif);
	margin-bottom: 15px;
}

#nav_content ul li ul {
	padding-left: 5px;
	margin-left: 0px;
}

#nav_content ul li ul ul {
	padding-left: 10px;
	margin-top: 10px;
}

#nav_content ul li ul ul label {
	margin-left: -10px;
}

#nav_content span {
	margin-left: -15px;
}

#nav_content ul li ul li,
#nav_content ul li ul li a {
	list-style: url(/.img/icons/flechaPoint.gif);
	font-weight: normal;
	padding: 4px 0;
	margin-left: 15px;
	margin-bottom: 0;
}

#nav_content li:hover li a:hover {
	background: #9BB87E;
}

.hide {
	width: 0px;
	transition: width .7s;
	border: none;
}

/*--- Cuerpo ----------------------------------------*/
@media only screen and (max-width: 1270px) {

	/*#limitador,
	.baner img {
		width: 991px;
	}*/
	#limitador,
	.baner img {
		width: 100%;
	}
}

@media only screen and (min-width: 1270px) {

	#limitador,
	.baner img {
		width: 1300px;
	}
}

a {
	color: #5153C3;
	text-decoration: none;
}

a:hover {
	background-color: #9BB87E;
}

.admin,
.admin1 {
	position: absolute;
	font-size: 18px;
	z-index: 1000;
}

.admin {
	left: 260px;
	bottom: 3px;
	background-color: transparent;
}

.admin1 {
	left: 100px;
	bottom: -35px;
	background-color: #030189;
	padding: 4px;
	border: 2px solid #000;
}

.admin1 a {
	color: #fff;
	text-decoration: none;
}

.aviso {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.baner {
	position: absolute;
	height: 150px;
	width: 100%;
	background-image: url(/.img/baners/baner.png);
	background-repeat: no-repeat;
}

.baner h1 {
	position: absolute;
	top: -26px;
	left: 100px;
	font-size: 38px;
	font-style: italic;
	color: #000;
	font-family: Verdana;
	font-weight: bold;
}

.baner img {
	cursor: default;
	border: none;
	vertical-align: baseline;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.buscador {
	font-size: 14px;
}

.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;
	text-align: center;
	color: #000;
	padding: 3px;
	background-color: #d0d3de;
}

.button:hover {
	border: thin solid;
	border-color: #000000 #e4e7f5 #e4e7f5 #000000;
	background-color: #babfd4;
	color: #03C;
	text-decoration: none;
}

.cabezera {
	height: 150px;
	position: relative;
}

.closeBox {
	position: absolute;
	top: 1px;
	right: 1px;
	cursor: pointer;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#contenedor {
	position: relative;
	text-align: left;
	margin: 20px 10px 0 10px;
	height: fit-content;
	/* min-height: 500px; */
}

.f12B {
	font-size: 12px;
	color: blue;
	font-style: italic;
	font-weight: normal;
}

.f10i {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

button.gm-ui-hover-effect {
	display: none;
	visibility: hidden;
}

h2 {
	font-size: 14px;
}

h3 {
	margin-top: 20px;
}

.icon,
.iconM,
.help {
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.icon {
	vertical-align: bottom;
}

.iconM {
	vertical-align: middle;
}

.idiomas {
	position: absolute;
	bottom: 3px;
	left: 15px;
}

.idiomas img {
	margin: 5px 5px 0 5px;
}

img {
	cursor: url(/.img/icons/zoom.png), pointer;
	border: none;
	vertical-align: baseline;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 3px 2px 8px 1px rgba(0, 0, 0, 1);
	-moz-box-shadow: 3px 2px 8px 1px rgba(0, 0, 0, 1);
	box-shadow: 3px 2px 8px 1px rgba(0, 0, 0, 1);
}

.imgArt {
	margin: 15px 25px;
}

img:hover {
	background-color: transparent;
}

#limitador {
	position: relative;
	margin: 3px auto;
	border: 1px solid #000;
	box-shadow: 16px 13px 10px -7px #000, -10px 0px 20px -7px #000;
	background-color: #fff;
	overflow: hidden;
}

.login {
	margin: 3px auto;
	text-align: center;
	width: 90%;
	font-size: 14px;
}

.login input {
	font-size: 14px;
	margin-top: 7px;
}

#mascara,
#mascaraImg {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100vh;
	background-color: black;
	-moz-opacity: 0.6;
	opacity: .60;
	filter: alpha(opacity=60);
	cursor: url(/.img/icons/zoom-.png), auto;
}

#mascara {
	z-index: 1001;
}

#mascaraImg {
	z-index: 1011;
}

.mask {
	height: 100px;
	width: 420px;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 70px;
}

#pag {
	position: relative;
	clear: both;
	text-align: center;
	height: 25px;
	font-weight: normal;
}

#pag span {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #000;
	border-collapse: collapse;
	font-weight: bold;
	cursor: pointer;
}

.pagC {
	position: relative;
	z-index: 100;
	line-height: 130%;
	height: auto;
	min-height: 500px;
	padding: 20px;
}

.pagC h1 {
	margin: 0 0 45px 60px;
	font-size: 20px;
}

.pagC h1 span {
	padding: 2px 5px;
}

.pagC li {
	margin: 3px 0 6px 0;
}

.pagC select,
input,
textarea {
	border: 1px #336600 solid;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pagC p {
	font-size: 14px;
}

#pie {
	position: relative;
	clear: both;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px
}

#pie a {
	font-weight: bold;
}

#tf {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 10px;
	margin: auto;
	background-color: white;
	overflow: auto;
	padding: 25px;
	width: auto;
	height: auto;
	box-shadow: 16px 13px 10px -7px #000, -10px 0px 20px -7px #000;
	max-height: 93vh;
}

#tf {
	z-index: 1002;
}

#tt {
	display: none;
	position: fixed;
	background-color: white;
	border: solid 1px #000;
	padding: 10px;
	box-shadow: 8px 11px 16px -4px rgba(0, 0, 0, 0.75);
	z-index: 100000;
}

.recItem {
	text-align: center;
	height: 50px;
}

.recItem span {
	border-bottom: 1px solid #000;
	padding-left: 20px;
	padding-bottom: 15px;
}

.yutub {
	position: absolute;
	top: 4px;
	right: 4px;
}

#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;
}