@charset "iso-8859-2";
/* CSS Document */

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); */
/* Esta fuente fue importada de: https://fonts.google.com/specimen/Roboto?query=roboto#standard-styles */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


/* background-image:  */
/* latin-ext */
/*@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  src: local('Quattrocento Sans Bold'), local('QuattrocentoSans-Bold'), url(https://fonts.gstatic.com/s/quattrocentosans/v8/tXSgPxDl7Lk8Zr_5qX8FIdqgfwRMvy6EDFppit6Do18.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
*/

/* latin */
/*@font-face { 
 font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  src: local('Quattrocento Sans Bold'), local('QuattrocentoSans-Bold'), url(https://fonts.gstatic.com/s/quattrocentosans/v8/tXSgPxDl7Lk8Zr_5qX8FIbvMLSVzqOGkoxdgTSsKqWM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
*/

/* latin-ext */
/*@font-face {  
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto'), local('Roboto'), url(https://fonts.gstatic.com/s/quattrocentosans/v8/efd6FGWWGX5Z3ztwLBrG9T48MEBspdEKklcQvcIk8pU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
*/

/* latin */
/*@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto'), local('Roboto'), url(https://fonts.gstatic.com/s/quattrocentosans/v8/efd6FGWWGX5Z3ztwLBrG9cZ4HySTEWshgORbPp2tk8k.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
*/

.clear{
	clear:both
}

html{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body{ 
	font-family:'Roboto', sans-serif;
	display:block; 
	margin:0;
	padding: 0;	

	width:100%; 
	height:100vh;
	
	outline:none;
}

p{ 
	margin:0;
}






/* HEADER */
a{ 
	color:#337ab7;
	text-decoration:none;
}

img{ 
	border:0px; 
	/* background: #1A4CB0; */
	/* color: #fff; */
}

header{ 
	max-width:1000px; 
	height:88px; 
	margin:0 auto;
}

.Logo{
	background:url(imagenes/logo.png) no-repeat; 
	width:169px; 
	height:45px; 
	display:block; 
	margin:0 auto;
}


.IniciarSesion{ 
	/* background: url(imagenes/iniciarsesion.png) no-repeat;  */
	/* width: 98px; height: 25px;  */
	/* float: right;  */
	/* text-decoration: none;  */
	/* font-size: 15px;  */
	/* color: #fff;  */
	/* font-weight: 600;  */
	/* padding: 7px 0 0 34px;   */
	/* border-radius: 2px;  */
	/* margin-top: 26px; */
}


.IniciarSesion2{ 
	/* background: url(imagenes/iniciarsesion.png) no-repeat #5487b6;  */
	/* width: 132px;  */
	/* height: 32px;  */
	/* float: right;  */
	/* text-decoration: none;  */
	/* font-size: 15px;  */
	/* color: #fff;  */
	/* font-weight: 600;      */
	/* padding: 0 0 0 34px;   */
	/* border-radius: 2px;  */
	/* margin-top: 26px;  */
	/* border: none;  */
	/* text-align: left;      */
	/* font-family: 'Roboto', sans-serif;  */
	/* cursor:pointer; */
}

.IniciarSesion:hover{ 
	/* background-color:##555555;  */
	/* transition:.5s all ease-out; */
}

.IniciarSesion2:hover{ 
	/* background-color:##555555;  */
	/* transition:.5s all ease-out; */
}

.IniciarSesion3{ 
	/* position: absolute;  */
	/* right: 75px;  */
	/* margin-top: 30px;  */
	/* height:40px;  */
	/* width:40px;  */
	/* display:none;  */
	/* z-index:9500; */
}

.Botonera{ 
	/* float: left;  */
	/* width:33%;  */
	/* margin-top: 34px; */
}

.Botonera a	{ 
	font-size: 18px; 
	color: ##555555;
	margin-right:22px; 
	text-decoration:none;
}

.Botonera a:hover{ 
	color:#d2202f; 
	border-bottom:1px dotted #d2202f;
}

.Botonera a:nth-last-child(2){ 
	margin-right:0;
}

.Botonera span{ 
	font-size: 18px; 
	color:#d2202f; 
	border-bottom:1px dotted #d2202f; 
	text-decoration:none;
}

.contenedorLogo{ 
	width:33%; 
	float:left; 
	margin-top: 21px; 
	z-index:9500;
}




/* SLIDER */
#wowslider-container1 .ws-title div p{ 
	font-size: 2.3vw;
    line-height: 3vw;
	text-align: center; 
	color: #4e87a8; 
	letter-spacing: -0.7px; 
	background: url(imagenes/icon.png) no-repeat center top; 
	padding-top: 73px; 
	margin-top: -90px;
}




