@charset "utf-8";
/* CSS Document */

input::-moz-focus-inner { 
  border: 0; 
}


#Idiomas{
	position:relative;
	margin-left:78%;
	width:400px;
	height:50px;
	z-index:999;}
	
.BotonIdiomas {
	padding-top:10px;
	position:relative;
	float:left;
	margin-right:20px;
	height:40px;
	width:100px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 2px solid rgba(255,255,255,0.5) ;
	behavior:url(PIE.htc);

	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
	box-shadow:0 2px 15px rgba(77,77,77,0.7);
	text-align:center; }
	
.BotonIdiomas a{
	text-align:center;
	margin-top:5px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	outline:none;
	text-decoration:none;
	}
	
.BotonIdiomas a:hover{
	text-shadow:0 2px 4px rgba(77,77,77,0.7);
	}

body{
	background:#e5007d;
	width:100%;
	height:100%;
	margin:0px;
	padding:0%;}

.logoPrincipal{
	height:10%;
	margin: auto;
	margin-top:3%;
	width:240px;
	height:116px;
	background:url(img/general/logo.png) no-repeat;}

.form{
	position:relative;
	margin:auto;
	border-radius: 30px;
	border: 2px solid rgba(255,255,255,0.5) ;
	behavior:url(PIE.htc);

	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
	box-shadow:0 2px 15px rgba(77,77,77,0.7);	}
	
#form1{
	margin-top:2%;
	width: 700px;
	height:350px;
	}
	
#pie{
	position:fixed;
	width:100%;
	height:65px;
	bottom:0%;
	background:#007f65;
	border-top:1px solid rgba(255,255,255,0.5);
	box-shadow:0 2px 15px rgba(77,77,77,0.7);
	z-index:110;
}



#pie p{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:2em;
	margin-top:0.8%;
	font-weight:bold;
	color:#FFF;}

#logoTuvisa {
	position:relative;
	float:right;
	width:89px;
	height:60px;
	margin-right:50px;
	background:url(img/general/logoTuvisa.png);
	margin-top:5px;
	}

#logoNextGeneration { /* Añadido Diego 18/12/2023 */
	position: relative;
	float: right;
	width: 220px;
	height: 65px;
	margin-right: 75px;
	background: url(img/general/logoNext.png);
	margin-top: 5px;
}

#logoMinisterioR { /* Añadido Diego 18/12/2023 */
	position: relative;
	float: right;
	width: 600px;
	height: 65px;
	margin-right: 75px;
	background: url(img/general/logo-ministerio-R.png);
	margin-top: 5px;
}

#LogoVitoria {
	position:relative;
	float:right;
	width:93px;
	height:56px;
	margin-right:75px;
	background:url(img/general/vitoria.png);
	margin-top:5px;
	}
	
#imagenFondo{
	position:absolute;
	top:0%;
	width:100%;
	height:100%;
	background:url(img/general/imagenFondo.png) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}
	
.contenidoForm{
	position:relative;
	float:left;
	width: 600px;
	margin-top:40px;
	height:350px;}

#Normal{
	z-index:2;}

#Normal2{
	position:relative;
	width:700px;
	height:350px;
	margin-top:12%;	
	z-index:115;}




.Boton{
	background: #e5007d;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 10px;
    transition: all 0.3s ease-out;
	
   	box-shadow:
	inset 0 2px 2px rgba(255,255,255,.2),
	inset 0 -2px 2px rgba(0,0,0,.25),
	inset 0 8px 8px rgba(255,255,255,.15),
	0 0 4px .5px rgba(0,0,0,.2),
	0 3px 2px rgba(0,0,0,.4); 

	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight:bold;
	font-size:30px;
    text-decoration: none;
	color:#75163d;
    opacity: 1;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	cursor:pointer;
	}
	
	
.Boton:hover {
	background:#d3057f;
	color: rgba(255,255,255,.95);
    text-shadow: 0 1px 4px rgba(26,26,26,0.5);}
	


.Boton:focus {
	outline:none;}

.Boton::-moz-focus-inner {
	outline:none;
	border:0;}
	
.Label{
	margin-top:50px;
	margin-left:50px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight:bold;
	font-size:1.6em;
    text-decoration: none;
	color:#FFF;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);}
	
.Textbox{
	position:relative;
	float:right;
	width:300px;
	height:25px;
	background:#FFF;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:18px;
	font-weight:200;
    text-decoration: none;
	color:#575756;
	outline-color:#d90087;
	padding-left:5px;
	border:1px solid rgba(0,0,0,0.5);}

	
.labelWrapper{
	position:relative;
	float:left;
	margin-left:50px;
	width:200px;
	height:30px;}

.labelWrapper3{
	position:relative;
	float:left;
	width:180px;
	height:30px;}


.Linea{
	position:relative;
	float:left;
	width:600px;
	height:50px;
	outline:none;}



.hiperVinculo{
	position:relative;
	float:right;
	color:#FFF;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:18px;
	text-decoration:none;
	}
	
#Button{
	position:relative;
	margin-left:50px;
	Width:600px;
	height:50px;
	margin-top:20px;
}
	
