/*Estilos solo para el form de login*/
.form-index span {font-size: 26px; color: #fcda81 ; text-transform: uppercase; font-weight: bold; display: inline-block; padding: 10px 0;}
.form-index #boton-entrar {clear: both;}
/*Estilos solo para el form de login*/



.mostrando-resultados {text-transform: uppercase; font-size: 13px;}

.paginas {margin-top:10px;}

.tooltip2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip2 .tooltip-content {
  visibility: hidden;
  width: 1000px; /* tamaño del popup */
  background-color: #fff;
  color: #fff;
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
}

.tooltip2:hover .tooltip-content {
  visibility: visible;
}



.paginas a {
	-webkit-box-shadow: 0px 1px 3px #666666;
 	-moz-box-shadow: 0px 1px 3px #666666;
 	box-shadow: 0px 1px 3px #666666;
 	font-family: Arial;
  	color: #fff;
  	font-size: 12px;
  	padding: 3px 6px;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	background-image: -webkit-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -moz-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -ms-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -o-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: linear-gradient(to bottom, #fcda81 , #fcda81 );
}

.paginas a:hover {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.05, #999999),
	color-stop(1, #555454)
);
background-image: -o-linear-gradient(bottom, #999999 5%, #555454 100%);
background-image: -moz-linear-gradient(bottom, #999999 5%, #555454 100%);
background-image: -webkit-linear-gradient(bottom, #999999 5%, #555454 100%);
background-image: -ms-linear-gradient(bottom, #999999 5%, #555454 100%);
background-image: linear-gradient(to bottom, #999999 5%, #555454 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
}

.div_totales{
	margin: 0;
	padding: 20px 0;
	color: #ffffff;
	text-decoration: none;text-transform: uppercase;
	font-size:15px;
	background-image: -webkit-linear-gradient(top, #393D42 , #393D42 );
	background-image: -moz-linear-gradient(top, #393D42 , #393D42 );
	background-image: -ms-linear-gradient(top, #393D42 , #393D42 );
	background-image: -o-linear-gradient(top, #393D42 , #393D42 );
	background-image: linear-gradient(to bottom, #393D42 , #393D42 );
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	text-decoration: none;
	width:250px;
	font-weight: bold;
}


#verifica-password {display: inline-block; margin:0 0 -5px 0; padding: 0;}

#verifica-password .error {margin-left: -35px;}
/*Hack para firefox*/
@-moz-document url-prefix() {
 #verifica-password .error {
     margin-left: 145px;
  }
}

.botoncito {
	background:#efefef;
    border: 2px solid #ccc;
    border-radius: 15px;
    font-family: Arial;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 20px;
    display: inline;
}

.botoncito a {color: #ffffff; text-decoration: underline;}



.elheader
{
	text-align: center;
	  margin-bottom: 0; /* Evita espacio debajo */
    padding-bottom: 0;
    background:#1e1e2f;
	/*height: 100px;
	border: 1px solid #000;*/
}

.clearit
{
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
.contenido
{
	/*color: #000000;*/
	font-family: Arial, Helvetica, sans-serif;
}

.float-left {
	border: 1px solid #000; float: left;
}

.contenido h2 {
	margin: 20px 0 6px 0;
	padding: 10px 0;
	width: 550px;
	color: #029ACF;
	text-transform: uppercase;
	font-size: 25px;
	border: 1px solid #DCDCDC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EFEFEF), color-stop(0.5, #E7E7E7), color-stop(1, #EFEFEF));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
}

/*.footer{
	height: 30px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}*/

.fin{
	/*border: 1px solid #CCC;*/
	padding: 20px 0;
	/*padding-right: 3px;*/
	color: #666;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
	margin-bottom:10px;
	/*padding-bottom: 3px;*/
	text-align: right;
    border:1px solid #dcdcdc; background: #f9f9f9;
}


.fin b {margin-right: 10px;}

.sello {padding: 0; position: absolute; margin:-80px 0 0 800px; width: 80px;}



.login{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	color: #fff;
	text-align: right;
	padding: 13px 20px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px, rgba(0, 0, 0, 0.2) 0 1px 1px;
  	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #1e1e2f  0%, #1e1e2f  50%, #1e1e2f  100%);

	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #1e1e2f  0%, #1e1e2f  50%, #1e1e2f  100%);

	/* Opera */
	background-image: -o-linear-gradient(bottom, #1e1e2f  0%, #1e1e2f  50%, #1e1e2f  100%);

	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1e1e2f ), color-stop(0.5, #1e1e2f ), color-stop(1, #1e1e2f ));

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #1e1e2f  0%, #1e1e2f  50%, #1e1e2f  100%);

	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #1e1e2f  0%, #1e1e2f  50%, #1e1e2f  100%);
    
}

.login a{
	text-decoration: none !important;
	color: #000;
}

.fin A {text-decoration: none !important;}

.overlay
{
	width: 100px;
	height: 50px;
	text-align: center;
	display: none;
	margin-top: 10px;
	padding-top: 30px;
	font-size: 15px;
	font-weight: bold;

}

hr {
    border: 0;
    height: 1px;
    background: #CCC;
}

.marcos
{
	text-align: center;
	margin: 0;
	font-family: "Arial", helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
}

.impresion{visibility: hidden; height: 0px;}


/*Solo he modificado esto dentro de este archivo JC*/

.no_impresion {
	margin: 0; padding: 0;
}

.no_impresion h1 {
	margin: 0 0 6px 0;
	padding: 10px 0;
	width: 550px;
	color:#fff ;
	text-transform: uppercase;
	font-size: 22px;
	border: 1px solid #DCDCDC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #393D42 0%, #393D42 50%, #393D42 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #393D42 0%, #393D42 50%, #393D42 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #393D42 0%, #393D42 50%, #393D42 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #393D42), color-stop(0.5, #393D42), color-stop(1, #393D42));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #393D42 0%, #393D42 50%, #393D42 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #393D42 0%, #393D42 50%, #393D42 100%);
}

/*Estilos generales para formularios*/
/*#forma label {text-transform: uppercase; font-size: 12px; color:#029ACF; font-weight: bold; float: left;}
#forma input[type=text] {height: 20px; float: left; margin: 2px 0 0 12px; padding: 0; border: 1px solid #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px; box-shadow: 0 1px 3px #DDDDDD inset; transition: border 0.3s linear 0s;}*/

.no_impresion form {border: none;}
/*.no_impresion a:link{color: #000; text-transform: uppercase; font-size: 13px;}*/

.txt-azul {font-size: 11px; color: #fcda81 ; text-transform: uppercase;}

.txt-azul-pago-en-linea {font-size: 16px; color: #fcda81 ; text-transform: uppercase; font-weight: bold;}

.center {text-align: center;}
.field {width: 260px; display: inline-block; margin: 0; float: left; height: 20px; padding: 4px 0;}

.field-single {display: inline-block; margin-left: 50px; float: left; height: 20px; padding: 4px 0;}
.field-single input{width: 260px; height: 20px; float: left; margin: 2px 0 0 12px; padding: 0; border: 1px solid #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px; box-shadow: 0 1px 3px #DDDDDD inset; transition: border 0.3s linear 0s;}
.field-single label {float: left; text-align: right; margin: 4px 0 0 6px; padding:0;  text-transform: uppercase; font-size: 12px; color:#fcda81 ; font-weight: bold; width:100px;}

.field-single-select {margin:-30px 0 0 13px; padding:0; float: left;}
.field-single-select label {float: left; text-align: right; padding:0;  text-transform: uppercase; font-size: 12px; color:#fcda81 ; font-weight: bold; margin:0;}
.field-single-select select {width:170px; float: left; margin-left:6px;}

.field label {float: left; text-align: right; margin: 4px 0 0 6px; padding:0;  text-transform: uppercase; font-size: 12px; color:#fcda81 ; font-weight: bold; width:100px;}
.field input {width: 127px; height: 20px; float: left; margin: 2px 0 0 12px; padding: 0; border: 1px solid #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px; box-shadow: 0 1px 3px #DDDDDD inset; transition: border 0.3s linear 0s;}
.field select {width: 130px; float: left; margin-left: 10px;}

.field-one-line {width: 550px; display: block; text-align: center; padding:3px 0; clear: both; margin-left:0px;}
.field-one-line label {float: left; text-align: right; margin: 2px 0 0 6px; padding:0;  text-transform: uppercase; font-size: 12px; color:#fff ; font-weight: bold; width: 100px;}
.field-one-line input {width: 147px; height: 20px; float: left; margin: 0 0 0 12px; padding: 0; border: 1px solid #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px; box-shadow: 0 1px 3px #DDDDDD inset; transition: border 0.3s linear 0s;}
.field-one-line select {width: 150px; float: left; margin-left: 10px;}

.field-one-line-calendar {width: 280px; display: block; text-align: center; padding:6px 0; clear: both; margin-left:135px;}
.field-one-line-calendar label {float: left; text-align: right; margin: 2px 0 0 6px; padding:0;  text-transform: uppercase; font-size: 12px; color:#fff ; font-weight: bold; }
.field-one-line-calendar input {width: 120px; height: 20px; float: left; margin: 0 0 0 12px; padding: 0; border: 1px solid #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px;  transition: border 0.3s linear 0s;}
.field-one-line-calendar img {position: absolute; padding: 2px 0; margin-left: -10px;}


.field-one-line-usuarios {width: 280px; display: block; text-align: center; padding:3px 0; clear: both; margin-left:135px;}
.field-one-line-usuarios label {float: left; text-align: right; margin: 0px 0 0 6px; padding:0;  text-transform: uppercase; font-size: 12px; color:#fcda81 ; font-weight: bold; width: 100px;}
.field-one-line-usuarios input {width: 147px; height: 20px; float: left; margin: 2px 0 0 12px; padding: 0; border: 1px solid #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px; box-shadow: 0 1px 3px #DDDDDD inset; transition: border 0.3s linear 0s;}
.field-one-line-usuarios select {width: 150px; float: left; margin-left: 10px;}

.field-cambia-pass {display: inline-block; margin: 0; float: left; height: 20px; padding: 4px 0;}
.field-cambia-pass input{width: 150px; height: 20px; float: left; margin: 2px 0 0 12px; padding: 0; border: 1px solid #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px; box-shadow: 0 1px 3px #DDDDDD inset; transition: border 0.3s linear 0s;}
.field-cambia-pass label {float: left; text-align: right; margin: 4px 0 0 6px; padding:0;  text-transform: uppercase; font-size: 12px; color:#fcda81 ; font-weight: bold; width:180px;}

/*Estilos input con calendario*/
.field-fechas {margin: 0; padding: 0; clear: both; /*width: 100%;*/}

.field-fechas #rango1 img {position: absolute; padding: 2px;}
.field-fechas #rango2 img {position: absolute; padding: 2px;}

.field-fechas #rango1 {float: left; width: 250px; margin-top:10px;}
.field-fechas #rango1 label {float: left; text-align: right; margin: 0; padding:6px 0; text-transform: uppercase; font-size: 12px; color:#fcda81 ; font-weight: bold; width: 120px;}
.field-fechas #rango1 input {width:110px; padding: 2px 0; border: 1px solid #ccc; -webkit-border-radius: 2px; -moz-border-radius: 2px;border-radius: 2px; box-shadow: 0 1px 3px #DDDDDD inset; transition: border 0.3s linear 0s;}

.field-fechas #rango2 {float: left; width: 250px; margin-top:10px;}
.field-fechas #rango2 label {float: left; text-align: right; margin: 0; padding:6px 0; text-transform: uppercase; font-size: 12px; color:#fcda81 ; font-weight: bold; width: 120px;}
.field-fechas #rango2 input {width: 110px; padding: 2px 0; border: 1px solid #ccc; -webkit-border-radius: 2px; -moz-border-radius: 2px;border-radius: 2px; box-shadow: 0 1px 3px #DDDDDD inset; transition: border 0.3s linear 0s;}

.field-check {padding-top:8px; clear: both; width: 100%; text-transform: uppercase; font-size: 12px; color:#fcda81 ; font-weight: bold; width:100%;}
.field-check-left {width: 260px; display: inline-block; margin: 0; float: left; height: 20px; padding: 4px 0;}
.field-check-left label {text-align: left; text-align: right; padding:0;  text-transform: uppercase; font-size: 12px; color:#fcda81 ; font-weight: bold;}
.field-check-left input[type=checkbox] {margin-top: 2px;}


/*.forma-ae-prospecto div input[type=checkbox] {margin-top: 2px;}*/
#pago-en-linea #importe input {width:250px; padding: 2px 0; border: 1px solid #ccc; -webkit-border-radius: 2px; -moz-border-radius: 2px;border-radius: 2px; box-shadow: 0 1px 3px #DDDDDD inset; transition: border 0.3s linear 0s;}

#boton-enviar {text-align: center; clear: both;}
.boton-enviar {
	text-align: center;
	background: #1e1e2f ;
	background-image: -webkit-linear-gradient(top, #1e1e2f , #1e1e2f );
	background-image: -moz-linear-gradient(top, #1e1e2f , #1e1e2f );
	background-image: -ms-linear-gradient(top, #1e1e2f , #1e1e2f );
	background-image: -o-linear-gradient(top, #1e1e2f , #1e1e2f );
	background-image: linear-gradient(to bottom, #1e1e2f , #1e1e2f );
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	border: 2px solid #1e1e2f ;
	/*text-shadow: 1px 1px 3px #666666;*/
	font-family: Arial;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 7px 8px 4px 8px;
	text-decoration: none;
	margin-top: 8px;
}

.boton-enviar:hover {
  background: #fcda81 ;
  text-decoration: none;
}



#cargando {color: #fcda81 ; text-transform: uppercase;}

.negro {color: #000;}

/*Mis estilos para el index*/
.jc {
	text-align: center; width:550px; padding:10px 0; height: 100%; clear: both;
	margin: 0;
	border: 1px solid #DCDCDC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #393D42 0%, #393D42 50%, #393D42 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #393D42 0%, #393D42 50%, #393D42 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #393D42 0%, #393D42 50%, #393D42 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #393D42), color-stop(0.5, #393D42), color-stop(1, #393D42));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #393D42 0%, #393D42 50%, #393D42 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #393D42 0%, #393D42 50%, #393D42 100%);
}

.cuadro-paypal {
	width:1000px; padding:10px 0;
	color: #fcda81 ;
	text-transform: uppercase;
	margin: 0:;
	border: 1px solid #DCDCDC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EFEFEF), color-stop(0.5, #E7E7E7), color-stop(1, #EFEFEF));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
}

.cuadro-paypal table input[type=text] {height: 20px; margin: 2px 0 0 12px; padding: 0; border: 1px solid #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px; box-shadow: 0 1px 3px #DDDDDD inset; transition: border 0.3s linear 0s;}


.espacio-botones-afterform {width: 550px; padding:12px 0 10px 0; margin: 6px 0;}
.espacio-botones-afterform a{color: #ffffff;text-decoration: none;text-transform: uppercase;font-size: 11px; margin: 0; padding: 7px 7px 5px 20px; background-image: -webkit-linear-gradient(top, #1e1e2f , #1e1e2f );
	background-image: -moz-linear-gradient(top, #1e1e2f , #1e1e2f );
	background-image: -ms-linear-gradient(top, #1e1e2f , #1e1e2f );
	background-image: -o-linear-gradient(top, #1e1e2f , #1e1e2f );
	background-image: linear-gradient(to bottom, #1e1e2f , #1e1e2f );
	-webkit-border-radius: 6;
	-moz-border-radius: 6; border-radius: 6px;
}
.espacio-botones-afterform a:hover {text-decoration: none; color: #ffffff; background: #fcda81 ;}
.espacio-botones-afterform img {margin-left:-18px; margin-top: -2px; padding: 0; position: absolute;}

.exp-excel-prospectos {position: relative; width:150px; margin:-80px 34% 0 780px; float: right;}

/*Medias para botones que no se ajustan al flujo normal; */
@media (max-width: 1280px) and (min-width:1024px) {
	/*targets small desktop screens and larger tablet screens*/
	.exp-excel-prospectos {position: relative; width:150px; margin:-80px 33% 0 1470px; float: right;}
}

.espacio-botones-afterform-campanas {padding:12px 0 10px 0; margin: 6px 3px; display: inline-block;}
.espacio-botones-afterform-campanas a{color: #ffffff;text-decoration: none;text-transform: uppercase;font-size: 11px; margin: 0; padding: 7px 7px 5px 20px; background-image: -webkit-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -moz-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -ms-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -o-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: linear-gradient(to bottom, #fcda81 , #fcda81 );
	-webkit-border-radius: 6;
	-moz-border-radius: 6; border-radius: 6px;
}
.espacio-botones-afterform-campanas a:hover {text-decoration: none; color: #ffffff; background: #fcda81 ;}
.espacio-botones-afterform-campanas img {margin-left:-18px; margin-top: -2px; padding: 0; position: absolute;}

#miboton {padding:12px 0 10px 0; margin: 6px 3px; display: inline-block;}
#miboton a{color: #ffffff;text-decoration: none;text-transform: uppercase;font-size: 11px; margin: 0; padding: 7px 7px 5px 20px; background-image: -webkit-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -moz-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -ms-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -o-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: linear-gradient(to bottom, #fcda81 , #fcda81 );
	-webkit-border-radius: 6;
	-moz-border-radius: 6; border-radius: 6px;
}

.exp-excel-prospectos a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0;
	padding: 7px 7px 5px 20px;
	background-image: -webkit-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -moz-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -ms-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -o-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: linear-gradient(to bottom, #fcda81 , #fcda81 );
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
}
.exp-excel-prospectos img {margin-top:-3px; margin-left:-18px; position:absolute;}
.exp-excel-prospectos a:hover {text-decoration: none; color: #ffffff; background: #fcda81 ;}


.espacio-botones-afterform-prospectos {width: 550px; padding:12px 0 10px 0; margin: 6px 0; text-align: left;}
.espacio-botones-afterform-prospectos a{color: #ffffff;text-decoration: none;text-transform: uppercase;font-size: 11px; margin: 0; padding: 7px 7px 5px 25px; background-image: -webkit-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -moz-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -ms-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -o-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: linear-gradient(to bottom, #fcda81 , #fcda81 );
	-webkit-border-radius: 6;
	-moz-border-radius: 6; border-radius: 6px;
}
.espacio-botones-afterform-prospectos a:hover {text-decoration: none; color: #ffffff; background: #fcda81 ;}
.espacio-botones-afterform-prospectos img {margin-top: 2px; margin-left:-18px; position: absolute;}

/*Uasar cuando se abre un modal sin un form*/
.borde-modal-sinform {background: #ffffff; font-family: Arial, Helvetica, sans-serif; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border: 4px solid #fcda81 ; padding:17px 6px 5px 6px;}
.borde-modal-sinform h2 {margin: 0 0 6px 0; padding: 10px 0; color:#fcda81 ; text-transform: uppercase; font-size: 25px; text-align: center;}



/*Estilos la forma en Random*/
/*#forma {
	width:670px;
	height: 100%;
	margin-top: 20px;
	padding:10px 20px 0 0;
	border: 1px solid #DCDCDC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	background-image: -ms-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);

	background-image: -moz-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);

	background-image: -o-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);

	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EFEFEF), color-stop(0.5, #E7E7E7), color-stop(1, #EFEFEF));

	background-image: -webkit-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);

	background-image: linear-gradient(to top, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
}*/

.field-random {display: inline-block; margin: 0; float: left; height: 20px; padding: 6px 0; clear: both; margin-left: 40px;}
.field-random label {float: left; text-align: left; margin: 4px 0 0 0px; padding:0;  text-transform: uppercase; font-size: 12px; color:#fcda81 ; font-weight: bold;}
.field-random input {height: 20px; float: left; margin: 2px 0 0 12px; padding: 0; border: 1px solid #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px; box-shadow: 0 1px 3px #DDDDDD inset; transition: border 0.3s linear 0s;}
.field-random  #archivo{width: 260px; margin: 4px 0 0 6px; padding: 0;}
.field-random-check {clear: both; width: 240px; display: inline-block; float: left; margin-left: 40px;}
.field-random-check label {float: left; text-align: left; margin: 4px 0 0 0px; padding:0;  text-transform: uppercase; font-size: 12px; color:#029ACF; font-weight: bold;}


#forma-login {
	width:670px;
	height: 95px;
	margin-top: 20px;
	padding:10px 20px 0 0;
	border: 1px solid #DCDCDC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EFEFEF), color-stop(0.5, #E7E7E7), color-stop(1, #EFEFEF));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
}

#forma-cambia-pass {
	width:530px;
	height: 95px;
	margin-top: 20px;
	padding:10px 20px 0 0;
	border: 1px solid #DCDCDC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EFEFEF), color-stop(0.5, #E7E7E7), color-stop(1, #EFEFEF));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #EFEFEF 0%, #E7E7E7 50%, #EFEFEF 100%);
}

#forma-cambia-pass button {position: absolute; margin:25px 0 0 -23px;}

.spacer {margin-top: 12px;}

.olvido {text-transform: uppercase; font-size: 12px; margin-top: 10px;}


.btn-cambiar-contrasena {padding:0px 0 10px 0; margin: 6px 3px; display: inline;}
.btn-cambiar-contrasena a{color: #ffffff;text-decoration: none;text-transform: uppercase;font-size: 11px; margin: 0; padding: 7px 7px 5px 20px; background-image: -webkit-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -moz-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -ms-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: -o-linear-gradient(top, #fcda81 , #fcda81 );
	background-image: linear-gradient(to bottom, #fcda81 , #fcda81 );
	-webkit-border-radius: 6;
	-moz-border-radius: 6; border-radius: 6px;
}
.btn-cambiar-contrasena a:hover {text-decoration: none; color: #ffffff; background: #fcda81 ;}

a {
	text-decoration:none;
    color: inherit;
}
