@font-face {
	font-family: 'regular';
		src: url('../../fonts/MerriweatherSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/MerriweatherSans-Regular.otf')  format('opentype'),
	    url('../../fonts/MerriweatherSans-Regular.woff') format('woff'),
		url('../../fonts/MerriweatherSans-Regular.ttf')  format('truetype'),
		url('../../fonts/MerriweatherSans-Regular.svg#MerriweatherSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'book';
		src: url('../../fonts/MerriweatherSans-Book.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/MerriweatherSans-Book.otf')  format('opentype'),
	    url('../../fonts/MerriweatherSans-Book.woff') format('woff'),
		url('../../fonts/MerriweatherSans-Book.ttf')  format('truetype'),
		url('../../fonts/MerriweatherSans-Book.svg#MerriweatherSans-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'ProximaNova';
		src: url('../../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../../fonts/ProximaNova-Regular.ttf')  format('truetype'),
		url('../../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

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


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

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
*:focus
{
	outline:0px;
}
a:hover img {
    opacity: 0.8;
}
.clear
{
	clear:both;
}
.containerCenter
 {
    margin:0 auto;
    width: 1140px;
}
#containerHeader-Top
{
    width: 100%;
    background: #02529C;
    padding-top: 8px;
    padding-bottom: 7px;
}
#containerHeader-Top .buttonRegister-Top
{
	font: 12px book;
    color: #fff;
    line-height: 13px;
    text-decoration: none;
    background: #279f1a;
    padding: 7px 12px 7px 12px;
    border-radius: 3px;
    float: left;
    margin-top: 5px;
}
#containerLogin-Top {
    float: right;
}
#containerLogin-Top input[type="text"], #containerLogin-Top input[type="password"]{
    float: left;
    text-indent: 10px;
    margin-right: 10px;
    border-radius: 3px;
    border: none;
    font: 12px book;
	line-height:24px;
	width:153px;
}
#containerLogin-Top input[type="submit"]
{
    padding: 0px 10px;
    font: 12px book;
    color: #fff;
    text-decoration: none;
    background: #279f1a;
    border-radius: 3px;
    border: none;
    float: left;
    height: 26px;
	cursor:pointer;
}
#containerLogin-Top .buttonReset-Password-Top {
    color: #afd9ff;
    font: 10px sans-serif;
    float: right;
    margin-top: 4px;
	text-decoration:none;
}
#containerLogin-Top .buttonReset-Password-Top:hover {
    color: #fff;
	text-decoration:underline;
}
#containerHeader-Nav
{
	width: 100%;
    background: #F5F5F5;
    padding-top: 28px;
    padding-bottom: 25px;
}
#containerItems img
{
    padding: 0px !important;
}

#containerHeader-Nav .logo
{
	float:left;
}
#containerHeader-Nav .logo img
{
	display:block;
}
#containerHeader-Nav nav
{
    float: right;
    margin-top: 15px;
}
#containerHeader-Nav  li
{
	list-style:none;
	position:relative;
}
#containerHeader-Nav a
{
    font: 13px book;
    color: #616161;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    display: block;
}

/* Nav */
#containerHeader-Nav nav > ul > li
{
	float:left;
}
#containerHeader-Nav nav > ul > li > a
{
    padding: 10px;
	line-height: 20px;
}
#containerHeader-Nav nav > ul > li > a:hover
{
    background:#eeeeee;
}

/*Sub Nav*/
#containerHeader-Nav nav > ul > li > ul {
    position: absolute;
    top: auto;
    left: 0px;
    z-index: 1000;
    padding: 5px 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;

	visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.5s linear;
}
#containerHeader-Nav nav > ul > li > ul  > li > a
{
    padding: 3px 20px;
    white-space: nowrap;
}
#containerHeader-Nav nav > ul > li > ul  > li > a:hover {
    color: #262626;
    background: #f5f5f5;
}
#containerHeader-Nav nav > ul > li:hover > ul
{
    visibility: visible !important;
    opacity: 1 !important;
    transition-delay: 0s !important;
}
#containerHeader-Nav nav > ul > li:hover > a
{
    background:#eeeeee;
}



/*Sub Sub Nav*/

