/***************************+ REDES SOCIALES *********************************************/

@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

.footer-social-icons a {
    text-decoration: none;
    color: #fff;
}
.footer-social-icons p > a:hover{
    color: #d9d9d9;
    text-decoration:none;
}

.footer-social-icons h5
 {
    margin:  1% 0 1% 0;
}
._12 {
    font-size: 1.2em;
}
._14 {
    font-size: 1.4em;
}
.footer-social-icons ul {
    padding:0;
    list-style: none;
}
.footer-social-icons {
	font-family: 'Lato', sans-serif;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	width: 190px;
	display: block;
	margin: 0 auto;
	background-color: #000;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-linkedin:hover {
    background-color: #0073a4;

}

/************ efectso del titulo ***********************/	

.contentext {
  margin-top: 10px;      /*  10px de margen arriba */
   text-align: center; 
  vertical-align:middle;
  letter-spacing:normal;
  font-family: Arial;  
  text-align: justify; 
   line-height: 1.4; /* Ajustar el interlineado */

}

.titulotex {
  text-align: center; 
  vertical-align:middle;
  letter-spacing:normal; 

  font-family: Arial Black; 
  font-weight: bold; 
  color: #000; 
  text-shadow: 0 1px 0 #ddd, 0 2px 0 #ccc, 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 0 #acacac, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
}

.titulot {
  text-align: center; 
   letter-spacing: 0.5em; 
  font-family: Arial Black; 
  font-weight: bold; 
  color: #F25C05; 
  text-shadow: 0 1px 0 #ddd, 0 2px 0 #ccc, 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 0 #acacac, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
}

.pietex {
  text-align:center; 
  font-family:Comic Sans MS; 
  font-weight: bold; 
  color:#FFF; 
  text-shadow: -1px 0 #414D68, 0 1px #414D68, 1px 0 #414D68, 0 -1px #414D68, -2px 2px 0 #414D68, 2px 2px 0 #414D68, 1px 1px #414D68, 2px 2px #414D68, 3px 3px #414D68, 4px 4px #414D68, 5px 5px #414D68, 6px 6px #414D68, 7px 7px #414D68, 8px 8px #414D68, 9px 9px #414D68;
}

  .grid-container {
	    background-color:#FFF;
		display:flex;
        flex-wrap:wrap;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
		justify-content: space-between;
		align-items: center;
    }

  .grid-cont {
       display: grid;
       grid-template-columns: auto auto;
    }
	
  .columna1{
	 background-color: orange;
	 flex: 1;
   }

 .columna2{
	 background-color: red;
	 flex: 1;
   }
   .grid-item { 
        background-color:#FFF;
        padding: 20px;
        text-align: center;
    }
    .table-group-divider{
	    background-color:#F2F2F2;
        padding: 10px;
        text-align: center;
		
	}

/******************************** cofiguracion menus  **********************************************+*/

body {
	font: 1em/100% Arial, Helvetica, sans-serif;
	/******************************************************
	1em es el tamaño de la fuente y 150% es el interlineado
	*******************************************************/
	}
a {
	color: #669;
	text-decoration: none;
}
a:hover {
	text-decoration:bold;
}
h1 {
	font: 30px/90% Arial, Helvetica, sans-serif;
}
h2 {
	font: 25px/70% Arial, Helvetica, sans-serif;
}

/* Clearfix --- 
ocultamos el enlace que sólo se mostrará cuando el tamaño de pantalla sea más pequeño*/
.clear:before, .clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
    clear: both;
}
 
.clear {
    *zoom: 1;
}
 
a#pull {
    display: none;
}

/* Estilo de la navegación ---*/
nav {
    height: 40px;
    width: 100%;
    background: #666;
    position: relative;
    border-bottom: solid 1px #DDD;
}
 
nav ul {
    padding: 0;
    margin: 0 auto;
    width: 600px;
    height: 40px;
}
 
nav li {
    display: inline;
    float: left;
}
 
nav a {
    color: #FFF;
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 40px;
}
 
nav li a {
    border-right: 1px solid #576979;
}
 
nav li:last-child a {
    border-right: 0;
}
 
nav a:hover, nav a:active {
    background-color: #333;
}


/************************************************************************************
ESTRUCTURA
*************************************************************************************/
#pagewrap {
	padding: 5px;
	width: 960px;
	margin: 20px auto;
	/******************************************************
	la opción auto, centra horizontalmente la capa PAGEWRAP
	*******************************************************/
}
#header {
	height:180px;
	justify-content:center;
    align-items:center;
	background-color:#F29863;
}
#content {
	width: 960px;
	float: left;
	background-color:#F2F2F2;
}
#footer {
	clear: both;
	background-color:#C3D996;
	/******************************************************
	clear: both, hace que esta capa se coloque debajo de las capas flotantes superiores
	*******************************************************/
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* para 1000px o menos */
@media screen and (max-width: 1000px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 94%;
	}

}

/* para 700px o menos */
@media screen and (max-width: 700px) {

	#content {
		width: auto;
		float: none;
	}
	
 body {
    font-family:1em/70% Arial, Helvetica, sans-serif;	
  }

  h1 {
    font-size: 1.0em;
  }

  h2 {
    font-size: 0.8em;
  }
 
  h3 {
    font-size: 0.6em;
  }
  
 h4 {
    font-size: 0.4em;
  }
 
  
  ul {
    list-style-type: none;
	padding: 0;
  }
  
  li + li {
    margin-top: 10px;
  }

  li strong {
    display: block;
  }

}

/* para 600 o menos */
@media only screen and (max-width : 600px) {
    nav {
        border-bottom: 0;
        height: auto;
    }
 
    nav ul {
        display: none;
        height: auto;
        width: 100%;
    }
 
    nav li {
        width: 50%;
        float: left;
        position: relative;
    }
 
    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
 
    nav a#pull {
        display: block;
        background-color: #666;
        width: 100%;
		position: static;
    }
 
    nav a#pull:after {
        content:"";
        background: url('nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
/*---------- cambiamos el tamaño de la cabecera y ocultamos la barra lateral */
	#header {
		height: auto;
	}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}
	h3 {
		font-size: 10px;
	}
    h4 {
      font-size: 6px;
    }
 

}

/* bordes fondos y guías (puedes ignorarlo) */
#content {
	background:#FFF;
}

#header, #content {
	margin-bottom: 5px;
}

#pagewrap, #header, #content, #footer {
	border: solid 1px #FFF;
}