h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}
tit_gr {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family:Benton-Sans, Arial, sans-serif;
}

h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	font-size: 17px;
	line-height: 22px;
}

p.firma_info {
	font-size: 14px;
	line-height: 16px;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

//MENÚ RESPONSIVE
ul.menu {
list-style-type:none;
margin:0;
padding:0;
display:flex;
flex-direction: row;
}
li.menu { flex-grow: 1; }
a.menu {
display:block;
padding:0.2em;
background-color:#E2ECCD;
text-align:center;
//margin-right:0.2em; //Poner si queremos líneas separadoras en el menú
text-decoration:none;
color:#000000;
}
a.menu:hover {background-color:#B6D281; }


//MENÚ PESTAÑAS
.contenedor_pestanas{margin-bottom: 40px;}
.contenedor_pestanas .pestanas{padding: 1.5em 0 .5em; overflow: hidden; margin-bottom: .5em;}
.contenedor_pestanas .pestanas li{width: 24.5%; margin-left: .65%; float: left; background: #C1CFD9; color: #fff; font-size: .88em; font-weight: 500; text-transform: uppercase; text-align: center; vertical-align: middle; line-height: 1.2em; padding: .9em .2em .9em;}
//pestañas con dos líneas
//.contenedor_pestanas .pestanas li:nth-child(1), .contenedor_pestanas .pestanas li:nth-child(3){padding-top: 1.5em}
.contenedor_pestanas .pestanas li:first-child{margin-left: 0; }
.contenedor_pestanas .pestanas li.activa{background: #2E3641; position: relative;}
.contenedor_pestanas .pestanas li.activa:after{content:""; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 10px solid #2E3641; display: block; position: absolute; bottom: -10px; right: 49%;}

@media(max-width: 999px){
	.contenedor_pestanas .pestanas li {font-size: 0.77em;}
}

@media(max-width: 767px){
	.contenedor_pestanas .pestanas li {font-size: 0.61em;}
}

@media(max-width: 599px){
	.contenedor_pestanas .pestanas li{width: 49.75%; margin-left: .5%; margin-bottom: .2em; font-size: 0.7em; }
	.contenedor_pestanas .pestanas li:nth-child(2n+1){margin-left: 0; }
	.contenedor_pestanas .pestanas li.activa:after{display: none}
}