html, body {
	background: #233972;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header {
	background:white;
	color: white;
	margin:0;
	width: 100%;
}

header #logo {
	background: white;
	display:block;
	margin: 0 auto;
	max-width: 1200px;
	width:100%;
}

header #logo ul li {
	display: inline-block;
	margin: .5em 1em;
	width: 15%;
}


header #logo ul li:nth-child(1) {
	margin: .5em 0;
	width: 30%
}

header #logo ul li:nth-child(2) {
	width: 9%;
}

header #logo ul li:nth-child(4) {
	width: 13%;
}

header #logo ul li img {
	width: 100%;
}
header ul {
	margin: 0;
	padding: 0;
}

header nav span {display: none}

header nav {
	background: black;
	width: 100%;
}

header nav ul {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

header nav ul li {
	color: white;
	display: inline-block;
	margin: 1em .5em;
}

header nav ul li a {
	color: #338ee1;
	font-weight: bold;
	padding: .5em;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}

header nav ul li ul {
	display: none;
	margin-top: .5em;
	position: absolute;
	width: auto;
	background: #338ee1;
}

header nav ul li:hover > ul {
	display: block;
}

header nav ul li ul li a {
	color: black;
}

header nav ul li ul li {
	display: block;
	z-index: 1000;
}

section#imgMain {
	
	background: url(../_images/cic-2017-mainGal-background-2kpx.jpg);
	background-position: center center;
	background-size: cover;
	height: 85vh;
	min-height: 400px;
}

section#imgMain img {
	width: 100%;
}

table td {
	border: 1px solid #CCC;
	padding: 0 0.5em;
}

#mainGalery {
	border: 6px solid gray;
	width: 100%;
	padding: 0 1em 1em 1em;
}

#mainGalery img {
	width: 100%;
}

#menuRulesCic {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

#menuRulesCic ul li {
	list-style: none;
	padding: .5em 0;
}



#menuRulesCic ul li:nth-child(1) {
	display: none;
}

#menuRulesCic ul li a {
	color: #338ee1;
	text-decoration: none;
}

#rulesCIC {
	display: inline-block;
	line-height: 1.5;
	vertical-align: top;
	width: 60%;
}

#rulesCIC ul li {
	list-style: none;
	margin: 1em .5em;
}


#regBox {
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 800px;
	position: absolute;
	bottom: 1em;
	width: 100%;

}

#regBox h1 {
	color: white;
	font-size: 1.9em;
	text-align: center;
	text-shadow:3px 3px 3px black;
	line-height: 1.4;
	margin:0;
}

#regBox h1 span {
	font-size: 22px;
}

#regBox .regButtons {

margin: 2em 0;
text-align: center;
width: 100%;	
}

#regBox .regButtons input {
	background: rgba(255,255,255, 0.8);
	border-radius: 5px;
	color: black;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	margin: .4em;
	padding: .3em;
	width: 250px;
}

#regBox .regButtons input[type="submit"] {
	background: white;
	border-radius: 5px;
	border: 0;
	color: #0f67af;
	font-size: 16px;
	height: 40px;
	text-transform: uppercase;
	width: 120px;
}


.aboutSide {
	margin: 0 0 0 1em; 
	color: white;
	padding: 0 .5em;
	display: inline-block;
	text-align: justify;
	vertical-align: top;
	line-height: 1.5;
	width: 30%;
}

.aboutSide a {
	color: #338ee1;
}


.bootcampFrame {
	display: inline-block;
	margin: 0 auto;
	padding: 2em 0;
	width: 40%;
	text-align: center;
	vertical-align: top;
}

.bootcampFrame img {
	width: 90%;
}

.bootcampFrame h2 a {
	background: white;
	border-radius: 10px;
	color: #233972;
	text-decoration: none;
	padding: .5em 1em;
}

.bxslider li h3 {
	background: rgba(0,0,0,0.7);
	bottom:10px;
	color: white;
	font-size: 1.5em;
	position: absolute;
	margin: 0;
	padding: .5em;
	text-align: left;
	max-width: 1200px;
	width: 100%;
}


.cicDescription {
	color: white;
	display: inline-block;
	font-size: 18px;
	text-align: justify;
	vertical-align: top;
	line-height: 1.5;
	padding: 4em 0;
	width: 45%;
}
.contaAignmentCenter {
	text-align: center;
}

.galleries ul li {
	vertical-align: top;
	display: inline-block;
	margin: .5em;
	width: 28%;
}

.galleries ul li img {
	width: 100%;
}


.galleries .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
  }

.galleries  iframe {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 600px;
    width: 100%;
    height: 100%;
  }

.generalFrame {
	margin: 0 auto;
	max-width: 1200px;
	vertical-align: top;
	width: 100%;
}

.generalFrame form input, select, label {
	margin: .5em 0;
}

.generalFrame form input[type="submit"] {
	background: #233972;
	color: white;
	border-radius: 10px;
	width: 150px;
	margin: 1em 0;
	height: 40px;
}

.icon-youtube2, .icon-file-text, .icon-map2, .icon-user-check, .icon-clipboard ,.icon-earth, .icon-display {
	display: inline-block;
	max-width: 50px;
	width: 15%;
	color: #166CB0;
	margin: 0 .3em .2em 0;
	font-size: 2.5em;
}

