

@font-face {
	font-family: 'rgregular';
	src: url('/Content/fonts/HelveticaNeueLTW05-45Light.eot'); /* IE9 Compat Modes */
	src: url('/Content/fonts/HelveticaNeueLTW05-45Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/Content/fonts/HelveticaNeueLTW05-45Light.woff') format('woff'), /* Pretty Modern Browsers */
	url('/Content/fonts/HelveticaNeueLTW05-45Light.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/Content/fonts/HelveticaNeueLTW05-45Light.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
	font-family: 'rgregular';
	color: #919191;
	font-size:16px;
}

a {
	text-decoration: none;
	color: #466EA5;
}

/* TITULO MENU */
h1{
	font-size: 46px;
	color: #ffffff;
}

/* TITULO SLIDER */
h2{
	font-size: 30px;
	color: #ffffff;
}

/* TITULO INTERNA */
h3{
	font-size: 26px;
	color: #466EA5;

}

/* TITULO DESTACADO */
h4{
	font-size: 22px;
	color: #919191;
}

/* TITULO ACCESO DIRECTO */
h5{
	font-size: 20px;
	color: #ffffff;
}

/* COLORES GLOBALES */
.azulMPG{
	color: #466EA5 !important;
}

.naranja1{
	color: #E77C22 !important;
}

.naranja2{
	color: #ED9854 !important;
}

.naranja3{
	color: #EFA365 !important;
}

.azul1{
	color: #3A84B6 !important;
}

.azul2{
	color: #6B9BC4 !important;
}

.azul3{
	color: #7AA5CA !important;
}

.verde1{
	color: #668E83 !important;
}

.verde2{
	color: #8FB3AA !important;
}

.verde3{
	color: #9ABBB3 !important;
}

.gris1 {
  background-color: #F4F4F4;
}

.notaCeleste {
  background-color: #D9F0F9;
  font-size: 16px;
  color: #777777;
  padding: 15px;
}

.notaVerde {
  background-color: 	#668E83;
  font-size: 16px;
  color: white;
  padding: 15px;
}

 .notaGris {
   background-color: 	#F4F4F4;
   font-size: 18 px;
   color: #727272;
   padding: 15px;
 }
 .notaWhite {
   background-color: 	#ffffff;
   font-size: 18 px;
   color: #727272;
   padding: 15px;
 }
 .col_12{
	 width: 100%;
 }


 .col_9{
	 float: left;
	 width: 75%;
 }

 .col_6{
	 float: left;
	 width: 50%;
 }

 .col_4{
	 float: left;
	 width: 33%;
 }


 .col_3{
	 float: left;
	 width: 25%;
 }
 
 @media (max-width: 768px){
	 .col_9, .col_6, .col_4, .col_3{
		width: 100%;
	}
 }