html{
	font-size:16px;
}

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: Lato;
  font-weight:bold;
  src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: Lato;
  font-style:italic;
  src: url(../fonts/Lato-Italic.ttf);
}

:root {
  --color_activo: #EF7B6B;
  --color_tit:#25665C;
  --color_txt:#707070;
  --color_txtover:#51857D;
  --color_txt2:#707070CC;
  --color_link:#25665C;
}

body{
	font-family:Lato,Arial,sans-serif;
	padding:0;
	margin:0;
	color:var(--color_txt);
	min-height:100vh;
}
form{
	font-family: Lato;

}

textarea{
	width:100%;
	font-family: Lato;
}
input[type='text'],input[type='password']{
font-size:1rem;
padding:.2rem .5rem;
font-family: Lato;
background:#fff !important;
}
::placeholder {
	font-family: Lato;
  }

  input:-webkit-autofill {

	-webkit-text-fill-color: (#666);

	-webkit-box-shadow: 0 0 0px 1000px (#fff) inset; 

}

select{
	padding:.6rem 1rem .6rem 1rem;
	color:var(--color_txt);
	border:#CED4DA 1px solid;
	border-radius:3px;
	font-size:1rem;
	font-family: Lato;
}
select option{
	padding:.6rem 1rem .6rem 1rem;	
}

header{
width:100%;
font-family: Lato;

background:#fff;

}
.headerBox{

margin:.6rem 60px 0 60px;	
display: flex;
justify-content: space-between;
align-items: center;
gap:2px;
flex-wrap: wrap;
}

header .logo{
display:inline-block;
background:url(img/logo.png) top left no-repeat;
width:257px;
height:96px;
margin:0 0 0 1rem;

background-size:100% 100%;
}

header .subMenuUsuario{
	color:#707070;
	display:block;
	display:flex;
	white-space: nowrap;
	justify-content: flex-start;
	gap:10px;
	align-items: center;
}
header .subMenuUsuario a{
	display:inline-block;
	color:var(--color_txt);
	text-decoration:none;
	padding:.5rem 1rem;
	cursor:pointer;
}
header .subMenuUsuario a:hover{
	color:var(--color_activo);
}



header menu{
display:none;
position:absolute;
top:38px;
right:28px;
background-color: #fff;
border: #666 1px solid;
z-index:100;
padding:20px;
}
header menu a{
	display:block;
	border:transparent 1px solid;
	border-radius: 3px 3px 0px 0px;	
	padding:.5rem 1rem;	
	font-size:1.1rem;
	color:var(--color_link);
	background:#fff;
	line-height: normal;
	cursor:pointer;
	text-decoration:none;
}

header menu a.buscar{
	/*
background: url(img/menu_buscar.png) no-repeat;
background-position: top 0px left 0px;
padding:5px 10px 5px 40px;
width:100px;
*/
}
header menu a.guardados{
	/*
	background: url(img/menu_contenido.png) 4px 4px no-repeat;
	padding:5px 10px 5px 40px;
	*/
}
header menu a.perfil{
	background: url(img/menu_perfil.png) 2px 4px no-repeat;
	padding:5px 10px 5px 40px;
}

header .elperfil{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-size: auto 30px;
	padding:2px 2px 2px 52px;	
	min-height:40px;
	align-items:center;
	color:#51857D;
	background-size: auto 100%;

}
header .elperfil .foto{
	border-radius: 24px;
	min-height:40px;
	width:40px;
	background: url(img/btn_perfil.png) 1px 1px no-repeat;
	background-size: 100% 100%;
	margin-right:10px;
}



h1{
	color:var(--color_activo);
}
h2{
	color:var(--color_tit);
	margin:0;
	padding:0 0 14px 0;
	font-size:1.2rem;
}


button, a.button, input[type='submit']{
	background:#17A2B8;
	border-radius:4px;
	color:white;
	padding:.3rem 1rem;
	border:none;
	font-family:Helvetia,Arial,sans;
	font-size:.9rem;
	font-weight:normal;
	cursor:pointer;
	transition:background ease-in-out 300ms;
	text-decoration:none;
}
button:hover, a.button:hover{
	background:#138496;
}


.center{
	text-align:center;
}


input.campo{
	border-radius:5px;
	border:#67C3D0 1px solid;	
}



.recado{
	color:#17A2B8;
	font-size:1.1rem;
	font-weight:bold;
}


select.transparente{
border:transparent 1px solid;
overflow:visible;
padding:.5rem .2rem;
font-size:1rem;
color:#707070;
}
select.transparente option{
display:block;
padding:.8rem .6rem;
line-height:2;
border:#E0E0E0 1px solid;
border-radius:5px;
   white-space: pre-line;
   overflow-wrap: break-word;
   color:#707070;
}


select.normal{
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #CED4DA;
border-radius: 0px 4px 4px 0px;
opacity: 1;
font-size:1rem;
padding:.5rem;
color:#343A40;
}
select.normal option{
	color:#343A40;
}

.right{
	text-align:right;
}

.Resizer{
	display:block;
	position:absolute;
	top:6rem;
	left:-10px;
	width:31px;
	height:51px;
	background:url(../img/lateral.svg) left center no-repeat;
	background-size:100% 100%;
	z-index:20;
	cursor:move;
	cursor:col-resize;
}


.iconSearch{
	display:block;
	width:24px;
	height:24px;
	background:url(../img/search-icon.svg) left top no-repeat;
	cursor:pointer;
	background-size: 100% 100%;
}

.iconUpload{
	display:block;
	width:24px;
	height:24px;
	background:url(../img/upload-icon.svg) left top no-repeat;
	cursor:pointer;
	background-size: 100% 100%;
}

.subMenuUsuario{
	position:relative;
}
.subMenuUsuario .userLink{
	color:var(--color_activo);
	font-weight:bold;
	text-decoration:none;
	background:url(../img/user-icon.png) left 2px no-repeat;
	padding:.5rem 1rem .5rem 32px;
}
.subMenuUsuario .userLink:hover{
	color:var(--color_tit);
}


#Retro{
	font-size:1.4rem;
	letter-spacing: .1rem;
	padding:1rem;
	text-align:center;
	border-bottom:#ccc 1px dotted;
	margin:10px;
	background:#ccffcc;
	color:#33aa33;
}
#Retro.error{
	background:#ffcccc;
	color:#aa3333;	
}