#containerHeader-Nav nav > ul > li > ul  > li > ul {
    position: absolute;
    top: -6px;
    right: 260px;
    z-index: 1000;
    padding: 5px 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;

	visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.5s linear;
}
#containerHeader-Nav nav > ul > li > ul  > li > ul > li > a {
    padding: 3px 20px;
    white-space: nowrap;
}
#containerHeader-Nav nav > ul > li > ul  > li > ul > li > a:hover {
    color: #262626;
    background: #f5f5f5;
}

#containerHeader-Nav nav > ul > li > ul  > li:hover > ul
{
    visibility: visible !important;
    opacity: 1 !important;
    transition-delay: 0s !important;
}
#containerHeader-Nav nav > ul > li > ul  > li:hover  > a
{
    color: #262626;
    background: #f5f5f5;
}

#containerSlider
{
	width: 100%;
	height:600px;
    background: #F5F5F5;
	position: relative;
    background: url("../../images/sliderHome.jpg") no-repeat #000;
    background-size: cover;
    background-position: center;
	display: table;
	text-align:center;
}
.alignVertical {
    display: table-cell;
    vertical-align: middle;
}
#containerSlider h4
{
    position: relative;
    display: inline-block;
    font:40px ProximaNova;
	color:#fff;
    font-weight: bold;
}
#containerSlider h4:before, #containerSlider h4:after {
    content: "";
    width: 160px;
    background: #fff;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 50%;
}
#containerSlider h4:before {
    left: 100%;
    margin-left: 50px;
}
#containerSlider h4:after {
    right: 100%;
    margin-right: 50px;
}
#containerSlider h1 {
    letter-spacing: 1px;
    color: #fff;
    font: 80px regular;
    font-weight: bold;
    line-height: 60px;
    display: block;
    margin-top: 20px;
}
#containerSlider .layerText-Slider
{
    color: #fff;
    font: 18px regular;
	text-transform:uppercase;
	margin-top:40px;
}
#containerSlider .layerText-Slider ul li
{
    list-style: none;
    line-height: 18px;
    margin-bottom: 17px;
}
#containerSlider a
{
    padding: 15px 40px;
    color: #fff;
    font: 18px regular;
    border-radius: 40px;
    font-size: 14px;
    text-transform: uppercase;
    background: #00529b;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
    border: none;
    text-decoration: none;
    margin-top: 40px;
    display: inline-block;
}
#containerSlider a:hover {
    background: #ffffff;
    color: #212121;
}
#containerHome {
    background: #F2F2F2;
	padding-top:60px;
	padding-bottom:80px;
	text-align:center;
	color: #333333;
}
#containerHome h2{
    font:30px Italic;
}
#containerHome h3 {
	font: 36px regular;
    line-height: 70px;
    color: #065799;
    margin-top: 35px;
    font-weight: bold;
}
#containerBlock {
    margin-top: 50px;
}
#containerBlock ul li {
    padding-right: 15px;
    padding-left: 15px;
	width:25%;
	float:left;
	list-style:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#containerBlock ul li  .imageBlock
{
	width:100%;
	height:238px;
	overflow:hidden;
}
#containerBlock ul li  .imageBlock img {
    width: 100%;
    height: auto;
	display:block;
}
#containerBlock ul li  .blockBottom {
    padding: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
	background:#fff;
}
#containerBlock ul li  .blockBottom a {
    font: 20px regular;
    line-height: 20px;
    color: #065799;
    font-weight: bold;
    display: block;
    text-align: left;
    text-decoration: none;
}
#containerBlock ul li  .blockBottom a:hover {
    text-decoration: underline;
}
#containerBlock ul li  .blockBottom span {
    font: 14px regular;
    line-height: 20px;
    color: #333333;
    display: block;
    text-align: left;
	padding-top:2px;
}
#containerFooter-Top
{
    background: url(../../images/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover ;
    padding: 125px 0px 125px 0px;
	text-align:center;
}
#containerFooter-Top .subTitle-Footer-Top
{
    text-transform: uppercase;
    color: #fff;
    font: 16px regular;
    font-weight: bold;
    margin-bottom: 12px;
}
#containerFooter-Top .titleFooter-Top
{
    text-transform: uppercase;
    color: #fff;
    font: 24px regular;
    font-weight: bold;
    margin-bottom: 40px;
}
#containerFooter-Top .buttonFooter-Top {
    display: table;
    margin: 0 auto;
}
#containerFooter-Top .buttonFooter-Top  a
{
    padding: 15px 40px;
    color: #fff;
    font: 18px regular;
    border-radius: 40px;
    font-size: 14px;
    text-transform: uppercase;
    background: #00529b;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
    border: none;
    text-decoration: none;
    display: inline-block;
	margin-left:10px;
	margin-right:10px;
}
#containerFooter-Top .buttonFooter-Top  a:hover {
    background: #ffffff;
    color: #212121;
}
#containerFooter-Center
{
    background:#222222;
    padding: 53px 0px 30px 0px;
	text-align:center;
}
#containerFooter-Center nav ul
{
    font-size:0px;
}
#containerFooter-Center nav ul li
{
    list-style:none;
	display:inline-block;
	margin-right: 10px;
}
#containerFooter-Center nav ul li  a
{
    padding: 0px 5px;
    color: #b1b1b1;
	font: 18px regular;
	font-weight: bold;
	text-decoration:none;
}
#containerFooter-Center nav ul li  a:hover
{
    color: #fff;
}
#containerFooter-Center  .lineText-Footer
{
    color: #b1b1b1;
    font: 18px regular;
    font-weight: bold;
    display: block;
    margin-top: 40px;
}
#containerFooter-Center  .dataContact-Footer
{
    color: #787878;
    font: 18px regular;
    display: block;
    margin-top: 20px;
    line-height: 35px;
}

