/*     <-------- CSS/CUSTOM.CSS -------->     */

	/* Fonts */
		/* google font imports */
		@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

		@font-face {
		  font-family: "Flaticon";
		  src: url("../fonts/Flaticon.eot");
		  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
			   url("../fonts/Flaticon.woff") format("woff"),
			   url("../fonts/Flaticon.ttf") format("truetype"),
			   url("../fonts/Flaticon.svg#Flaticon") format("svg");
		  font-weight: normal;
		  font-style: normal;
		}

		@media screen and (-webkit-min-device-pixel-ratio:0) {
		  @font-face {
			font-family: "Flaticon";
			src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
		  }
		}

		[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
		[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
		  	font-family: Flaticon;
			font-style: normal;}

		.flaticon-hospital:before { content: "\f100"; }
		.flaticon-research:before { content: "\f101"; }
		.flaticon-landscape:before { content: "\f102"; }

		/* google font imports */
		/* Icons */
		.redesSociales {
			display:inline;
			color:#fff;
			padding:10px;
			font-size:20px;
			background:transparent;
			line-height:2.5;
			width:45px;
			margin:5px;
			-webkit-transition:all 0.5s ease;
			-moz-transition:all 0.5s ease;
			-o-transition:all 0.5s ease;
			transition:all 0.5s ease;
			}
		.facebook:hover{color:#3B5998;}
		.twitter:hover{color:#69b9f6;}
		.linkedIn:hover{color:#1984bc;}
		.whatsapp:hover{color:#07b601}
		.googlemas:hover{color:#CA3625;}
		.skype:hover{color:#00AFF0;}
		.youtube:hover{color:#FF3333;}
		.vimeo:hover{color:#1AB7EA;}
		.instagram:hover{color:#f09433;}
		/* Icons */

	/* Fonts */
	
	.fontLarge{font-size:1.2em;}
.paddingRight7{padding-right:7%;}
	/* Brand Colors */
	.colorBrand{color: #f08000 !important;}
	.colorTwo{color: #23972d !important;}
	.colorWhite{color: #FFF !important;}
	.colorThree{color: #fff !important;}
	.bgLightGray{background: #6f6f71 !important;}
	.bgBrand{background: #f08000 !important;}
	.bgTwo{background: #23972d !important;}
	.bgOffWhite{background: #e5e5e5 !important;}
	.bgDark{background: #bbb !important;}
	.bgLightGray h3{color: #f08000;}
	
	
	.bgLightGray p{color: #fff  ;}
	.textBlack{color: #222 !important; margin:10px 0 !important;}
	/* Brand Colors */

	/* Static Generic Material */
		img{max-width:100%;}
		h1,h2,h3,h4,h5,h6{
			font-family:inherit;
			line-height:1.4;
			color:inherit}
		h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{
			line-height:1.2;
			color:#777}
		h1,h2,h3,h4,h5,h6 {
			margin-top:.8em;
			margin-bottom:.5em}
		h1 small,h2 small,h3 small{
			font-size:65em;}
		h4 small,h5 small,h6 small{font-size:75%}
		h1{font-size:36px}
		h2{font-size:30px}
		h3{font-size:24px}
		h4{font-size:18px}
		h5{font-size:14px}
		h6{font-size:12px}
		p{margin:0 0 10px;font-size:14px}
		a,a:hover,a:focus,a:active,a:visited{text-decoration:none !important;}
		
		
		small {font-size: .85em}

		.colums3{
			-webkit-column-count:3;-moz-column-count:3;column-count:3;
			-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;}
		.noBorder{border:none !important;}

		.tableStyle{border:0 solid #ededed;width:100%;border-radius:4px;}
		.tableStyle th,.tableStyle td{padding:10px 20px;}
		.tableStyle thead tr,.tableStyle tbody tr{border-bottom:1px solid #ededed;}
		.tableStyle tbody tr::last-child{border-bottom:0 solid #ededed;}
		.tableStyle thead th{
			border-bottom:3px solid #dddddd;text-transform:uppercase;}


		.containerFotoGaleria {
			margin-top:0;
			padding-bottom:20px;
			margin-left:-6px;
			margin-right:-6px;
			-webkit-transition:all 0.2s ease;
			-moz-transition:all 0.2s ease;
			-o-transition:all 0.2s ease;
			transition:all 0.2s ease;}
		.containerFotoGaleria:hover{opacity:0.6;}
		.containerFotoGaleria h4{
			text-align:center;
			font-weight:700;
			color:#f08000;}

		.shadowElevated{
			border-radius:10px;
			-webkit-box-shadow:0 20px 20px -18px rgba(0,0,0,0.75);
			-moz-box-shadow:0 20px 20px -18px rgba(0,0,0,0.75);
			box-shadow:0 20px 20px -18px rgba(0,0,0,0.75);}


		/* Hover Effects */

		.darken,
		.glow,
		.grayToColor,
		.colorToGray,
		.grow{
			-moz-transition:all ease 0.5s;
			-webkit-transition:all ease 0.5s;
			-o-transition:all ease 0.5s;
			transition:all ease 0.5s;}


		/* oscurecer */
		.darken{
			-moz-filter:brightness(1);
			-webkit-filter:brightness(1);
			-o-filter:brightness(1);
			filter:brightness(1);}
		.darken:hover{
			-moz-filter:brightness(0.5);
			-webkit-filter:brightness(0.5);
			-o-filter:brightness(0.5);
			filter:brightness(0.5);}
		/* oscurecer */

		/* brillar */
		.glow{
			-moz-filter:brightness(0.6);
			-webkit-filter:brightness(0.6);
			-o-filter:brightness(0.6);
			filter:brightness(0.6);}
		.glow:hover{
			-moz-filter:brightness(1.5);
			-webkit-filter:brightness(1.5);
			-o-filter:brightness(1.5);
			filter:brightness(1.5);}
		/* brillar */

		/* gris a color */
		.grayToColor{
			filter:grayscale(.9);
			-webkit-filter:grayscale(.9);
			-moz-filter:grayscale(.9);
			-o-filter:grayscale(.9);
			-ms-filter:grayscale(.9);}
		.grayToColor:hover{	
			filter:grayscale(0);
			-webkit-filter:grayscale(0);
			-moz-filter:grayscale(0);
			-o-filter:grayscale(0);
			-ms-filter:grayscale(0);}
		/* gris a color */

		/* color a gris */
		.colorToGray{
			filter:grayscale(0);
			-webkit-filter:grayscale(0);
			-moz-filter:grayscale(0);
			-o-filter:grayscale(0);
			-ms-filter:grayscale(0);}
		.colorToGray:hover{	
			filter:grayscale(.9);
			-webkit-filter:grayscale(.9);
			-moz-filter:grayscale(.9);
			-o-filter:grayscale(.9);
			-ms-filter:grayscale(.9);}
		/* color a gris */

		/* agrandar */
		.grow:hover{transform:scale(1.3);}
		/* agrandar */

		/* Hover Effects */

	/* Static Generic Material */

	/* Customizable Generic Material */
	
		/* Structural */

		#wrapper{
			font-family:'Open Sans',sans-serif;
			display:block;
			width:100%;
			margin:0 auto;
			padding:0;
			max-width:1366px;
			box-shadow:0 0 120px rgba(0,0,0,0.5);
			border:0 solid rgba(0,0,0,0.25);	
			background:#333;
			overflow: hidden;
		}

		.well {
			min-height:20px;
			padding:19px;
			margin-bottom:20px;
			background-color:#f5f5f5;
			border:1px solid #e3e3e3;
			border-radius:4px;
			-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
			box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
		}
		#contactoMapa{
			width:100%;
			margin:0 auto;
			height:500px;
			text-align:center;
			line-height:1.35;
			overflow:hidden;
			white-space:nowrap;}
		#contactoMapa img{max-width:inherit;}
		
		#contactForm label{color:#FFF;}

		#footercontainer{
			clear:both;
			width:100%;
			padding:50px 0;
			margin:0 auto;
			background:#333;
			overflow:hidden;}		
		footer{clear:both;width:90%;margin:0 auto;padding:0;}
		footer h4{color:#f08000;}
		footer a,
		footer a:visited{text-decoration:none;color:#fff;}		
		footer a:hover,
		footer a:active,
		footer a:focus{outline:0;text-decoration:none;color:#f08000;}
		footer p{
			margin:5px auto;
			padding:0;
			font-size:14px;
			color:#eee;}
		div.gradientDestacado{
			-moz-border-image: -moz-linear-gradient(left,#3333 0,#555555 100%);
			-webkit-border-image: -webkit-linear-gradient(left,#333333 0,#555555   100%);
			border-image: linear-gradient(to right,#333333 0,#555555   100%);
			border-image-slice: 1;margin: 15px auto;
		}
		div.divRecaptcha{width: 67%;margin: 0 auto;}
		div.innerContent{}
		div.innerContent h2{color: #f08000}
		div.innerContent h3{}
		div.innerContent h4{}
		div.innerContent p{margin: 8px 0;font-size: 16px;}
		div.innerContent li{}
		div.innerContent a,div.innerContent a:visited{color:#f08000;}
		div.innerContent a:hover{color:#cd4a00;}
		div.innerContent img{max-width:100%;}
		div.innerContent ul{list-style:none;padding:0;}
		div.innerContent li{padding-left:1.3em;}
		div.innerContent li.check:before {
		  content:"\f00c"; /* FontAwesome Unicode */
		  font-family:FontAwesome;
		  display:inline-block;
		  margin-left:-1.3em; /* same as padding-left set on li */
		  width:1.3em; /* same as padding-left set on li */
		}
		/* Structural */

		/* Imagenes */
		.imgRedondas{border-radius:50%;}
		.imgCenter{margin-left:auto;margin-right:auto;}
		/* Imagenes */

		/* Lines */
		
		
		/* Title Details */
		.h1Border100White,
		.h1Border100Black,
		.h1Border100 {
			/*background: transparent url(../images/border-top.png) 0 0 no-repeat;
			background-size: 100%;*/
			overflow:hidden;
			text-align: center;
			font-weight: 400;
			text-transform: uppercase;
		}
		.h1Border100White{color: #FFF;}
		.h1Border100Black{color: #FFF;}
		.h1Border100 {color: #111; margin:0;}

		.h1Border100White span,
		.h1Border100Black span,
		.h1Border100 span{display:inline-block;position:relative;}

		.h1Border100White span i,
		.h1Border100Black span i,
		.h1Border100 span i{text-decoration: none;font-style: normal; display:inline-block;height:58px;width:30px;
			width: 0;
			height: 0;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-top: 16px solid #FFF;}
		.h1Border100White span i{
			width: 0;
			height: 0;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-top: 16px solid #FFF;}


		
		.h1Border100White span:before,
		.h1Border100Black span:before,
		.h1Border100 span:before,
		.h1Border100White span:after,
		.h1Border100Black span:after,
		.h1Border100 span:after{
		  content: "";
		  position:absolute;
		  height: 0;
		  top: 50%;
		  width:1000%;
		}
		
		
		
		.h1Border100Black span:before,
		.h1Border100Black span:after{border-top:1px solid #333 ;}
		
		.h1Border100White span:before,
		.h1Border100White span:after{border-top:1px solid #FFF ;}
		
		.h1Border100 span:before,
		.h1Border100 span:after{border-top:4px dotted #FFF ;}
		
		
		.h1Border100 span:before,
		.h1Border100White span:before,
		.h1Border100Black span:before{right:100%;margin-right:50px;}
		.h1Border100 span:after,
		.h1Border100White span:after,
		.h1Border100Black span:after{left:100%;margin-left:50px;}
		
		
		.hrTop100{
			margin:0 auto 20px;
			border:0;
			height:0;
			width:100%;
			border-top:#f08000 5px solid;}
		.hrSmall{
			margin:15px auto;
			border:0;
			height:0;
			width:40px;
			border-top:#f08000 1px solid;}
		.hr100{
			margin:0px auto;
			border:0;
			height:0;
			width:100%;
			border-top:#f08000 3px solid;}
			
		.hrSmallLeft{
			margin:15px 0;
			border:0;
			height:0;
			width:80px;
			border-top:#f08000 1px solid;}
			
		.hrSmallLeftWhite{
			margin:15px 0;
			border:0;
			height:0;
			width:80px;
			border-top:#fff 1px solid;}
			
		.hrLight{
			margin:0;
			border:0;
			height:0;
			border-top:rgba(255,255,255,0.25) 1px solid;
			border-bottom:rgba(255,255,255,0.1) 1px solid;}
		.hrDark{
			margin:0;
			border:0;
			height:0;
			border-top:rgba(0,0,0,0.25) 1px solid;
			border-bottom:rgba(0,0,0,0.1) 1px solid;}
		div.gradientLine {
			-moz-border-image:-moz-linear-gradient(left,rgba(222,91,4,1) 0,rgba(222,91,4,1)80%,rgba(222,91,4,0) 100%);
			-webkit-border-image:-webkit-linear-gradient(left,rgba(222,91,4,1) 0,rgba(222,91,4,1) 80%,rgba(222,91,4,0) 100%);
			border-image:linear-gradient(to right,rgba(222,91,4,1) 0,rgba(222,91,4,1) 80%,rgba(222,91,4,0) 100%);
			border-image-slice:1;
			margin:15px auto;}
		/* Lines */

		/* Buttons */

		.verMas1 {
			-webkit-font-smoothing:antialiased;
			position:relative;
			padding:.8em 2em .8em 1em;
			background:#f08000;
			border-radius:4px;
			color:#FFF;
			transition:.2s;
			font-weight:bold;
			text-align:center;
			display:block;
			width:75%;
			margin:0 auto;
		  	min-width:12em;
		}
		.verMas1:hover{color:#FFF;background:#f08000;text-decoration:none;}
		.verMas1:active,
		.verMas1:focus{background:#FFFF;outline:none;}
		.verMas1:after{
			position:absolute;
			top:0;
			bottom:0;
			right:0;
			padding-top:inherit;
			padding-bottom:inherit;
			width:2.8em;
			content:"\f178";
			font-family:'FontAwesome',sans-serif;
			font-size:1.2em;
			text-align:center;
			transition:.2s;
		}
		.verMas1:hover:after{
			-webkit-animation:bounceright .3s alternate ease infinite;
			animation:bounceright .3s alternate ease infinite;
		}
		
		.verMas2,
		.verMas2:visited {
			-webkit-font-smoothing: antialiased;
			position: relative;
			padding: 1.3em 1em 1.3em 1em;
			background: #047327;
  			border-radius: 2px;
			color: #ffffff;
			transition: .2s;
			font-weight: 700;
			text-align: center;
			display: block;
   			 max-width: 140px;
			margin: -42px 0 0;
			float:right;
			text-transform:uppercase;
		}
		
		.verMas2:hover,		
		.verMas2:active,
		.verMas2:focus{background:#fcb21d;outline:none;color:#333;}
		/*.verMas2:hover:after{
			-webkit-animation:bounceright .3s ease infinite alternate;
			animation:bounceright .3s ease infinite alternate;
		}*/

			
			

		/* Buttons */

		/* Nav Menu */



		#certs {
			margin: 7px 10px 7px auto;
			display: block;
			padding: 3px 15px;
			color: #FFF;
			max-width: 200px;
			text-align: center;
			letter-spacing: 2px;
			border-radius: 2px;}
		
		

		.navbar{
			margin-bottom:0;border:0 solid transparent;
			position: relative;
			width: 100%;
		}
		nav.navbar-fixed-top{left:auto;right:auto;max-width:1366px;width:100%;border:none;}
		.navbar-header{width:20%;margin:0 0 0 5% !important;float: left;}
		.navbar-collapse{width:55%;margin:35px 5% 0 15% !important;float: left;}
		ul.nav.navbar-nav{width:100%;}
		
		#divLogo {
			padding: 10px;  /*relacion con .imgLogo{max-height}/ relacion con .navbar li a{line-height} /*/
			overflow: hidden;
			margin: 0 auto;
			text-align:center;
		}
		
		.imgLogo{
			padding: 0;
			margin: 0 0 0 15px;
			max-height:100px;}
		.imgLogoFooter{
			padding: 0;
			margin:15px;
			max-height:140px;}
		.navbar-brand {
			display:block;
			float: inherit;
			height: initial;
			padding: initial;
			line-height: initial;
			font-size: initial;
			margin: 0 !important;
    		border: 0 solid transparent !important;
    		background: transparent !important;
		}
		.navbar-default .navbar-nav>li>a{color:#fff;border-top:0 solid transparent;}
		.navbar span {padding:0;color: #666;}
		.navbar-default .navbar-collapse, 
		.navbar-default .navbar-form{border-color:transparent;border-bottom:0 solid transparent;}
		.navbar-default{background-color:#6f6f71;border-color: transparent;}
		.navbar li {border:0px solid #fff; margin:0;padding: 0;}
		.navbar li:nth-child(1){width:12%;}
		.navbar li:nth-child(2){width:18%;}
		.navbar li:nth-child(3){width:18%;}
		.navbar li:nth-child(4){width:34%;}
		.navbar li:nth-child(5){width:18%;}
		
	
		
		.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li >a:focus,.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav >.active>a:hover,.navbar-default .navbar-nav>.active > a:focus {
			color: #f08000;/*hover / active*/
			background-color: transparent;
		}
		.navbar li a{line-height:60px;text-align:center;padding:0;margin:0; text-transform: uppercase; font-weight:700; letter-spacing:1px;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;}
		
		.navbar li p{margin:0;}
		.navbar li p a span{display: inline; margin:0 5px;padding: 12px;font-size:16px}
		
		.navbar-nav>li>ul.dropdown-menu{width:100%;}
		.navbar li li{width:100%;text-align:center;padding:5px 10px;}	
		.navbar li li a{line-height:3em;}
		.dropdown-menu>.active>a{background-color:#f08000}
		/* Nav Menu */

		
		
		
		/* Nav Menu */


	/* Customizable Generic Material */

	/* Site Custom CSS */

		#indexLema  {background: #eee;}
		#indexLema h3 {text-align: center;}

		#indexDestacados  {}
		#indexDestacados h1{text-align:center;color:#111;font-weight:300;}
		#indexDestacados h2{text-align:center;color:#111;font-size:24px;}
		#indexDestacados p{text-align:center;padding:20px;color:#333;}
		#indexDestacados hr{height: 0;border-top: 2px solid #f08000;margin:10px auto; width:20%;;text-align:center;}
		#indexDestacados span{
			text-align:center;
			color:#f08000;
			font-size:80px;
			font-style:normal;
			display:block;
			margin:0 auto;}

		#indexCoda{
			background:#f08000 url("../images/bg-index-bottom.jpg");
			background-repeat:repeat;
			background-position:center; 
			background-size:100%;
			width:100%;
			height:auto;
			padding: 0;
			margin:0;}
		#indexCoda h1{
			color: #FFF;
			padding: 0px 0;
			width: 80%;
			font-weight: 300;
			text-align: center;
			margin: 5px auto;
			font-size: 40px;}
			
		#indexCoda span{color:#f2cf10;}
		
		.boxDestacados{
			padding:15px;
			background: #f08000 ;
		}

		.boxDestacados h4{ color:#111; font-size:16px; margin-top:0px; margin-bottom:0px; font-weight:400;}

		.titleSpecial {
			position:relative;
			font-family: 'Comic Sans MS', cursive;
			margin: 10px auto;
			font-size: 36px;
			line-height: 1.2em;
			color: #000;
			text-align: left;
			/*margin-bottom: 15px;*/
		   /*text-shadow: 0 0 5px rgba(0,0,0,0.85);*/
		}
		.titleSpecial big{font-size:1.8em;}
		.hrtitleSpecial{
			margin:15px 0;
			border:0;
			height:0;
			width:50px;
			border-top: 2px solid #f08000;

		}

		#innerTitle{
			background:#f08000 url("../images/bg/inner-title.jpg") 100%/cover;
			background-position:center;}

		#innerTitle01, #innerTitle02, #innerTitle03, #innerTitle04, #innerTitle05 {
			background-repeat:no-repeat;
			background-position:center; 
			background-size:100%;
			width: 100%;
    		min-height: 562px;
			padding: 0;
			margin: 0;
		}
		#innerTitle01 {background:#f08000 url(../images/bg/inner-title-01.jpg) 100%/cover;}
		#innerTitle02 {background:#f08000 url(../images/bg/inner-title-02.jpg) 100%/cover;}
		#innerTitle03 {background:#f08000 url(../images/bg/inner-title-03.jpg) 100%/cover;}
		#innerTitle04 {background:#f08000 url(../images/bg/inner-title-04.jpg) 100%/cover;}
		#innerTitle05 {background:#f08000 url(../images/bg/inner-title-05.jpg) 100%/cover;}
		
		#innerTitle01 h4, #innerTitle02 h4, #innerTitle03 h4, #innerTitle04 h4 ,#innerTitle05 h4{
			color: #333;
			padding: 10px 0;
			text-align: left;
			margin: 10px auto;
			text-transform: uppercase;
			font-weight: 700;
		}

		#innerTitle h1{
			color:#FFF;
			text-align:center;
			padding:40px;
			font-size:40px;
			margin:0 auto;}

		#innerLema{background: #eee;}
		#innerTitle Lema{
			color:#fff;
			text-align:center;
			padding:40px;
			font-size:40px;
			margin:0 auto;}

		#franja{
			overflow: hidden;
			background: #222;
			padding: 50px 5%;
    		text-align: center;
		}

		#franja h3{
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			letter-spacing: 2px;
			color: #fff;
			font-weight: 700;
			font-size: 1.5vw;
			width: 70%;
			margin-left: 5%;}
		#franja span {
			text-align: center;
			font-size: 1.6vw;}

		#franja .certsInput{
			float: left;
			width: 30%;
			margin: 20px 5% 0px;
		    padding: 1.4em 1em 1.4em 1em;}

		#franja .certsBtn,
		#franja .certsBtn:visited {
			-webkit-font-smoothing: antialiased;
			position: relative;
			padding: 0.8em 2em 0.8em 2em;
			background: #f08000;
			float: right;
			border: none;
			letter-spacing: 1px;
			border-radius: 2px;
			color: #FFF;
			font-size: 1vw;
			transition: .5s;
			font-weight: 700;
			text-align: center;
			display: block;
			width: 25%;
			margin: -2.5em 0 0px 0px;
			text-transform: uppercase;}

		#franja .certsBtn:hover,
		#franja .certsBtn:active,
		#franja .certsBtn:focus{background-color: #FFF !important;;outline:none;color:#f08000;text-decoration:none;border:none;}


		
		/* Icons */


		.listSeccion{padding:0;font-size:12px;}
		.listCodigo{
			display:block;
			height: 50px;
			overflow: hidden;
			float:left;
			width:15%;
			margin:0;
			border:1px solid #eee;
			padding:5px;}
		.listNombre{
			display:block;
			height: 50px;
			overflow: hidden;
			float:left;
			width:45%;
			margin:0;
			border:1px solid #eee;
			padding:5px;}
		.listPresentacion{
			display:block;
			height: 50px;
			overflow: hidden;
			float:left;
			width:15%;
			margin:0;
			border:1px solid #eee;
			padding:5px;}
		.listDownload{
			display:block;
			height: 50px;
			overflow: hidden;
			float:left;
			width:12.5%;
			margin:0;
			border:1px solid #eee;
			padding:5px;}


	#listTitleRow1,
	#listTitleRow2 {
		background:#e5e5e5;
		font-weight: bold;
		font-size:16px;
		overflow: hidden;}

	#listTitleRow1 span.listCodigo,
	#listTitleRow2 span.listCodigo{}

	#listTitleRow1 span.listNombre,
	#listTitleRow2 span.listNombre{}

	#listTitleRow1 span.listPresentacion,
	#listTitleRow2 span.listPresentacion{}

	#listTitleRow1 span.listDLTtile,
	#listTitleRow2 span.listDLTtile{
		display:block;
		float:left;
		width:12.5%;
		margin:0;
		border:1px solid #eee;
		padding:5px;
		height: 50px;
		overflow: hidden;}
		
		.imgIndexBottom {height: 100%;}


	/* End Inner Pages */


	/* Start Responsive */

		/* Big Screens */
			@media screen and (min-width: 1920px) {
			}
		/* Big Screens */

		/* Tablets y PC */
			@media screen and (max-width: 1280px){  
				nav li a {font-size: 13px}
				
				.bgLightGray h3 {margin-top:0;}
			}

			@media screen and (max-width: 1112px){  
				nav li a {font-size: 12px;}
			}

			@media screen and (max-width: 1049px){  
				nav li a {font-size: 11px;}
			}

			@media screen and (max-width: 1024px){  
				nav li a {font-size: 10px;}
			}

			@media screen and (max-width: 800px){
				nav li a {font-size: 9px;}
				.paddingRight7{padding-right:3.5%;padding-left:3.5%;}
			}

			@media screen and (max-width: 768px){
			}
		/* Tablets y PC */


			@media screen and (max-width: 767px){
				ul.nav.navbar-nav {width:100% !important;margin:0 !important;padding-bottom: 10px;}
				.navbar li {width:100% !important;margin:0 !important;}
				.navbar li a{font-size:14px;height: 2em;text-align: center;line-height: 2em}
				.imgLogo{margin:0 auto;}
				.navbar-toggle{position: absolute;right:10px;}
				.navbar-header{width:90%;margin:0 5%;}
				
				.navbar-header{width:100%;margin:0 !important;}
				.navbar-collapse{width:100%;margin:0 !important;}
				
				.bgLightGray h3 {margin-top:0;}
				
				#franja{padding: 20px 5%;}

				#franja h3{
					font-size: 2vw;
					width: 90%;
					margin-left: 5%;}
				#franja span {
					text-align: center;
					font-size: 2.5vw;}

				#franja .certsBtn,
				#franja .certsBtn:visited {
					font-size: 2.5vw;
					width: 90%;
					margin: 1.5em 5% 0;}
				
				.navbar-brand {
					display: block;
					float:none;
					margin-left: auto;
					margin-right:auto;}
				
				.imgLogoFooter {
					display: block; 
					margin-left: auto;
					margin-right:auto;}
				
			}

		/* Celu horizontal */
			@media screen and (max-width:736px){  
			}

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

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

			@media screen and (max-width:568px){  
			}
		/* Celu horizontal */

		/* Celu vertical */
			@media only screen and (max-width:480px){
				footer{width:95%;}
				footer p{text-align:center;}
				#contactoMapa {
					width:98%;
					margin:0 auto;
					height:300px;}
				#contactoMapa img{max-width: inherit;}
				#contactForm{
					position:relative;
					width:98%;
					margin:0 auto;}
			}

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

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

			@media screen and (max-width: 320px){  
			}
		/* Celu vertical */

	/* End Responsive */