.HomeContent{
	padding:5vh 60px;
}


footer{


	text-align: center;
}
footer div{
	padding:.2rem 2rem;
}
footer .disclaimerFooter{
	background-color: #eeaba2;
	color:#222;
	padding:.3rem .1rem;
	font-size:1.15rem;
}
footer nav{
	display:flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap:wrap;
	color: #51857D;
	padding:5px 20px;
	font-size:.9rem;
}
footer nav li{
	text-align:center;
	list-style:none;
	color:#51857D;
	vertical-align: middle;
}
footer nav li:nth-child(1){
	text-align: left;
}
footer nav li:nth-child(4){
	text-align: right;
}

footer li a{
	display:inline-block;
	margin:0 0rem 0 0rem;
	color:#51857D;
	text-decoration:none;
	padding:.5rem 1rem .7rem 1rem;
}
/*
footer li span{
	display:inline-block;
	padding:.5rem 1rem .7rem 1rem;
}
*/
footer .ftxt{
	display:flex;
	align-items: center;
	justify-content: center;
	margin:0px 0px .2rem 0;
}
footer span.ia{
	color:#EF7B6B;
	font-family:Rockwell;
	font-weight: bold;
	
}
footer span.lucia{
	color:#51857D;
	font-family:Rockwell;
	font-weight: bold;
}
footer .iologo{
	height:2.2rem;
}
footer .iotxt{
height:1.2rem;
}
footer .aygloo{
	height:1.1rem;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}


#MiModalBg{
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background:#000;
opacity:.4;
z-index:200;
}
#MiModal{
	display:block;
	min-width:40vw;
	max-width:80vw;
	padding:20px 20px 20px 20px;
	z-index:202;
	background:#fff;
	box-shadow: #666 3px 3px 6px;
	border-radius:5px;
position:relative;
}
#MiModal .close{
	background: red;
	color:white;
	width:25px;
	height:24px;
	border-radius:15px;
	border:#fff 1px solid;
	text-align:center;
	padding:2px 0px 0px 0px;
	position:absolute;
	top:5px;
	right:20px;
	cursor:pointer;
	box-shadow: #666 1px 1px 4px;
}
#MiModalWrapper{
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
	position:fixed;
	z-index:201;
}



.logoAside{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.btn_burger{
	background: url(img/btn_burger.png) top left no-repeat;
	width:28px;
	height:20px;
	background-size: 98% 98%;
	display:none;
	margin-right:2px;
}

.BigBurgerButton{
	background: url(img/btn_burger_big.png) top left no-repeat;
	width:40px;
	height:40px;
	background-size: 98% 98%;
	display:block;
	margin-right:2px;	
}