#containerFooter-Down{
    background: #1a1a1a;
    color: #5f5f5f;
    text-align: center;
	font: 13px regular;
    padding: 30px 0px 30px 0px;
}
#backtotop 
{
    background: url("../../images/backtotop.png") no-repeat center center;
    bottom: 20px;
    cursor: pointer;
    height: 70px;
    position: fixed;
    right: 20px;
    width: 70px;
    z-index: 1;
	display:none;
}
#backtotop:hover {
    opacity: 0.8;
}
#containerBlock-Banner {
    position: relative;
    padding-top: 55px;
    padding-bottom: 70px;
    background: #e4e4e4;
}
#containerBlock-Banner h1 {
	font: 36px regular;
    color: #065799;
}
#containerBlock-Banner h2 {
    font: 24px regular;
    width: 55%;
    margin-top: 20px;
    color: #444343;
    line-height: 34px;
}
#containerThe-Content
{
    position: relative;
    padding-top: 35px;
    padding-bottom: 60px;
    background: #F5F5F5;
}
#containerLeft
{
    width:830px;
	float:left;
}
#theContent
{
    width:100%;
	font: 16px regular;
	line-height: 2em;
    color: #333333;
	position: relative;
    background: #F5F5F5;
}
#theContent p
{
    margin: 0 0 10px;
}
#theContent strong , #theContent b
{
    font-weight:bold;
}
#theContent h2
{
    font: 30px Helvetica;
    margin-top: 20px;
    margin-bottom: 10px;
}
#theContent ul
{
    margin-left:20px;
}
#theContent a
{
    color: #2a6496;
	text-decoration:none;
}
#theContent a:hover
{
	text-decoration:underline;
}
#containerSidebar
{
    width:260px;
	float:right;
}
#containerSidebar h3
{
    font: 24px regular;
    color: #065799;
    margin-top: 2px;
    margin-bottom: 10px;
	color: #333333;
}
#containerSidebar li {
    position: relative;
    display: block;
    list-style: none;
}
#containerSidebar nav > ul > li > a {
    padding: 5px 10px;
    font: 15px regular;
    position: relative;
    display: block;
	color: #065799;
    text-decoration: none;
	line-height: 2em;
}
#containerSidebar nav > ul > li > a:hover {
    color: #fff !important;
    background-color: #165993 !important;
}
#containerSidebar nav > ul > li > ul {
    margin-top:8px;
    margin-bottom:5px;
    margin-left: 20px;
}
#containerSidebar nav > ul > li > ul  > li > a{
    padding: 5px 10px;
    font: 15px regular;
    position: relative;
    display: block;
    text-decoration: none;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}
