* {
	box-sizing: border-box;
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a img {
	border: none;
}

img {
	max-width: 100%;
	height: auto;
}

/* --------------Menú navegación Superior---@media 1920--------------*/

.navegasup1 {
	margin-top: -10px;
	overflow-y: hidden;
	overflow: hidden;
	padding-top: -10px;
	text-align: left;
	width: 100%;
}

.navegasup1 ul li {
	display:inline-block;
	margin: 10px;
}

.navegasup1 ul {
	margin-bottom: 0px;
	list-style: none;
}

.navegasup1 ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color:#d8072f;
	font-size: 1em;
	transition: all 0.4s linear;
	text-decoration: none;
}

.navegasup1 ul li a:hover {
	color: #6958ef;
	/*color: #9f95ef;*/
	font-size: 1.03em;
	font-weight: 400;
}


/* ----------Estilos del modal Menú Superior - 1920 ------- */

.modal-navegasup {
	display: none;
}

.modal-navegasup:target {
	background-color: #fff;
	border: solid 1px #4E92AB;
	display: block;
	height:200px;
	left: 10%;
	overflow-y: hidden;
	overflow: hidden;
	position: fixed;
	top: 30px;
	width: 70%;
	z-index: 50;
}

.fondomodal {
	background-color: #CE003A;
	/*background-color:#808e9b;*/
	height: auto;
	overflow: hidden;
	padding-bottom:15px;
	position:relative;
	text-align: center;
	width:100%;
}

.fondomodal .p2-1 {
	font-family:'Lato', sans-serif;
	font-size:1.2em;
	font-weight: 400;
	color: #fff;
	margin-left: 10%;
	margin-top: 10px;
	position: relative;
	text-align: center;
	width:80%;
}

.cerrar {
	font-family:'Lato', sans-serif;
	font-size:1.5em;
	font-weight: 300;
	color: #CCCCCC;
	padding: 5px;
	position:absolute;
	right:20px;
	text-align: center;
	text-decoration: none;
	top:1%;
	width: 30px;
}

.cerrar:hover {
	background-color:#b92828;
	color: #FFF;
	font-weight: 300;
	font-size:1.7em;
	padding: 5px;
	width:34px;
}

#enlaces-modalsup {
	display: flex;
	justify-content:space-between;
	height:auto;
	margin-left: 5%;
	overflow: hidden;
	padding-bottom: 15px;
	position:relative;
	width: 90%;
}

#enlaces {
	display: flex;
	justify-content:center;
	height:auto;
	width: 100%;
}

.enlaces1 {
	margin-top: 0px;
	text-align: left;
}

.enlaces1 ul li {
	display:block;
	margin: 10px;
}

.enlaces1 ul {
	list-style: none;
}

.enlaces1 ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	/*color: #000000;*/
	color: #4234b4;
	font-size: 1.1em;
	transition: all 0.4s linear;
	text-decoration: none;
}

.enlaces1 a:hover {
	color:#d8072f;
	font-size: 1.15em;
	font-weight: 400;
}


.enlaces2 {
	margin: 0 0 0 2%;
	margin-top: 0px;
	text-align:left;
}

.enlaces2 ul li {
	display:block;
	margin: 10px;
}

.enlaces2 ul {
	list-style: none;
}

.enlaces2 ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #4234b4;
	font-size: 1.1em;
	transition: all 0.4s linear;
	text-decoration: none;
}

.enlaces2 a:hover {
	color:#d8072f;
	font-size: 1.15em;
	font-weight: 400;
}


.enlaces3 {
	margin: 0 0 0 2%;
	margin-top: 0px;
	text-align:left;
}

.enlaces3 ul li {
	display:block;
	margin: 10px;
}

.enlaces3 ul {
	list-style: none;
}

.enlaces3 ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #4234b4;
	font-size: 1.1em;
	transition: all 0.4s linear;
	text-decoration: none;
}

.enlaces3 ul li a:hover {
	color:#d8072f;
	font-size: 1.15em;
	font-weight: 400;
}



/* ------Modulo 1 - Menú navegación Superior --- 1599 - 1300 -----*/

@media screen and (max-width: 1599px) {

.modal-navegasup:target {
	width: 85%;
}
}



/* ------Modulo 1 - Menú navegación Superior --- 1299 - 1000 -----*/

@media screen and (max-width: 1299px) { 
	
.navegasup1 {
	margin-left: 0%;
	text-align:left;
}
	
.modal-navegasup:target {
	height: auto;
	left: 3%;
	width: 95%;
}
	
#enlaces-modalsup {
	/*display: flex;
	justify-content:space-between;
	height:auto;*/
	margin-left: 2%;
	/*overflow: hidden;
	padding-bottom: 15px;
	position:relative;*/
	width: 97%;
}
}
	


