@charset "UTF-8";
/* Body */
body {
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 100;
}
                    /*  Imagenes responsivas  */
img {
  	max-width: 35%;
  	height: auto;
	display: block;
	margin-left: auto;
  	margin-right: auto;
}
                    /*  Contenedores  */
.container {    /* General */
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;	
}
                  /* Header */
.header_p {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: left;
	align-content: center;
	/*border-bottom: 2px solid #2C9AB7;*/
}
                  /* Fin del Header */
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
	vertical-align: middle;
}
.cell3 {
    width: 100%;
    display: block;
    flex-grow: 1;
    padding: 10px;
	text-align: center;
	/* border: 1px solid red; */
}
                    /*  Columnas  */
.columna_medio_c {
	width: 50%;
	float: left;
}
.izquierda_c {
	background-color: none;
	text-align: center;
}
.derecha_c {
	background-color: none;
	text-align: center;
}
                    /*  Fin de Columnas  */
                    /*  Tabla para datos  */
.izquierda_c .row {  /* Fila general */
    display: flex;
    align-items: center;
    flex-grow: 1;
	/* border: 1px solid red; */
}
.izquierda_c .row .cell {  /* Celda de espacio */
    width: 100%;
    display: block;
    flex-grow: 1;
    padding: 20px;
	text-align: center;
	/* border: 1px solid red; */
}
.izquierda_c .row .cell1 {  /* Celda de iconos */
    width: 50%;
    display: block;
    flex-grow: 1;
    padding: 10px;
	text-align: center;
	/* border: 1px solid red; */
}
.izquierda_c .row .cell2 {  /* Celda de texto */
    width: 50%;
    display: block;
    flex-grow: 1;
    padding: 5px;
	text-align: center;
	/* border: 1px solid red; */
}
.derecha_c .row {  /* Fila general */
    display: flex;
    align-items: center;
    flex-grow: 1;
	/* border: 1px solid red; */
}
.derecha_c .row .cell {  /* Celda de espacio */
    width: 100%;
    display: block;
    flex-grow: 1;
    padding: 20px;
	text-align: center;
	/* border: 1px solid red; */
}
.derecha_c .row .cell1 {  /* Celda de iconos */
    width: 50%;
    display: block;
    flex-grow: 1;
    padding: 10px;
	text-align: center;
	/* border: 1px solid red; */
}
.derecha_c .row .cell2 {  /* Celda de texto */
    width: 50%;
    display: block;
    flex-grow: 1;
    padding: 5px;
	text-align: center;
	/* border: 1px solid red; */
}
                    /*  Fin de Tabla para datos */
					/*  Formato de lista  */
.lista {
	list-style-type: none;
	margin-bottom: 10px;
	display: inline;
	float: left;
	width: 50%;
}
					/*  Fin de Formato de lista  */
                    /*  Footer de la página  */
/*.footer {
	background-color: #2b8e90;
}*/
.footer_row {
	width: 100%;
	display: block;
	justify-content: center;
	align-items: center;
	/*margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;*/
}
.columna_f {
	width: 50%;
	float: left;
}
/* .column_title_f {
	padding-top: 25px;
	padding-bottom: 25px;
} */
.izquierda_f {
	background-color: #2b8e90;
	text-align: center;
}
.izquierda_f .row {  /* Fila general */
    display: flex;
    align-items: center;
    flex-grow: 1;
	/* border: 1px solid red; */
}
.izquierda_f .cell {  /* Celda general */
    width: 25%;
    flex-grow: 1;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	/* border: 1px solid red; */
}
.derecha_f {
	background-color: #2b8e90;
	text-align: center;
}

.copyright {
	line-height: 50px;
  	height: 50px;
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
                    /*  Fin de Footer de la página  */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (max-width: 320px) {
/*.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #DCDCDC;
	clear: left;
	text-align: center;
	/*padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}*/
body {
    font-family: 'Poppins', sans-serif;
	font-size: 12px;
    font-style: normal;
    font-weight: 100;
}
img {
  	max-width: 90%;
  	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.columna_medio_c.izquierda_c {
	width: 100%;
}
.columna_medio_c.derecha_c {
	width: 100%;
}
.columna_medio_f.izquierda_f {
	width: 100%;
}
.columna_medio_f.derecha_f {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/*.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
.container .secondary_header {
}*/
}

@media (min-width: 321px) and (max-width: 768px) {
/*.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #DCDCDC;
	clear: left;
	text-align: center;
	/*padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}*/
body {
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
    font-style: normal;
    font-weight: 100;
}
img {
  	max-width: 70%;
  	height: auto;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.columna_medio_c.izquierda_c {
	width: 100%;
}
.columna_medio_c.derecha_c {
	width: 100%;
}
.columna_medio_f.izquierda_f {
	width: 100%;
}
.columna_medio_f.derecha_f {
	width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
/*.secondary_header {
	/*overflow: auto;
	width: 100%;
	background-color: #DCDCDC;
	clear: left;
	text-align: center;
	/*padding-top: 30px;
	padding-bottom: 30px;
}
/*.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}*/
body {
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
    font-style: normal;
    font-weight: 100;
}
img {
  	max-width: 40%;
  	height: auto;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (min-width: 1001px) {
}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}
