@charset "utf-8";
/* CSS Document */

.degradado{
	position:relative;
	background: rgba(105,28,50,1);
	background: -moz-linear-gradient(top, rgba(105,28,50,1) 0%, rgba(159,34,65,1) 50%, rgba(159,34,65,1) 51%, rgba(105,28,50,1) 100%);
	background: -webkit-gradient(top, bottom, color-stop(0%, rgba(105,28,50,1)), color-stop(50%, rgba(159,34,65,1)), color-stop(51%, rgba(159,34,65,1)), color-stop(100%, rgba(105,28,50,1)));
	background: -webkit-linear-gradient(top, rgba(105,28,50,1) 0%, rgba(159,34,65,1) 50%, rgba(159,34,65,1) 51%, rgba(105,28,50,1) 100%);
	background: -o-linear-gradient(top, rgba(105,28,50,1) 0%, rgba(159,34,65,1) 50%, rgba(159,34,65,1) 51%, rgba(105,28,50,1) 100%);
	background: -ms-linear-gradient(top, rgba(105,28,50,1) 0%, rgba(159,34,65,1) 50%, rgba(159,34,65,1) 51%, rgba(105,28,50,1) 100%);
	background: linear-gradient(to bottom, rgba(105,28,50,1) 0%, rgba(159,34,65,1) 50%, rgba(159,34,65,1) 51%, rgba(105,28,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001532', endColorstr='#001532', GradientType=1 );
}

.telonObscuro{
	display:block;
	left:0;
	top:0;
	position:fixed;
	z-index:990;
	height:auto;
	font-size:1vw;
	background: rgba(98,125,77,0.88);
	background: -moz-linear-gradient(left, rgba(98,125,77,0.88) 0%, rgba(102,102,102,0.5) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(98,125,77,0.88)), color-stop(100%, rgba(102,102,102,0.5)));
	background: -webkit-linear-gradient(left, rgba(98,125,77,0.88) 0%, rgba(102,102,102,0.5) 100%);
	background: -o-linear-gradient(left, rgba(98,125,77,0.88) 0%, rgba(102,102,102,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(98,125,77,0.88) 0%, rgba(102,102,102,0.5) 100%);
	background: linear-gradient(to right, rgba(98,125,77,0.88) 0%, rgba(102,102,102,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#666666', GradientType=1 );
}

.telonClaro{
	display:block;
	left:0;
	top:0;
	position:fixed;
	z-index:990;
	height:auto;
	font-size:1em;
	background: rgba(235,233,249,0.88);
	background: -moz-linear-gradient(left, rgba(235,233,249,1) 0%, rgba(216,208,239,0.88) 0%, rgba(193,191,234,0.5) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,233,249,0.88)), color-stop(100%, rgba(193,191,234,0.5)));
	background: -webkit-linear-gradient(left, rgba(235,233,249,0.88) 0%, rgba(193,191,234,0.5) 100%);
	background: -o-linear-gradient(left, rgba(235,233,249,0.88) 0%, rgba(193,191,234,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(235,233,249,0.88) 0%, rgba(193,191,234,0.5) 100%);
	background: linear-gradient(to right, rgba(235,233,249,0.88) 0%, rgba(193,191,234,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea', GradientType=1 );
}

.Ocultar {
	display:none;
}

.Mostrar {
	display:block;
}