#BRegistro{
	position:relative;
	margin-left:50px;
	Width:600px;
	height:50px;
	margin-top:20px;}
	
#MensajeError{
	position:relative;
	float:left;
	margin:auto;
	width:100%;
	height:100%;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight:bold;
	font-size:36px;
    text-decoration: none;
	margin-top:60px;
	color:#75163d;
    opacity: 1;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	text-align:center;}

#BVolver  {
	position:relative;
	margin-left:50px;
	Width:600px;
	height:50px;
	margin-top:140px;
	z-index:3}

#BVolver2  {
	position:relative;
	margin-left:50px;
	Width:600px;
	height:50px;
	margin-top:-160px;
	z-index:3}
	
#FondoError{
	position:fixed;
	width:100%;
	height:100%;
	background:#e5007d;
	margin:0px;
	padding:0px;
	top:0px;
	z-index:100;}
	
	
#telefono{
	position:relative;
	float:left;
	margin-left:50px;
	width:35px;
	height:40px;
	background:url(img/general/telefono2.png) no-repeat;
	margin-top:12px;
	margin-right:25px;}

/*--------formulario-----------*/

#form2{
	margin-top:5%;
	width: 950px;
	height:500px;
}

#ButtonRecover{
	width:600px;
	height:50px;
	margin-left:50px;}
	
#BotonVolver{
	width:600px;
	height:50px;
	margin-left:50px;}
	
#BotonVolver{
	margin-top:30px;}

.label2{
	position:relative;
	font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-moz-box-orient: horizontal;
	-moz-box-pack: end;
	-moz-box-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: end;
	-webkit-box-align: center;
	box-orient: horizontal;
	box-pack: end;
	box-align: center;
	height: 30px;
	font-size:1em;
	float: left;
	padding-right: 3%;
	color: #fff;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);}

.contenedorBoton {
	clear: both;
	margin-top: 80px; /* Ajusta este valor según lo que necesites */
	text-align: center; /* Si quieres centrar el botón */
}


.contenidoForm2{
	position:relative;
	float:left;
	width: 400px;
	margin-top:30px;
	height:375px;
	margin-left:50px;}
	
.contenidoForm3{
	position:relative;
	margin:auto;
	width: 450px;
	margin-top:25px;
	height:155px;}
	
.Linea2{
	position:relative;
	float:left;
	width:400px;
	height:50px;
	outline:none;}
	
.Linea3{
	position:relative;
	margin:auto;
	width:450px;
	height:50px;
	outline:none;}
	
.labelWrapper2{
	position:relative;
	float:left;
	text-align:right;
	width:210px;
	height:30px;}

.labelWrapper3{
	position:relative;
	float:left;
	text-align:right;
	width:180px;
	height:30px;}
	
.Textbox2{
	position:relative;
	float:right;
	width:180px;
	height:25px;
	background:#FFF;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:18px;
	font-weight:200;
    text-decoration: none;
	color:#575756;
	outline-color:#d90087;
	padding-left:5px;
	border:1px solid rgba(0,0,0,0.5);}
	
.Textbox3{
	position:relative;
	float:right;
	width:250px;
	height:25px;
	background:#FFF;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:18px;
	font-weight:200;
    text-decoration: none;
	color:#575756;
	outline-color:#d90087;
	padding-left:5px;
	border:1px solid rgba(0,0,0,0.5);}

.subrayado{
	position:relative;
	width:100%;
	height:1px;
	background:#fff;
	opacity:0.7;
	margin-top:60px;}

.label3{
	position:relative;
	float:left;
	font-size:60px;
	font-weight:bold;
	color:#fff;
	font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	display: block;
	margin-left:50px;
	margin-top:16px;
	}

#LabelNota{
	margin-top:20px;}

#Button1{
	position:relative;
	margin:auto;
	Width:850px;
	height:50px;
	margin-top:-30px;
	margin-left:50px;}
	
/*----------Zona usuario principal----------------*/

.LogoPrincipal2{
	position:relative;
	float:left;
	margin-top:50px;
	margin-left:50px;
	width:200px;
	height:97px;
	background:url(img/general/zonaUsuarios/logo.png);}
	