#containerSidebar nav > ul > li > ul  > li > a:hover {
    color: #fff !important;
    background-color: #165993 !important;
}
#containerFilter
{
	display:block;
	width:100%;
	margin-top:50px;
}
#containerFilter h5
{
	font: 16px regular;
    color: #333333;
	font-weight:bold;
	padding-bottom:5px;
}

#containerFilter select {
    display: block;
    width: 167px;
    height: 34px;
    padding: 6px 12px;
	font: 14px regular;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	float:left;
}
#containerFilter button {
    padding: 15px 40px;
    color: #fff;
    font: 18px regular;
    border-radius: 40px;
    font-size: 14px;
    text-transform: uppercase;
    background: #5BC0DE;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -7px;
	cursor:pointer;
}
#containerResults-Filter
{
	margin-top:50px;
	width:100%;
}
#containerResults-Filter ul li
{
	width:100%;
	list-style:none;
    margin-bottom: 50px;
}
#containerResults-Filter .containerPhoto
{
	width:185px;
	float:left;
}
#containerResults-Filter .containerPhoto img
{
	width:100%;
	height:auto;
	display:block;
}
#containerResults-Filter  .containerText-Filter
{
	width:calc(100% - 210px);
	float:right;
}
#containerResults-Filter  .containerText-Filter h3
{
    display: block;
    color: #333333;
    font: 25px ProximaNova;
    margin-bottom: 15px;
}
#containerResults-Filter  .descriptionResult
{
    font: 16px regular;
    line-height: 2em;
    color: #333333;
}
#containerResults-Filter  .descriptionResult a
{
    color: #065799;
	text-decoration:none;
}
#containerResults-Filter  .descriptionResult a:hover
{
    text-decoration:underline;
}
#containerPDF
{
	margin-top:50Px;
}

#containerPDF li
{
	text-align:center;
	width:200px;
	height:320px;
	margin-right:25px;
	float:left;
	list-style:none;
	position:relative;
}
#containerPDF li a
{
	line-height: 20px;
	color:#fff;
	text-decoration: none;
	font: 18px regular;
	display: table;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
#containerPDF li a span
{
	display: table-cell;
	vertical-align: middle;
}
#containerPDF li img
{
	width:100%;
	height:auto;
	display:block;
}
#containerPDF  ul li:hover a {
    visibility: visible !important;
    opacity: 1 !important;
    transition-delay: 0s !important;
}
#containerFull
{
    width:100%;
}
.blockSidebar {
    float: right;
    width: 440px;
    margin-left: 38px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(77,156,47,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(77,156,47,1);
    box-shadow: 0px 0px 5px 0px rgba(77,156,47,1);
    padding: 17px 26px 23px 30px;
    margin-bottom: 30px;
	box-sizing: border-box;
}

.blockSidebarBottom
{
	text-align:center;
	font-size:0px;
	margin-top: 10px;
}
.blockSidebarBottom a
{
	height: 40px;
    color: #FFF !important;
    border-radius: 10px;
    display: inline-block;
    margin-right: 30px;
    margin-left: 30px;
    font: 16px regular;
    line-height: 40px;
    text-decoration: none;
}
.loginSidebar
{
	background: #1B64A9;
	width: 92px;
}
.signupSidebar
{
	background: #4E9C30;
	width: 103px;
}
.vcaButton
{
	background: #1B64A9;
	padding-right: 10px;
    padding-left: 10px;
	margin-top:10px;
}
#containerVideo-Education
{
	margin-top:20px;
}
#containerVideo-Education  .blockCourse {
    float: left;
    background: url(../../images/blockCourse.png);
    background-size: cover;
    width: 200px;
    height: 140px;
    margin-right: 13px;
    padding: 10px;
    color: #FFF;
    margin-bottom: 15px;
    position: relative;
    transition: opacity 100ms ease-in;
	box-sizing: border-box;
}
#containerVideo-Education  .blockCourse a{
    display:block;
	width:100%;
	height:100%;
	text-decoration: none;
}
#containerVideo-Education  .blockCourse h4 {
    margin: 0;
    color: #065799;
    position: relative;
    z-index: 900;
    font: 18px Helvetica;
    line-height: 18px;
}
#containerVideo-Education .time
{
    background: #1371C8;
    width: 50px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 20px;
    right: 10px;
    font-weight: bold;
    font-size: 14px;
	color: #fff;
}
.lineCourse
{
	width: 100%;
    height: 1px;
    background: #ccdceb;
    display: block;
    margin-top: 20px;
    margin-bottom: 45px;
}
#containerVideo-Education .blockCourse:hover {
    opacity: 0.7;
}
#containerRegister-Form
{
	width:100%;
	margin-top:10px;
	display:block;
}
#containerRegister-Form .rowLeft-Register
{
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
	width: 50%;
	box-sizing: border-box;
	float:left;
}
#containerRegister-Form .rowRight-Register
{
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
	width: 50%;
	box-sizing: border-box;
	float:right;
}
#containerRegister-Form label
{
    color: #000;
	font: 16px regular;
	font-weight: bold;
	display:block;
}
#containerRegister-Form span
{
    color: #000;
	font: 14px regular;
}
#containerRegister-Form input[type="text"]
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
	font: 14px regular;
    line-height: 1.428571429;
    color: #555555;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
	box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin-bottom: -6px;
}
#containerRegister-Form select
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
	font: 14px regular;
    line-height: 1.428571429;
    color: #555555;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
	box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin-bottom: -8px;
}
::-webkit-input-placeholder {
    color:    #999999;
}
:-moz-placeholder {
   color:    #999999;
}
::-moz-placeholder {
   color:    #999999;
}
:-ms-input-placeholder {
   color:    #999999;
}
::-ms-input-placeholder {
   color:    #999999;
}
::placeholder {
   color:    #999999;
}
.buttonRegister {
    padding: 15px 40px;
    color: #fff;
    font: 18px regular;
    border-radius: 40px;
    font-size: 14px;
    text-transform: uppercase;
    background: #00529b;
    border: none;
    text-decoration: none;
    display: inline-block;
	cursor:pointer;
}
.error
{
	border:1px solid red !important;
}