.icon-file-text:before {
	color: purple;
	content: "\e600";
}
.icon-map2:before {
	color:#00BCFF;
	content: "\e601";
}
.icon-display:before {
	color: #3A5795;
	content: "\e602";
}
.icon-user-check:before {
	color: orange;
	content: "\e603";
}
.icon-clipboard:before {
	color: gray;
	content: "\e604";
}
.icon-menu2:before {
	content: "\e608";
}
.icon-earth:before {
	color: green;
	content: "\e605";
}
.icon-youtube2:before {
	color: red;
	content: "\e606";
}
.icon-menu:before {
	content: "\e607";
	display: none;
	font-size: 2em;
}
.icon-tag:before {
	margin-right: .5em;
	color: #FFDE00;
	content: "\e609";
}

.insideContent article {
	color: white;
	display: inline-block;
	text-align: justify;
	max-width: 600px;
	line-height: 1.5;
	vertical-align: top;
	width: 100%;
}

.newsFrame {
	line-height: 1.5;
	display: inline-block;
	width: 60%;
}

 .noticiasSide ul li {
		width: 100%;
		margin: 1em 0;
	}
	 .noticiasSide ul li img {
		width: 100%;
	}

.noticiasSide h2 {
	color: black;
}	

.loginMainPage {
	text-align: center;
	text-shadow:1px 1px 1px black;
	color: white;
	}

	.loginMainPage a {
		text-shadow:none;
		text-transform: uppercase;
		color: #338ee1;
	}

.sectioncontentWhiteBg article h2 {
	color: black;
}

.sectioncontentWhiteBg a {
	color: #338ee1;
}

.insideContent section {
	max-width: 1200px;
	width: 100%;
}

.organizerItem ul li {
	display: inline-block;
	max-width: 200px;
	width: 30%;
}

.organizerItem ul li img {
	width: 100%;
}


.requirementFrame {
	display: inline-block;
	margin: 0 auto;
	width: 40%;
	text-align: center;
	vertical-align: top;
}

.requirementFrame h2 {
	color: #233972;
}
.requirementFrame img {
	width: 70%;
}

.rFrame {
	display: inline-block;
	vertical-align: top;
	width: 80%;
}

.rFrame p {
	margin: 0 0 1em 0;
}

.sectioncontent {
	margin: 2em auto;
	padding: 2em 0;
	width: 100%;
}

.sectioncontent a {
	color: #338ee1;
}

.sectioncontentWhiteBg {
	background: white;
	margin: 0 auto;
	padding: 4em 0;
	width: 100%;
}

.timeLineCic {
	color: white;
	display: inline-block;
	text-align: center;
	width: 45%;
}

.timeLineCic img {
	max-width: 300px;
}

.requirementList {
	display: inline-block;
	text-align: left;
	width: 45%;
}

.requirementList ul li {
	font-size: 18px;
	list-style: none;
	margin: .5em auto;
}

.scrollMeDown {
	display: none;
}

.scrollMeUp {
	display: block;
}

.formulario .c label.readonly {
	color: black;
}


.articleConteinerImage img {
	max-width: 100%;
}



@media (max-width: 700px) { /* maximo 720 pixeles */ 


	header #logo {
		width: 60%;
	}
	header #logo ul li {
		display: none;
	}

	header #logo ul li:nth-child(1) {
		display: block;
		margin: 0 auto;	
		padding: 1em 0;
		width: 80%;
	}

	header nav ul {
		display: none;
		padding-bottom: .4em;
	}

	header nav span {
		text-align: center;
		display: block;
		padding: .5em 0;
		margin: 0 auto;
	}

	header nav ul li  {
		display: block;
	}


	header nav ul li ul {
	display:none;
	margin: .5em 0 0 .5em;
	padding-bottom: 0;
	position:static;
	width: auto;
	background: black;
	}

	header nav ul li ul li {
		display: block;
	}

	header nav ul li ul li::before {
		content: "- ";
	}

	header nav ul li ul li a {
	color: #338ee1;
	}

	header nav ul li ul li {
	display: block;
	z-index: 1000;
	}


	#menuRulesCic {
		display: block;
		margin: 0 auto;
		width: 90%;
	}

	#menuRulesCic ul li{
		display: none;
	}

	#menuRulesCic ul {
		margin-left: 0;
		padding-left:0; 
	}

	#menuRulesCic ul li:nth-child(1) {
		background: #233972;
		color: white;
		display: block;
		padding: 1em 0; 
		margin: 0 auto;
		max-width: 200px;
		text-align: center;
	}
	
	#regBox {
	display: block;
	margin: 0 auto;
	left: auto;
	right: auto;
	position:relative;
	width: 80%;
	top: 30%;
	}

	#regBox h1 {
	color: white;
	font-size: 1;
	text-align: center;
	text-shadow:3px 3px 3px black;
	line-height: 1.2;
	margin:0;
	}	

	#rulesCIC {
		display: block;
		margin: 0 auto;
		width: 90%;
	}

	#regBox .regButtons {
		margin:0;
	}

	.aboutSide {
		margin:0;
		width: 95%;
	}
	.bxslider li h3 {
		display: block;
		margin: 0;
		position: relative;
		color: black;
		background:white;
		padding: .5em;
		font-size: 1em;
	}
	

	.cicDescription, .timeLineCic, #mainGalery, .bootcampFrame, .requirementFrame, .requirementList, .insideContent {
		display: block;
		margin: 0 auto;
		width: 90%
	}

	.galleries ul li {
		width: 90%;
	}

	.rFrame{
		width: 60%;
	}

	.tititleToHide {
		display: none;
	}

	


}





