﻿@charset "UTF-8";
/* CSS Document */

/* unvisited link */
.a_link {
    color: white;
}

/* visited link */
.a_visited {
    color: #E5E5E5;
}

/* mouse over link */
.a_hover {
    color: white;
}

/* selected link */
.a_active {
    color: gray;
}

/* Cambio por el Menu 20220603 - Charles Calentura
* {
  box-sizing: border-box;
}*/

.cuerpobody {
  background-color: #fff;
  margin: 0 auto; 
  max-width: 60em;
  line-height: 1.3;
  margin-top:60px;
}
.ul_cajas, li.cont_cajas {
  margin: 0;
  padding: 0;
  list-style: none;
  
}
.img_icono {
  
  text-align:center;
}
.titulo_cuadro {
  margin-top: 0;
  margin-bottom: 1.1em;
  text-align:center;
  font-size:14px;
	font-family: "Century Gothic", "Century Gothic Bold";
	font-weight:bold;
	color:#555;
	
}

.subtitulo_cuadro {
  margin-top: 20px;
  margin-bottom: 0.3em;
  text-align:center;
  font-size:12px;
	font-family: "Century Gothic", "Century Gothic Bold";
	font-weight:bold;
	color:#555;
	
}

.texto_contenido{
	font-size:12px;
	font-family: "Century Gothic", "Century Gothic Bold";
	font-weight:normal;
	color:#666;
	
	}
/*Flex items*/


.list-content2 {
	
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  padding: 1em;
	width: 100%;
	background-color:#f5f5f5;
	margin:0 auto;
	
}

.flex-item-4 {
    
    
  display: flex;
  flex-direction: column;
  padding: 1em;
	width: 100%;
	background-color:#f5f5f5;
	
}

.list {
  display: flex;
  flex-wrap: wrap;
  
}


.list-item {
	display: flex; 
  padding: 0.7em;
	width: 100%;
	
}

.list-item2 {
	display: flex; 
  padding: 0.5em;
	width: 100%;
	
}

.centre{ text-align:center;
	
	}
@media all and (min-width: 40em) {
  .list-item {
    width: 50%;
  }
}
@media all and (min-width: 60em) {
  .list-item {
    width: 33.33%;
  }
}
.list-content {
	
  display: flex;
  flex-direction: column;
  padding: 1em;
	width: 100%;
	background-color:#f5f5f5;
	margin-bottom:10px;
}
.list-content p {
	flex: 1 0 auto;
}

.myButton_incentivos {
	-moz-box-shadow:inset 0px 1px 0px 0px #A4D400;
	-webkit-box-shadow:inset 0px 1px 0px 0px #A4D400;
	box-shadow:inset 0px 1px 0px 0px #A4D400;
	background-color:#1A4500;
	border:1px solid 666;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-align:left;
}
.myButton_incentivos:hover {
	background-color:#5cbf2a;
	color:white;

}
.myButton_incentivos:active {
	position:relative;
	top:1px;
	color:white;
}

.myButton_incentivos:visited {
	position:relative;
	top:1px;
	color:#E5E5E5;
}


.myButton_comercio {
	-moz-box-shadow:inset 0px 1px 0px 0px #50735F;
	-webkit-box-shadow:inset 0px 1px 0px 0px #50735F;
	box-shadow:inset 0px 1px 0px 0px #59A215;
	background-color:#64A400;
	border:1px solid 666;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-align:left;
}
.myButton_comercio:hover {
	background-color:#5cbf2a;
	color:white;
}
.myButton_comercio:active {
	position:relative;
	top:1px;
	color:white;
}

.myButton_comercio: visited{
	position:relative;
	top:1px;
	color:#E5E5E5;
}


.myButton_desarrollo {
	-moz-box-shadow:inset 0px 1px 0px 0px #9FC47F;
	-webkit-box-shadow:inset 0px 1px 0px 0px #A1C575;
	box-shadow:inset 0px 1px 0px 0px #9FC47F;
	background-color:#61BD00;
	border:1px solid 666;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-align:left;
}
.myButton_desarrollo:hover {
	background-color:#5cbf2a;
	color:white;

}
.myButton_desarrollo:active {
	position:relative;
	top:1px;
	color:white;
}

.myButton_desarrollo:visited {
	position:relative;
	top:1px;
	color:#E5E5E5;
}

.myButton_credito {
	-moz-box-shadow:inset 0px 1px 0px 0px #00B200;
	-webkit-box-shadow:inset 0px 1px 0px 0px #00B200;
	box-shadow:inset 0px 1px 0px 0px #00B200;
	background-color:#498D00;
	border:1px solid 666;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-align:left;
}
.myButton_credito:hover {
	background-color:#5cbf2a;
	color:white;

}
.myButton_credito:active {
	position:relative;
	top:1px;
	color:white;
}

.myButton_credito:visited {
	position:relative;
	top:1px;
	color:#E5E5E5;
}

.myButton_otros {
	-moz-box-shadow:inset 0px 1px 0px 0px #85B000;
	-webkit-box-shadow:inset 0px 1px 0px 0px #50735F;
	box-shadow:inset 0px 1px 0px 0px #85B000;
	background-color:#85B000;
	border:1px solid 666;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-align:left;
}
.myButton_otros:hover {
	background-color:#5cbf2a;
	color:white;

}
.myButton_otros:active {
	position:relative;
	top:1px;
	color:white;
}

.myButton_otros:visited {
	position:relative;
	top:1px;
	color:#E5E5E5;
}

.menu-superior-mp .navbar{
	 position:  inherit; 

}
