/************************************RESET CSS**********************************************/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0 none;
	font: inherit;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************************************FIN RESET CSS**********************************************/
 
 
 /*************************************************************************
 
 ESTILOS GENERALES
 
**************************************************************************/
 html, body {
    height:96%;
    
}
 
 body {
	/**/ /* fallback color if gradients are not supported */
	font-family: 'Lato', sans-serif;
	

}
.body_gris { background-color: #dee5e8;}
.body_balizas { background:url(imgs/chapa_balizas.png) repeat;
	margin:1%
}
h1 {
	color: #787d7b;
	font-size: 54px;
	font-weight: 300;
	line-height: 50px;
	margin: 0 0 10px;
}
h2 {
	color:#555555;
	font-size: 14px;
	font-weight: 700;
	letter-spacing:2px;
	line-height:24px
}
h3 {
	color:#787d7b;
	font-size: 20px;
	font-weight: 300;
	margin: 0.2% 0
}
h4 {
	color:#4f4f50;
	font-size: 12px;
	font-weight: 700;
	line-height:34px;
	border-bottom:1px solid #d0d0d2;
	padding:0px 10px;
	/*	Gradient*/
background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 228, 229, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(227, 228, 229, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 228, 229, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 228, 229, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 228, 229, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(227, 228, 229, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e4e5', GradientType=0 );
	/*Shadow*/
-webkit-box-shadow: inset 0px -1px 5px 0px rgba(86, 87, 88, 0.14);
	-moz-box-shadow: inset 0px -1px 5px 0px rgba(86, 87, 88, 0.14);
	box-shadow: inset 0px -1px 5px 0px rgba(86, 87, 88, 0.14);
}
h5 {
	color:#fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing:1px;
	line-height:34px;
	text-transform:uppercase;
	border-bottom:3px solid #b81729;
	text-align:center;
	padding:2px 0;
	background:#d41b2f;
	border-radius: 5px 5px 3px 3px;
	-moz-border-radius: 5px 5px 3px 3px;
	-webkit-border-radius: 5px 5px 3px 3px;
	border: 0px solid #000000;
	-webkit-box-shadow: inset 0px -4px 17px 1px rgba(159, 19, 34, 1);
	-moz-box-shadow: inset 0px -4px 17px 1px rgba(159, 19, 34, 1);
	box-shadow: inset 0px -4px 17px 1px rgba(159, 19, 34, 1);
	text-shadow:-1px -1px #333;
}
p {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.4;
	margin-bottom:5px
}
.parrafo {
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 1px solid #ddd;
	padding:15px;
	background:#FFF;
	text-align: justify;
	text-justify: distribute;
}
.contentparrafo {
	background:#CCC;
	padding:15px 10px;
	background:url(imgs/57b22236.png) repeat
}
/*h5 { font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px; background:#d41b2f; color:#FFF; padding:15px 3%; letter-spacing:0.3px   }*/
.cont {
	margin:0px auto;
	width:100%;
	max-width:990px;
}
.txtcenter {
	text-align:center
}
hr {
	border: 0;
	height: 0;
	margin:0px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/*************************************************************************
 
 LANDING
 
**************************************************************************/

.land_bg { 
/*
GRAdient*/
background: rgba(207,214,218,1);
background: -moz-linear-gradient(top, rgba(207,214,218,1) 0%, rgba(219,226,229,1) 46%, rgba(209,217,218,1) 71%, rgba(189,198,198,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,214,218,1)), color-stop(46%, rgba(219,226,229,1)), color-stop(71%, rgba(209,217,218,1)), color-stop(100%, rgba(189,198,198,1)));
background: -webkit-linear-gradient(top, rgba(207,214,218,1) 0%, rgba(219,226,229,1) 46%, rgba(209,217,218,1) 71%, rgba(189,198,198,1) 100%);
background: -o-linear-gradient(top, rgba(207,214,218,1) 0%, rgba(219,226,229,1) 46%, rgba(209,217,218,1) 71%, rgba(189,198,198,1) 100%);
background: -ms-linear-gradient(top, rgba(207,214,218,1) 0%, rgba(219,226,229,1) 46%, rgba(209,217,218,1) 71%, rgba(189,198,198,1) 100%);
background: linear-gradient(to bottom, rgba(207,214,218,1) 0%, rgba(219,226,229,1) 46%, rgba(209,217,218,1) 71%, rgba(189,198,198,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd6da', endColorstr='#bdc6c6', GradientType=0 );

/*SIze*/
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
/*  height:100%; */

    overflow: auto;


}

.land_logo { padding:3% 0px; text-align:center; }

.land_content { width:98%; vertical-align: middle; max-width:950px; margin:0px auto; padding:1%}
.land_content .box { width:45%; margin:2.5%}
.dos, .uno { float:left;}
.land_content .box img {  max-width: 100%;
	height: auto;}
	
.land_content .box p	{ color:#787d7b; font-size:14px; line-height:18px; margin:6px 0}

.land_content .box h3 { text-transform:uppercase; font-size:30px; margin-bottom:10px}

.land_content .box .red_button { display:inline-block; letter-spacing:1px}

.flecha { background:url(imgs/flecha.png) no-repeat right center; display:inline-block; padding-right:28px ; height:20px; line-height: 2; }
.land_bg { 
/* height: 100%;
 width:100%;  
  min-width: 100%;
  min-height: 100%;  top: 0; 
  left: 0; */
  }
  
  
  .red_button {
	text-align:center;
	background:#d41b2f;
	padding:15px 3%;
	color:#FFF;
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	text-transform:uppercase;
	width:auto;
	border-bottom:3px solid #79101b;
	cursor:pointer;
	/*Rounded border*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	/*gradient*/
	background: -moz-linear-gradient(269deg, #d41b2f 0%, #a61827 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d41b2f), color-stop(100%, #a61827)); /* safari4+,chrome */
	background: -webkit-linear-gradient(269deg, #d41b2f 0%, #a61827 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(269deg, #d41b2f 0%, #a61827 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(269deg, #d41b2f 0%, #a61827 100%); /* ie10+ */
	background: linear-gradient(181deg, #d41b2f 0%, #a61827 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41b2f', endColorstr='#a61827', GradientType=0 ); /* ie6-9 */
}
.red_button:hover {
	background: -moz-linear-gradient(269deg, #E31E31 0%, #a61827 59%, #a61827 98%, #a61827 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E31E31), color-stop(59%, #a61827), color-stop(98%, #a61827), color-stop(100%, #a61827)); /* safari4+,chrome */
	background: -webkit-linear-gradient(269deg, #E31E31 0%, #a61827 59%, #a61827 98%, #a61827 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(269deg, #E31E31 0%, #a61827 59%, #a61827 98%, #a61827 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(269deg, #E31E31 0%, #a61827 59%, #a61827 98%, #a61827 100%); /* ie10+ */
	background: linear-gradient(181deg, #E31E31 0%, #a61827 59%, #a61827 98%, #a61827 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E31E31', endColorstr='#a61827', GradientType=0 ); /* ie6-9 */
}

/*************************************************************************
 
CERTIFICADOS
 
**************************************************************************/
.tres { float:left; width:90%; padding:2% 6%;}
.cert { float:left; width:26%;margin:2%;}
.cert img {
 max-width: 100%;
    height: auto;
	
}


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

.land_content .box { /*float: none;*/
    margin: 0 auto;
    width: 95%;}
	.land_content .box h1 { font-size:40px; line-height:36px}
	.land_content .box h3 { font-size:20px}
	
	
	.land_content {display: flex;
    flex-direction: column;}
	.uno {
    display: block;
    order: 2;
  }
  .dos {
    display: block;
    order: 1;
  }
  .land_logo {
    margin: inherit;
    padding: 5%;
    width: 85%;
}
.land_bg { height:auto }
body { margin:3%; height:93%}
.tres { display: block;
    order: 3;}
}

@media screen and (max-width: 480px) {
  .land_logo { 
 width: 85%;
 margin:0px auto
 
    }
	.land_logo img
	{ max-width: 100%;
	height: auto;}
	/*.box p { display:none}*/
}