.Menu{
	position:relative;
	float:left;
	margin-left:50px;
	width:300px;
	height:800px;
	}
	
.BotonMenu{
	
	position:relative;
	float:left;
	width: 300px;
	height:40px;
	line-height:40px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight:bold;
	font-size:42px;
    text-decoration: none;
	color:#75163d;
    opacity:1;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	text-align:center;
	text-decoration:none;}

.BotonMenuSelected{
	position:relative;
	float:left;
	width: 300px;
	height:40px;
	line-height:40px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight:bold;
	font-size:42px;
    text-decoration: none;
	color:#75163d;
    opacity: 1;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	text-align:center;
	text-decoration:none;
	
	border: 2px solid rgba(255,255,255,0.5) ;
	behavior:url(PIE.htc);

	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
	box-shadow:0 2px 15px rgba(77,77,77,0.7);}
	
	
.AvisoNavidad{
	position:absolute;
	margin:auto;
	z-index:1000;
	border-radius: 30px;
	border: 2px solid rgba(255,255,255,0.5) ;
	behavior:url(PIE.htc);
	margin-left:-12px;
	margin-top:-10px;

	width: 720px;
	height:460px;
	background: -moz-linear-gradient(top, rgba(242,125,188,1) 0%,rgba(237,76,163,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,rgba(242,125,188,1)), color-stop(100%,rgba(237,76,163,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,125,188,1)0%,rgba(237,76,163,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,125,188,1) 0%,rgba(237,76,163,1)100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242,125,188,1)0%,rgba(237,76,163,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242,125,188,1) 0%,rgba(237,76,163,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
	box-shadow:0 2px 15px rgba(77,77,77,0.7);	}
	
h4{
	position:relative;
	margin:auto;
	margin-top:20px;
	width: 700px;
	height:40px;
	line-height:40px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight:bold;
	font-size:42px;
    text-decoration: none;
	color:#75163d;
    opacity:1;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	text-align:center;
	text-decoration:none;
	margin-bottom:20px;}

.AvisoNavidad p{
	position:relative;
	margin:auto;
	width: 650px;
	height:40px;
	line-height:20px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:18px;
    text-decoration: none;
	color:#fff;
    opacity:1;
	text-align:center;
	text-decoration:none;}
	
/*-------------------Tabla Genérica------------*/
.TablaGenerica3  {
	position:relative;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	margin-top:0px;
	width:650px;
	height:30px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:16px;
	font-weight:200;
    text-decoration: none;
	border: 1px solid rgba(255,255,255,0.5) ;
	background: rgba(255,255,255,0.2); 
	box-shadow:0 2px 10px rgba(77,77,77,0.5);}




.TablaGenerica3 a{
	color:#000;}


.TablaGenerica3 td {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:16px;
	font-weight:200;
    text-decoration: none;
	padding:5px;
	background:none;
	border: 1px solid rgba(255,255,255,0.5)
}



.TablaGenerica3 th{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	width:60px;
	height:15px;
    text-decoration: none;
	padding:5px;
	background:rgba(255,255,255,0.7);
	border: 1px solid rgba(255,255,255,0.5)
}




.TablaGenerica3 input[type="checkbox"]{
	width:100%;
	height:20px;
	margin:auto;
	visibility:none;
	cursor:pointer;}

.TablaGenerica3 input[type="button"]{
	width:100%;
	height:100%;}




	
.TablaGenerica3 .TituloTabla {
	
	border: 1px solid rgba(255,255,255,0.5) ;
	behavior:url(PIE.htc);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
	padding:10px;}


.CeldaModificar{
	background:rgba(255,255,255,0.5);
	border:1px solid rgba(255,255,255,1);
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:16px;
	font-weight:200;
	cursor:pointer;
	min-height:25px;}
	

.BotonAviso{
	position:relative;
	margin-left:50px;
	Width:650px;
	height:50px;
	margin-top:25px;
	z-index:3;
	background: #e5007d;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 10px;
    transition: all 0.3s ease-out;
	
   	box-shadow:
	inset 0 2px 2px rgba(255,255,255,.2),
	inset 0 -2px 2px rgba(0,0,0,.25),
	inset 0 8px 8px rgba(255,255,255,.15),
	0 0 4px .5px rgba(0,0,0,.2),
	0 3px 2px rgba(0,0,0,.4); 

	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight:bold;
	font-size:30px;
    text-decoration: none;
	color:#75163d;
    opacity: 1;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	cursor:pointer;}
	
.BotonAviso:hover{
	.Boton:hover {
	background:#d3057f;
	color: rgba(255,255,255,.95);
    text-shadow: 0 1px 4px rgba(26,26,26,0.5);}
	