/* MODULO NOTICIAS */
.moduloNoticias						{ max-width:1000px; height:auto; margin:0 auto; padding:100px 0 65px 0}
.moduloNoticias .News				{ max-width:280px; height:auto; float:left; margin-right:80px; height:400px; cursor:pointer;}
.moduloNoticias .News:nth-last-child(3)	{ margin-right:0 !important}
.moduloNoticias .News a				{ font-weight:700; color:#077dc2; font-size:21px; line-height:24px; text-decoration:none; letter-spacing: -0.5px; text-align:center; width:100%; display:block;    margin-bottom: 16px;}
.moduloNoticias .News a:hover		{ color:#d2202f;}
.moduloNoticias .News p				{ color:##555555; font-size:17px; line-height:22px;text-align:center}
.contenedorFoto		{ width: 210px; height: 210px; margin: 0 auto; border-radius: 500px; margin-bottom: 35px; background-repeat: no-repeat; background-size: cover; background-position: center}
.contenedorNoticias	{ width:100%; margin: 18px auto 0 auto; float:left; }
.verTodasNoticias	{ display: block; text-transform: uppercase; border: 1px solid #077dc2; font-size: 14px; padding: 11px 21px; font-weight: 700; color: #077dc2; text-decoration: none; width: 195px; text-align: center; margin: 0 auto;}
.verTodasNoticias:hover	{ background-color:#077dc2; color: #fff; }




/* DESTACADOS HOME */
.moduloDestacados		{ width:100%; height:auto; margin:0 auto;}
.Destacado1				{ width:50%; height:50%; float:left}
.Destacado1	a img		{ width:100%; height:100%;}

.moduloDestacados_mini		{ width:100%; height:auto; margin:0 auto;}
.Destacado1_mini				{ width:50%;  float:left; text-align:right;}
.Destacado2_mini				{ width:50%;  float:left; text-align:left;}
.Destacado1_mini	a img		{ width:60%; margin:10px; }
.Destacado2_mini	a img		{ width:60%; margin:10px; }




/* FOOTER */
.footer	{ 
	max-width:1000px; 
	height:auto; 
	margin:0 auto; 
	padding:65px 0; 
	background:url(imagenes/fondo-footer.jpg) no-repeat center top;
}

.Modulo1{ 
	width:250px; 
	float:left;
}

.Modulo2{ 
	width:155px; 
	float:left;
}

.Modulo1 .Logo{ 
	background:url(imagenes/logo.png) no-repeat;
	width:172px; 
	height:60px; 
	display:block; 
	margin:0;
}

.Modulo1 p{ 
	color:##555555; 
	font-size:14px; 
	line-height:22px;
}

.Modulo1 img{ 
	margin:0 auto; 
	display: block;
}




/* NOVEDADES SECCION */
.contenedorGeneral			{ width:100%; height:auto; background-color:#f9f9f9}

.moduloNoticiasGrande		{ max-width:1000px; height:auto; margin:0 auto; padding: 50px 0 65px 0;  }

.moduloNoticiasGrande h1	{ font-weight: 300; color: #077dc2; font-size: 37px; line-height: 43px; letter-spacing: -1.3px; display: block; margin-bottom: 30px; margin-top:50px; max-width: 920px; padding:0 40px;}

.moduloNoticiasGrande .Noticia1 p 	{ color:##555555; font-size:17.3px; line-height:24px; width:auto; margin-bottom:23px; padding:0 40px}

.moduloNoticiasGrande .Noticia1 .peces p 	{ color:##555555; font-size:17.3px; line-height:24px; width:auto; margin-bottom:23px; padding:0}

.moduloNoticiasGrande .Noticia1 .peces	{  width:100%; box-sizing:border-box; padding:0 40px;
    /* -webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;    -webkit-column-gap: 40px;
    -moz-column-gap: 40px; 
    column-gap: 40px;*/
}
	
.moduloNoticiasGrande .Noticia1 .institucional	{  width:100%; box-sizing:border-box; padding:0;
    -webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;    -webkit-column-gap: 40px;
    -moz-column-gap: 40px; 
    column-gap: 40px;
}

.moduloNoticiasGrande .Noticia1 .institucional table { margin-left:40px;}
    
.contenedorFotoGrande		{ max-width: 1000px; height: 550px; margin: 0 auto; border-radius: 15px; margin-bottom: 35px; background-repeat: no-repeat; background-size: cover; background-position: center}




/* GRILLA NOVEDAEDS */

.moduloNoticias2						{ max-width:1000px; height:auto; margin:0 auto; padding:50px 0 65px 0}
.moduloNoticias2 .News					{ max-width:280px; min-width:280px; height:auto; float:left; margin-right:80px; height:400px; margin-bottom:15px; cursor:pointer;}
.moduloNoticias2 .News:nth-child(3n+0)  { margin-right:0}
.moduloNoticias2 .News a				{ font-weight:700; color:#077dc2; font-size:21px; line-height:24px; text-decoration:none; letter-spacing: -0.5px; text-align:center; width:100%; display:block;    margin-bottom: 16px;}
.moduloNoticias2 .News a:hover			{ color:#d2202f;}
.moduloNoticias2 .News p				{ color:##555555; font-size:17px; line-height:22px;text-align:center}




/* CONTACTO */

.moduloContacto			{ max-width:1000px; height:auto; min-height:300px; margin:0 auto; padding:50px 0 65px 0}
.moduloContacto p		{ color:#555555; font-size:20px;    margin-bottom: 28px; line-height:22px; }
.moduloContacto input	{ float: left; clear: both; border: 1px solid #ccc; width: 510px; margin-bottom: 10px; border-radius: 3px; font-family: 'Quattrocento Sans', sans-serif; padding: 16px 0 16px 16px; font-size: 17px;}
.moduloContacto select	{ float: left; clear: both; border: 1px solid #ccc; width: 528px; margin-bottom: 10px; border-radius: 3px; font-family: 'Quattrocento Sans', sans-serif; padding: 16px 0 16px 16px; font-size: 17px;}
.moduloContacto textarea	{ float: left; height: 160px; clear: both; border: 1px solid #ccc; width: 493px; margin-bottom: 10px; border-radius: 3px; font-family: 'Quattrocento Sans', sans-serif; padding: 16px; font-size: 17px; line-height: 22px;}
.moduloContacto input[type="button"]	{ float: left; clear: both; border: none; margin-top: 10px; border-radius: 3px; font-family: 'Roboto'; padding: 16px; font-size: 21px; color: #666;}
.moduloContacto input[type="submit"] 	{ float: left; width:520px; clear: both; border: none; border-radius: 3px; font-family: 'Roboto'; padding: 16px; font-size: 21px; color: #666;}




/* REGISTRACION */
.moduloRegistracion			{ max-width:1000px; height:auto;  min-height:300px; margin:0 auto; padding:50px 0 65px 0}
.moduloRegistracion p		{ color:#555555; font-size:20px;   margin-bottom: 28px; line-height:22px; }
.moduloRegistracion	a		{ color:#E64145; }
.moduloRegistracion input	{ float: left; clear: both; border: 1px solid #ccc; width: 510px; margin-bottom: 10px; border-radius: 3px; font-family: 'Roboto'; padding: 16px 0 16px 16px; font-size: 17px;}
.moduloRegistracion select	{ float: left; clear: both; border: 1px solid #ccc; width: 528px; margin-bottom: 10px; border-radius: 3px; font-family: 'Roboto'; padding: 16px 0 16px 16px; font-size: 17px;}
.moduloRegistracion textarea	{ float: left; height: 160px; clear: both; border: 1px solid #ccc; width: 493px; margin-bottom: 10px; border-radius: 3px; font-family: 'Roboto', normal; padding: 16px; font-size: 17px; line-height: 22px;}
.moduloRegistracion input[type="button"]	{ width:auto !important; float: left; clear: none !important; border: none; margin-top: 10px; border-radius: 3px; font-family: 'Roboto'; padding: 16px; margin:5px; font-size: 21px; color: #666;}
.moduloRegistracion input[type="submit"] { 
	width:auto !important; 
	float: left; 
	clear: none !important; 
	cursor: pointer; border: none; 
	/* border-radius: 21px;  */
	border-radius: 0; 
	/* transition: .1s;  */
	line-height: 18px; 
	font-weight: 500; 
	font-family: 'Roboto'; 
	padding: 10px; 
	/* font-size: 15px;  */
	font-size: 1rem; 
	font-style: normal; 
	/* background-color: #E64145;  */
	background-color: #df2838; 
	color: #FFFFFF;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	margin-right: 1rem;
}
.moduloRegistracion input[type="submit"]:hover,
.moduloRegistracion input[type="submit"]:focus{
	background-color: rgb(181,32,72);
}
.moduloRegistracion input[type="radio"] 	{ width:auto !important; font-family: 'Roboto';}
.moduloRegistracion div {
	/* float:left;  */
	margin:5px; 
	padding:5px; 
}
.moduloRegistracion .datos {   }




/***** MENU INICIO SESION /intranet/login *****/

.login-container{
	min-height: 100vh;	
	
	/* FLEX */
	display: flex;
	flex-direction: row;
	
	/* GRID */
	/* display: grid; */
	/* grid-template-columns: 2fr 1fr; */
}

.login-container-left{
	width: 65%;
	background-image: url(./imagenes/login.jpg);  
	
	background-size:cover;
	background-position: left;
	background-repeat: no-repeat; 

	/* FLEX */
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	
	position: relative;
}
.login-container-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);	
	
    z-index: 1;
}
.login-container-left > * {
    position: relative;
    z-index: 2;
}

.login-container-left-text
{        
	margin-left: 5em;
	margin-bottom: 10em;	
}

.login-container-left-text h1, 
.login-container-left-text p
{
	margin: 0;
	color: #fff;
	
	text-shadow: 2px 2px 6px rgba(0,0,0,1);
}

.login-container-left-text h1
{
	font-size: 5rem;
}

.login-container-left-text p
{	
	margin-bottom: 6rem;
	margin-top: 1em;
	
	font-size: 2rem;
}

/* "registrate" /intranet/login */
.registrate
{
	padding: 10px 30px; 
	
	background-color: #FFF;
	/* color: #E64145; */
	color: rgb(223,40,56);
	
	/* font-family: Roboto;  */
	font-style: normal;  
	font-weight: 500; 
	font-size: 1.1rem; 
	letter-spacing: 1px;
	
	border: none; 
	/* border-radius: 21px; */
	
	cursor:pointer; 
	transition: .4s;
	transition-timing-function: ease-out;
}

.registrate:hover,
.registrate:focus{
	cursor:pointer;
	outline: none;	
	/* background-color: #E64145; */
	background-color: rgb(223,40,56);
	color: #FFF;
}

.login-container-right{
	width: 35%; 
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Formulario "Iniciar Sesion" (/intranet/login) */
.InicioSesion{ 
	width: 294px;

	padding: 25px; 
	border-radius: 5px; 
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; 
} 
 
/* "Ingrese su Usuario" */
.InicioSesion .usuario,
.InicioSesion .contra { 
	box-sizing: border-box; 
	width: 100%;
	
	margin-bottom: 6px;
	padding: 14px;
	
	background-color: #FFFFFF; 
	
	font-family: Roboto;
	 
	font-size: 15px; 

	border: 1px solid #CBCBCB; 
	color: rgb(3,27,78);  
}

.InicioSesion .usuario:focus,
.InicioSesion .contra:focus{
	outline: none;
	/* border: 2px solid #1A4CB0; */
	border: 1px solid #9d9b9c;
}

.InicioSesion label	{ 
	/* color:#555555;  */
	/* font-size:14px; */
	/* margin-left: 3px;   */
	/* margin-right: 11px;  */
	/* margin-top: 16px;  */
	/* margin-bottom: 13px;  */
}


.InicioSesion input[type="radio"]{  
	margin-top: 16px; 
	margin-bottom: 13px; 
}

/* "¿Olvidó su contraseña?" y "¿No tiene usuario?" /intranet/login */
.InicioSesion a:link, 
.InicioSesion a:visited,
.InicioSesion a:focus{ 		
	/* color:#6992E3;  */
	color: #031b4e;	
	font-size: 1rem; 
	font-weight: 400;
	text-decoration:none; 
	margin-right: 11px;
	outline: none;
} 

.InicioSesion a:hover, 
.InicioSesion a:active,
.InicioSesion a:focus{ 
	/* color:#1A4CB0; */
	color: #9d9b9c;
	outline: none;
} 


/* Boton "INGRESAR" /intranet/login */
.InicioSesion .ingreso{ 
	
	padding: 10px 30px; 
	
	/* background-color: #E64145;  */
	background-color: rgb(223,40,56);
	
	color: #FFF; 
	
	text-transform: uppercase;
	font-family: Roboto; 
	font-style: normal; 
	letter-spacing: 1px;
	font-weight: 500; 
	font-size: 1rem; 	
	
	border: none;
	/* border-radius: 21px;  */
	
	transition-duration: .3s;
	transition-timing-function: ease-out;	
} 

.InicioSesion .ingreso:hover,
.InicioSesion .ingreso:focus{	
	cursor:pointer; 
	background-color: rgb(181,32,72);
	outline: none;
	
    /*opacity: 0.8;*/ /* Cambia la opacidad al 80% */
    /*transition: opacity 0.3s ease;*/ /* Transición suave */
		
	/*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);*/ /* Sombra ligera */
    /*transition: box-shadow 0.3s ease;          */ /* Transición suave */
	
	/*transform: translateX(3px);     */ /* Mueve el texto 3px hacia la derecha */
    /*transition: transform 0.3s ease;*/ /* Transición suave */
}

/* Titulo "Iniciar Sesion" en /intranet/login */
.InicioSesion h1{
	margin-top: 1px; 
	margin-bottom: 14px;
	
	font-family: Roboto, sans-serif;
	font-style: normal; 
	font-size: 1.8rem; 
	
	/* color: #1A4CB0;   */
	color: rgb(3,27,78);
} 
.InicioSesion h1 b{
	font-weight: 400; 
} 

.InicioSesion table{
	margin-top: 8px;
}

.menuInicio{ 
	display:block !important;
}

.botoneraAlternativa{ 
margin-top: 11px;
}

.botoneraAlternativa a{ 
	display: block; 
	width: 48%; 
	text-align: center; 
	background-color: #E64145;
	padding: 10px 0 6px 0; 
	float: left; 
	margin-right: 5px; 
	border-radius: 2px;  
	font-size: 13.5px !important; 
	line-height: 14px;
}

.botoneraAlternativa a:nth-child(2)	{ 
	margin-right: 0 !important;
}

.botoneraAlternativa a:hover{ 
	background-color: #1f8ac8; 
	color:#fff;
}

@media only screen and (max-width: 1200px)  { 

}


@media only screen and (max-width: 1024px)  { 

	.moduloNoticias							{ padding-top:60px}
	.moduloNoticias .News					{ float:none; margin: 0 auto;}
	.moduloNoticias .News:nth-last-child(3)	{ margin: 0 auto !important;}
	
	/* NOVEDADES TODAS */
	
	.moduloNoticias2							{ padding-top: 60px; width: 100%; box-sizing: border-box; padding-left: 40px; }
	.moduloNoticias2 .News						{ margin-right: 80px !important;}
	
	/* NOVEDADES*/
	.moduloNoticiasGrande .Noticia1 .peces { width: 100%; padding: 0 40px; box-sizing: border-box;}
	
	/* CONTACTO*/
	.moduloContacto	{ width: 100%; padding: 50px 30px 65px; box-sizing: border-box;}
	.moduloRegistracion	{ width: 100%; padding: 50px 30px 65px; box-sizing: border-box;}	
	.contenedorFotoGrande	{height: 49vw; margin: 0 30px;}
}

@media only screen and (max-width: 925px)  { 

	.Modulo1 		{ width: 50%; height: auto; margin-bottom: 17px;}
	.Modulo1 .Logo	{ margin:0 auto}
	.footer			{ background:none; padding-bottom: 50px; padding-top: 50px;}
}



@media only screen and (max-width: 830px)  { 

	.Botonera			{ display:none}
	.contenedorLogo		{ width:170px; margin-left: 20px;    position: absolute;}
	/*
	.IniciarSesion2		{ position: absolute; right: 67px; text-indent: -5018px; width: 40px; height: 40px; padding: 7px; margin-top: 24px; background: url(imagenes/sesion.png) no-repeat; background-position: 6px;}
	.IniciarSesion2:hover		{ background-color:#fff}
	*/
	.IniciarSesion2     {display:none;}
	.IniciarSesion3     {display:block;}
	
	.dl-menuwrapper		{ display:block !important; float: right !important;}
	#wowslider-container1 .ws-title div p	{ font-size: 3vw;    line-height: 3.8vw;}
	.moduloDestacados .Destacado1	{ width:100%; }
	.Destacado1_mini				{ width:100%;  float:left; text-align:center;}
    .Destacado2_mini				{ width:100%;  float:left; text-align:center;}
	.moduloDestacados_mini .Destacado1_mini	{ width:100%; }
	.moduloDestacados_mini .Destacado2_mini	{ width:100%; }
	
	.moduloNoticiasGrande h1	{margin-top: 28px; font-size: 33px; line-height: 36px;}
	.moduloNoticiasGrande .Noticia1 .institucional	{  -webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
	
	
}


@media only screen and (max-width: 650px)  { 

	/* NOVEDADES TODAS */
	
	.moduloNoticias2			{ padding-top: 60px; width: 100%; box-sizing: border-box; padding-left: 40px; padding-right: 40px; }
	.moduloNoticias2 .News		{ margin: 0 auto 15px auto !important; float:none}
	.moduloNoticias2 .News p	{ font-size:15px; line-height:19px}
	.moduloNoticiasGrande .Noticia1 .institucional	{  -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
}


@media only screen and (max-width: 600px)  { 

	#wowslider-container1 .ws-title			{ font-size: 6vw !important; /*top: 40% !important;*/}
	#wowslider-container1 .ws-title div p	{ background:none; font-size: 3vw;    line-height: 3.8vw;    padding-top: 28px;    font-size: 3.8vw;  line-height: 4.5vw;}

	/* NOVEDADES*/
	.moduloNoticiasGrande .Noticia1 .peces { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
	
	/* CONTACTO*/	    
	.moduloContacto input, .moduloContacto select, .moduloContacto textarea	{ width: 100%; box-sizing: border-box;}
	.moduloContacto input[type="submit"] {width: 100%;}
	
	.moduloRegistracion input, .moduloRegistracion select, .moduloRegistracion textarea	{ width: 100%; box-sizing: border-box;}
	.moduloRegistracion div 	{ clear:both; width:90%; text-align:left; }
	.moduloNoticiasGrande .Noticia1 .institucional	{  -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
}

@media only screen and (max-width: 400px)  { 

	#wowslider-container1 .ws-title div p	{ font-size: 4.2vw; padding-top: 36px;}
	.Modulo1, .Modulo2 		{ width: 100%; padding: 10px 0 10px 37px; height: auto; box-sizing: border-box;}
	.Modulo1 .Logo			{ margin:0}
	.Modulo1 img			{ margin:0}
	
	.moduloNoticiasGrande h1	{margin-top: 28px; font-size: 30px; line-height: 33px; margin-bottom: 15px; padding: 0 30px;}
    .moduloNoticiasGrande .Noticia1 .institucional	{  -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
}

.ErrorControl
    {
        background-color: #FBE3E4;
        border: solid 1px ff0000;
    }
.ErrorValidador 
{
    padding:0px;
    margin:0px;
    color:#ff0000;
}
.ErrorGrupo 
{
    width:1px;
    height:1px;
    overflow:hidden;
}
.MensajeExito 
{
    color: #555555;
}
.MensajeError 
{
    color:#ff0000;
}
.ContentAccordion 
{
    padding-left:40px; padding-right:40px;
}

.modal_grupo 
{
    position:absolute; 
    top:0px; 
    left:0px; 
    display:none; 
    z-index:10000; 
    width:100%; 
    text-align:center; 
    height:100%; 
    background:#333; 
    filter: alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9;
    overflow:hidden;
    text-align: center;
}
.modal_div {
    position:absolute; 
    display:none; 
    z-index:10001; 
    width:100%; 
    text-align:center; 
    margin-top:50px;
    overflow: hidden;
}
.modal_div_contenedor 
{
    margin:auto;
}
.modal_cerrar 
{
    top:5px; 
    margin-left:-20px; 
    position:absolute;
}
.modal_iframe 
{
    max-width:800px;
    width:100%;
    height:500px;
    margin:0px;
    padding:0px;    
}
/* .modal_contenido */
/* { */
    /* max-width: 600px; */
    /* width:100%;  */
    /* height:400px;  */
    /* background: url(imagenes/circulos1.png) bottom right no-repeat #fff; */
    /* margin:auto; */
/* } */
.modal_contenido_img
{
    max-width: 600px;
    width:100%; 
    height:450px;     
    margin:auto;
}
.modal_titulo 
{
 background-color: #e2f2fa; 
 color: #4e87a8; 
 padding-top:5px; 
 height:30px; 
 font-family: 'Roboto', sans-serif; 
 width: 100%; 
 border: none; 
 text-transform: uppercase; 
 font-weight: 700; 
 font-size: 16px;   
}

.div_loading 
{
    position:fixed; 
    z-index:5000; 
    width:100%; 
    text-align:center; 
    background:#b2b2b2; 
    filter: alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9;
    top:0px;
    left:0px;
    height:100% !important;
    vertical-align:middle;
}
.div_loading_img
{
    margin-top:20%;
    color:#000;
}

.servicios_soporte 
{
    width:100%;  background-color:#f9f9f9 
}

.servicios_General	{ width:100%;  background-color:#f9f9f9}
.servicios_General	 h1	{ font-weight: 300; color: #077dc2; font-size: 24px; letter-spacing: -1.3px; display: block; margin-bottom: 10px; margin-top:10px; max-width: 920px; padding:0 40px;}

.servicio_logo 
{
    margin:5px;  
    float:left;  
}
.servicio_login 
{
    float:right;
    margin:5px;
}
.servicio_bajada 
{
    margin-top:30px;
    margin-bottom:20px;
    padding:0 40px;
}
.servicio_grupo 
{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    background:#f0f0f0;
    margin-left:20px;
    margin-right:20px;
    margin-top:10px;
    padding:10px;
}
.servicio_scroll 
{
    border: 1px solid #999;
    width:100%; 
	height:400px; 
	overflow: auto;
}
.servicio_detalle 
{
    
}
.servicio_iframe 
{
    width:100%;
    height:400px;
    margin:0px;
    border:0px;
}

.servicio_boton 
{
    border: 1px solid #999;
    color:#ff0000;
}

.servicio_text 
{
    border: 1px solid #999;
    width:100%;
}
.servicio_area 
{
    border: 1px solid #999;
    width:100%;
    height:200px;
}






@media screen and (max-width: 1100px) { 
	
	body{
		height: 100vh;
		max-height: 100vh;
	}
	
	.login-container{

		display: flex;
		flex-direction: column;
		/* height: 100%;  */
	}
	
	
	/* Container con background-image */
	.login-container-left{
		width: 100%; 
		height: 50%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
	}
	
	.login-container-left-text
	{        
		padding-bottom: 0;
		margin-bottom: 2rem;
		
	}


	.login-container-left-text p
	{
		/* color:pink; */
		max-width: 90%;
	}
	
	
	/* Container formulario */
	.login-container-right{
		width: 100%;
		height: 50%; 
		
		
		display: flex;
		justify-content: center;
		align-items: center;
	
	}
	
	/* Formulario */
	.InicioSesion{ 
		margin-top: 40px; 
		 /* margin-bottom: 0;  */
	} 

}




/**** Responsive Login ****/
@media screen and (max-width: 800px) {
		
	body{
		height: 92vh;
		max-height: 92vh;
	}
	
	.login-container{	
		min-height: 92vh;
		height: 92vh;
		max-height: 92vh;
		
		display: flex;
		flex-direction: column;
	}
	
	
	/* Container con background-image */
	.login-container-left{
		width: 100%; 
		height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
	}
	
	.login-container-left-text
	{        
		padding-bottom: 0;
		padding-left: 1em;
		/* margin-bottom: 2rem; */
		margin-bottom: 3em;
		
	}


	.login-container-left-text p
	{
		/* color: green; */
		margin-bottom: 2em; 
		max-width: 80%;
	}
	
	
	
	/* Container formulario */
	.login-container-right{
		width: 100%;
		/* height: 50vh; */
		height: 100%;
		
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	
	/* Formulario */
	.InicioSesion{ 
		 /* margin-top: 1rem;  */
		 /* margin-bottom: 0;  */
		 
		 
	} 
}