#containerContact-Form label
{
    color: #000;
	font: 16px regular;
	font-weight: bold;
	display:block;
}
#containerContact-Form span
{
    color: #000;
	font: 14px regular;
}
#containerContact-Form input[type="text"]
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
	font: 14px regular;
    line-height: 1.428571429;
    color: #555555;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
	box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin-bottom: -6px;
}
#containerContact-Form textarea
{
    display: block;
    width: 100%;
    height: 114px;
    padding: 6px 12px;
	font: 14px regular;
    line-height: 1.428571429;
    color: #555555;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
	box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin-bottom: -6px;
}
#containerContact-Form select
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
	font: 14px regular;
    line-height: 1.428571429;
    color: #555555;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
	box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin-bottom: -8px;
}

#containerContact-Form .rowLeft-Contact
{
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
	width: 50%;
	box-sizing: border-box;
	float:left;
	font: 16px regular;
	line-height: 2em;
    color: #333333;
}
#containerContact-Form .rowLeft-Contact strong
{
    font-weight:bold;
}
#containerContact-Form .rowLeft-Contact h3
{
    font: 24px Helvetica;
    margin-top: 10px;
    margin-bottom: 10px;
}
#containerContact-Form .rowLeft-Contact .blockContact
{
	margin-bottom:50px;
}
#containerContact-Form .rowLeft-Contact .blockContact:last-child
{
	margin-bottom:20px;
}

#containerContact-Form .rowRight-Contact
{
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
	width: 50%;
	box-sizing: border-box;
	float:right;
}
#containerContact-Form .rowRight-Contact h3
{
    color: #000;
    font: 16px regular;
    font-weight: bold;
    display: block;
	line-height:30px;
	margin-bottom:12px;
	margin-top:90px;
}
#containerContact-Form .rowRight-Contact p
{
    margin: 0px;
    margin-bottom: 20px;
}
.subTitle-Contact
{
    font: 16px regular !important;
    margin-bottom: 25px;
    display: block;
}

#theContent h3,
#theContent h4
{
    font: 24px Helvetica;
    margin-top: 20px;
    margin-bottom: 10px;
}