/* ------Modulo 1 - Menú navegación Superior --- 999 - 800 -----*/

@media screen and (max-width: 999px) { 

.navegasup1 {
	margin-left: 0%;
	text-align:left;
	max-width:none;
	width: 100%;
}


/* ----------Estilos del modal Menú Superior - 999 - 800 ------- */

.modal-navegasup:target {
	left: 3%;
	margin-bottom: 50px;
	/*width: 60%;*/
}
}


/* ------Modulo 1 - Menú navegación Superior --- 799 - 600 -----*/

@media screen and (max-width: 799px) { 

.navegasup1 {
	margin-left: 3%;
	text-align:left;
	width: 97%;
}


/* ----------Estilos del modal Menú Superior - 799 - 600 ------- */

.modal-navegasup:target {
	/*height: 600px;*/
	height:auto;
	left: 15%;
	padding-bottom: 100px;
	top: 30px;
	width: 70%;
	z-index: 50;
}
	
#enlaces-modalsup {
	flex-direction: column;
	justify-content:none;
	margin-left: 5%;
	padding-bottom: 40px;
	margin-top: 15px;
}

.enlaces1 ul li {
	margin: 0 0 15px;
}
	
.enlaces1 ul li a {
	font-size: 1.1em;
}

.enlaces1 a:hover {
	font-size: 1.15em;
}
	
.enlaces2 {
	margin: 0 0 0 0%;
}

.enlaces2 ul li {
	margin: 0 0 15px;
}
	
.enlaces2 ul li a {
	font-size: 1.1em;
}

.enlaces2 a:hover {
	font-size: 1.15em;
}
	

.enlaces3 {
	height: auto;
	margin: 0 0 0 0%;
	overflow: hidden;
	position: relative;
}

.enlaces3 ul li {
	margin: 0 0 15px;
}
	
.enlaces3 ul li a {
	font-size: 1.1em;
}

.enlaces3 a:hover {
	font-size: 1.15em;
}	

}



/* ------Modulo 1 - Menú navegación Superior --- 599 - 450 -----*/

@media screen and (max-width: 599px) {

.navegasup1 {
	left: 3%;
	margin-top: 0px;
	width: 97%;
}
	
.navegasup1 ul li {
	margin: 5px;
}


/* ----------Estilos del modal Menú Superior - 599 - 450 ------- */

.modal-navegasup:target {
	left: 5%;
	top: 80px;
	width: 90%;
}
}



/* ------Modulo 1 - Menú navegación Superior --- 449 - 300 -----*/

@media screen and (max-width: 449px) {
	
.navegasup1 ul li {
	margin: 3px;
}

	
.modal-navegasup:target {
	left: 5%;
	width: 90%;
}

.enlaces1 {
	margin: 0 0 0px 0%;
}
	
.enlaces1 ul li a {
	font-size: 1.1em;
	margin-left: 0px;
}

.enlaces1 ul li a:hover {
	font-size: 1.15em;
}

.enlaces2 {
	margin: 0 0 0px 0%;
}

.enlaces2 ul li {
	margin: 0 0 15px;
}

.enlaces2 ul li a {
	font-size: 1.1em;
}

.enlaces2 ul li a:hover {
	font-size: 1.15em;
}

.enlaces3 ul li a {
	font-size: 1.1em;
	margin-left: 0px;
}

.enlaces3 ul li a:hover {
	font-size: 1.15em;
}	
}



/* ------Modulo 1 - Menú navegación Superior --- 299 - 200 -----*/

@media screen and (max-width: 299px) {


/* ----------Estilos del modal Menú Superior - 299 - 200 ------- */
	
.modal-navegasup:target {
	left: 5%;
	top: 90px;
	width: 90%;
}

/*.modal-navegasup:target {
	/*height:650px;*/
	/*left: 0%;
	top: 0px;*/
	/*max-width: 180px;
}*/

.fondomodal .p2-1 {
	margin-left: 0%;
}

.enlaces1 ul li a {
	/*font-size: 1em;*/
	margin-left: 0px;
}

/*.enlaces1 a:hover {
	font-size: 1.15em;
}*/

.enlaces2 ul li a {
	/*font-size: 1em;*/
	margin-left: 0px;
}

/*.enlaces2 a:hover {
	font-size: 1.05em;
}	*/
}
