/* RESETS */
/* ------------------------------------------------------------------------------------------------ */
html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, figure, footer, header,
hgroup, menu, nav, section, time, mark, audio, video {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	vertical-align : baseline;
	background : transparent;
}

article, aside, figure, footer,
header, hgroup, nav, section {
	display : block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body {
  height: 100%;
  background: #000;
}
body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
ul{
	list-style: none
}
.clearfix:after{
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
}
.clear{
    clear: both;
}
a {
	text-decoration: none;
}


/* ESTILOS GENÉRICOS --------------------------------------------------------------------------------*/



/* CUSTOM SECTIONS */
/* ------------------------------------------------------------------------------------------------ */




/*----- HEADER --------------------------------------------------------------*/

header {
	background: #1d1d1b;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 1.25;
	color:#fff;
	border: none;
	position: relative;
	float:left;
	padding: 20px 0px;
	width: 100%;
}

.main_menu {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}

.main_menu ul {
	position: relative;
	height: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	float: right;
}

.main_menu ul > li {
	float: left;
	height: 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin:0;
	padding:0;
}

.main_menu ul > li > a {
	display: inline-block;
	height: 100%;
	border-left: 0;
	text-transform: uppercase;
	color: #FFF;
	padding: 30px 15px;
	font-family: 'Raleway', sans-serif;
}

.logo {
	width: 10%;
	float: left;
}

/*----BODY-------------------------------------------------------------------------*/

.main {
	width: 100%;
	float: left;
	background-color: #FFF;
	padding-bottom: 40px;
}

.content {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	font-size: 16px;
	color: #000;
	padding-top: 20px;
}

.cabecera {
	width: 100%;
	text-align: center;
}

.cuerpo {
	width: 100%;
	float: left;
}

.cuerpo a {
	text-decoration: none;
	color: rgb(233, 78, 27);
}

header nav.movil_nav {
  display:none;
  width: 100%;
  background: url(nav.png) no-repeat center center;
}

#movil_nav ul {
	display:none;
}

#movil_nav img {
  width: 25px;
  position: absolute;
  right: 20px;
  top: 20px
}

#movil_nav ul li {
  width: 100%;
  text-align: center;
  margin-left:0;
  border-bottom: 1px solid #FFF;
}


/*------AGENDA--------------------------------------------------------------------*/

.dia {
	width: 100%;
	float: left;
	margin-top: 40px;
}


/*----------COMO LLEGAR-----------------------------------------------------------*/

.mapa {
	width: 100%;
	float: left;
}


/*---------INSCRIPCION-----------------------------------------------------------*/

.form_sec {
	width: 100%;
	float: left;
}

.formu {
	width: 96%;
	float: left;
	margin-bottom: 20px;
	margin-left: 2%;
}

.first_formu {
	margin-top: 40px;
}

.label_form {
	width: 39%;
	float: left;
	text-align: right;
	margin-right: 1%;
	padding-top: 5px;
}

.input_form {
	width: 59%;
	float: left;
	text-align: left;
	margin-left: 1%;
}

.formu input[type="text"], .formu input[type="email"] {
	width: 70%;
	padding: 10px 5px 5px 5px;
	border: 1px solid #666;
}

.formu select {
	width: 10%;
	padding: 10px 5px 5px 5px;
	border: 1px solid #666;
}

.formu input[type="submit"] {
	width: 30%;
	padding: 20px;
	border: none;
	text-align: center;
	color: #FFF;
	background-color: rgb(233, 78, 27);
	cursor: pointer;
}

.last {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 40px;
}

.separator {
	float: left;
	width: 100%;
	height: 20px;
	border-bottom: 1px dashed #666;
	margin-bottom: 40px;
}


/*----------ASISTENTES----------------------------------------------------------*/

.asist {
	width: 96%;
	float: left;
	margin-bottom: 20px;
	margin-left: 2%;
}

.label_asist {
	width: 49%;
	float: left;
	text-align: right;
	margin-right: 1%;
	padding-top: 5px;
}

.dato_asist {
	width: 49%;
	float: left;
	text-align: left;
	margin-left: 1%;
}


/*--------------MEDIA QUERY--------------------------*/

@media only screen and (max-width: 1200px) {
	.content {
		width: 96%;
		margin-left: 2%;
		float: left;
	}

	.main_menu {
		width: 96%;
		margin-left: 2%;
		float: left;
	}

	.logo {
		width: 100px;
	}
}

@media only screen and (max-width: 980px) {
  #main_nav {
    display: none;
  }

  #movil_nav {
    display: block;
  }

  header nav {
  	padding-bottom: 20px;
  }

  .formu input[type="text"], .formu input[type="email"] {
	width: 95%;
	padding: 10px 5px 5px 5px;
	border: 1px solid #666;
  }

  .formu input[type="number"] {
	width: 95%;
	padding: 10px 5px 5px 5px;
	border: 1px solid #666;
  }

  .formu input[type="submit"] {
	width: 95%;
	padding: 20px;
  }

  .label_form {
	width: 100%;
	text-align: center;
	margin-right: 0;
  }

  .input_form {
	width: 100%;
	margin-left: 0;
  }

  .last {
	width:90%;
  }
}