#theContent .col-sm-4
{
    width: 33.3%;
	float:left;
}

#theContent img
{
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#theContent ol ol
{
   margin-left:40px;
}

#theContent em
{
    font-style: italic;
}

#theContent .gm-control-active img
{
	padding:0 !important;
}

.stl-search-container h1
{
	color: #888;
	font-size:36px;
}

.contenidooculto
{
	display: none;
}

.contenidooculto,
._1
{
	-webkit-transition: initial !important;
    -moz-transition:   initial !important;
    -o-transition: initial !important;
    transition:   initial !important;
}
.centerImage 
{
    margin: 0 auto;
	display:block;
}
.activeMenu
{
	background:#428bca !important;
	color:#fff !important;
}
.legend-box
{
    padding: 25px;
    margin: 0 auto;
    width: 85%;
}


/*Nuevo CSS*/

#containerPdf
{
	margin-top:20px;
}
#containerPdf .blockPdf {
    float: left;
    background: url(../../images/blockCourse.png);
    background-size: cover;
    width: 23%;
    height: 300px;
    margin-right: 2%;
    padding: 20px;
    color: #FFF;
    margin-bottom: 15px;
    position: relative;
    transition: opacity 100ms ease-in;
    box-sizing: border-box
}
#containerPdf  .blockPdf a{
    display:block;
	width:100%;
	height:100%; 
	text-decoration: none;
}
#containerPdf  .blockPdf:hover h4 {
	text-decoration: underline;
}
#containerPdf .blockPdf h4 {
    margin: 0;
    color: #065799;
    position: relative;
    z-index: 900;
    font: 20px regular;
    line-height: 27px;
    font-weight: bold;
    display: block;
}
#blockNav-Movil , #navMovil
{
	display:none;
}
a , button
{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.inputResetPass input[type="text"] ,  .inputResetPass input[type="email"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font: 14px regular;
    line-height: 1.428571429;
    color: #555555;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-bottom: 8px;
}

.inputResetPass button
{
    padding: 15px 40px;
    color: #fff;
    font: 18px regular;
    border-radius: 40px;
    font-size: 14px;
    text-transform: uppercase;
    background: #438BCA;
    border: none;
    text-decoration: none;
    display: inline-block;
	margin-top:5px;
}


.titleResetPass
{
color: #000;
    font: 17px regular;
    padding-bottom: 10px;
    display: block;
}


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

	#containerItems 
	{
		width:100% !important;
	}	
	#containerItems li
	{
		width:48% !important;
		margin-left:1% !important;
		margin-right:1% !important;
		height:auto !important;
	}
	.containerCenter {
		width: 700px;
	}
	header nav
	{
		display:none;
	}
	#containerSlider h1 {
		letter-spacing: -1px;
		font: 55px regular;
		line-height: 50px;
		font-weight:bold;
	}
	#containerHome h3 {
		font: 28px regular;
		line-height: 40px;
		margin-top: 15px;
		font-weight: bold;
	}	
	#containerHome h3 br {
		display:none;
	}
	#containerBlock ul li {
		width: 50%;
	}
	#containerFooter-Top {
		padding: 70px 0px 70px 0px;
	}
	#containerBlock-Banner h1 {
		font: 30px regular;
	}
	#containerBlock-Banner h2 {
		font: 20px regular;
		line-height: 30px;
	}
	#containerLeft {
		width: 60%;
	}
	#containerSidebar {
		width: 35%;
	}
	#containerResults-Filter .descriptionResult {
		font: 15px regular;
		line-height: 1.5em;
		color: #333333;
	}	
	#containerPDF li {
		width: 200px;
		margin-right: 10px;
	}	
	#containerPdf .blockPdf {
		width: 48%;
		margin-right: 2%;
	}
	
	#blockNav-Movil
	{
		width: 26px;
		float: right;
		margin-top: 5px;
		display: block;
		padding: 7px 6px;
		background: #00519A;
		cursor:pointer;
	}	
	#blockNav-Movil span
	{
		width: 100%;
		height:4px;
		display:block;
		margin-bottom:4px;
		background:#fff;
	}			
	#blockNav-Movil span:last-child
	{
		margin-bottom:0px;
	}			
	#navMovil
	{
		width:100%;
		padding-top:15px;
		padding-bottom:15px;
		background:#fff;
		display:none;
	}
	#navMovil a
	{
		width: 100%;
		display: block;
		font: 13px book;
		color: #616161;
		text-decoration: none;
		text-transform: uppercase;
		text-indent: 2.5%;
		padding-top: 7px;
		padding-bottom: 7px;
	}	
	#navMovil a:hover
	{
		background:#02529C;
		color:#fff;
	}
	
	

}
@media screen and (max-width:750px){
	
	.containerCenter {
		width: 95%;
	}
	#containerLogin-Top {
		width: 100%;
	}
	
	#containerLogin-Top input[type="text"], #containerLogin-Top input[type="password"] {
		margin-right: 0px;
		width: 100%;
		margin-bottom: 5px;
	}
	#containerLogin-Top .buttonReset-Password-Top {
		margin-top: -25px;
	}
	#containerHeader-Top .buttonRegister-Top {
		float: none;
		display: table;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	#containerHeader-Top {
		padding-top: 15px;
		padding-bottom: 15px;
	}	
	#containerHeader-Nav .logo img {
		width: 155px;
	}	
	#containerSlider h4 {
		font: 18px ProximaNova;
	}	
	#containerSlider h4:before {
		margin-left: 15px;
		width: 50px;
	}	
	#containerSlider h4:after	
	 {
		margin-right: 15px;
		width: 50px;
	}	
	#containerSlider h1 {
		font: 35px regular;
		line-height: 40px;
		font-weight:bold;
	}
	#containerSlider .layerText-Slider ul li {
		margin-bottom: 10px;
	}	
	#containerSlider .layerText-Slider {
		font: 14px regular;
	}	
	#containerSlider {
		height: 480px;
	}
	#containerHome h2 {
		font: 25px Italic;
		line-height: 28px;
	}
	#containerHome h3 {
		font: 20px regular;
		line-height: 34px;
		margin-top: 15px;
		font-weight: bold;
	}
	#containerBlock ul li {
		width: 100%;
		margin-bottom:10px;
	}	
	#containerBlock ul li .imageBlock {
		height: auto;
	}
	#containerFooter-Top .subTitle-Footer-Top {
		font: 14px regular;
	}	
	#containerFooter-Top .buttonFooter-Top a {
		float: none;
		display: list-item;
		list-style: none;
		margin-bottom: 15px;
	}	
	footer nav
	{
		display:none;
	}
	#containerFooter-Center .lineText-Footer {
		font: 15px regular;
		margin-top: 0px;
	}
	#containerFooter-Center .dataContact-Footer {
		font: 14px regular;
		margin-top: 20px;
		line-height: 26px;
	}
	#containerFooter-Down {
		font: 12px regular;
	}
	#containerBlock-Banner h1 {
		font: 24px regular;
	}
	#containerBlock-Banner h2 {
		font: 15px regular;
		line-height: 20px;
	}
	#containerLeft {
		width: 100%;
	}	
	#theContent {
		line-height: 1.5em;
	}	
	#containerSidebar {
		width: 100%;
	}
	#containerResults-Filter .containerPhoto {
		width: 100%;
	}
	#containerResults-Filter .containerText-Filter {
		width: 100% !important;
		padding-top: 15px;
	}
	#containerPDF li {
		width: 47%;
		margin-right: 3%;
	}

	#containerContact-Form .rowLeft-Contact  , #containerContact-Form .rowRight-Contact{
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
		line-height: 1.7em;
	}
	#containerContact-Form .rowRight-Contact h3 {
		margin-top: 20px;
	}
	#containerRegister-Form .rowLeft-Register , #containerRegister-Form .rowRight-Register	 {
		margin-top:15px;
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
	}
	
	.blockSidebar {

		width: 100%;
		margin-left: 0px;
	}
	#containerVideo-Education .blockCourse {
		width: 48%;
		margin-right: 2%;
	}
	#theContent h2 {
		font: 28px Helvetica;
		line-height: 25px;
	}
	#containerPdf .blockPdf {
	    width: 48%;
		margin-right: 2%;
		height: 250px;
	}
}















