*{
	margin:0px;
	padding: 0px;
	font-family: arial;
}

.clear{
	clear: both;
}

body{

}

h1{
	margin:30px 0px 5px 0px;
	font-family: Arial;
	font-weight: lighter;
	color: #545454;
	text-align: center;
	font-size: 35px;
}

h2{
	font-family: Arial;
	font-weight: lighter;
	color: #545454;
	text-align: left;
	font-size: 30px;
	margin: 30px 0px;
}

h3{
	font-family: Arial;
	font-weight: lighter;
	color: #545454;
	text-align: center;
	font-size: 25px;
	margin-bottom: 25px;
}

a{
	text-decoration: none;
	color: #33b5df;
}

.important_button a{
	font-size: 14px;
	padding: 10px 30px;
	border-radius: 3px;
	background: #e8057b;
	color: #fff;
	transition: all .3s ease;
}

.important_button a:hover{
	opacity: 0.5;
}

.imoprtant_button_float{
	float: left;
	width: calc(33% - 40px);
	margin: 20px 20px 40px 20px;
}

.imoprtant_button_float a{
	display: block;
	width: 150px;
	margin: 0 auto;
	text-align: center;
}

p{
	font-size: 14px;
	color: #545454;
	margin-bottom: 15px;
	text-align: justify;
	line-height: 20px;
}

ul{
	margin-left: 15px;
	margin-bottom: 50px;
	list-style: none;
}

li{
	list-style: square;
	font-size: 14px;
	color: #545454;
	line-height: 20px;
}

table{
	width: 100%;
	margin-bottom: 30px;
}

table tr td{
	border:1px solid #ddd;
	font-size: 14px;
	color: #545454;	
	text-align: center;
	line-height: 20px;
	padding: 5px 0px;
}

.menu_principal{
	float: left;
	background: #fff;
	width: 250px;
	height: 100%;
	/*box-shadow: 3px 0px 5px rgba(0,0,0,.2);*/
}

.menu_principal::after{

	box-shadow: 3px 0px 5px rgba(0,0,0,.2);
}

.logo_principal{
	width: 130px;
	margin: 0 auto 30px auto;
}

.logo_principal img{
	width: 100%;
}

.menu_principal nav{
	margin-top: 30px;
}

.menu_principal ul{
	margin: 0px;
}

.menu_principal ul li{
	list-style: none;
	width: calc(100% - 30px);
	margin:0px 15px 3px 15px;
	border-bottom: 1px solid #eee;
	border-left: 3px solid #33d5ff;
}

.menu_principal ul li:last-child{
	border-bottom: none;
}

.menu_principal ul li a{
	display: block;
	color: #444;
	width: calc(100% - 10px);
	padding: 7px 0px 7px 10px;
	transition: all .3s ease;
}

.menu_principal ul li a:hover{
	color: #fff;
	background: #444;
}

.linea_menu{
	position: fixed;
	left: 245px;
	height: 100%;
	width: 5px;	
	box-shadow: 3px 0px 3px rgba(0,0,0,.2);
}

.contenido{
	max-width: 960px;	
	padding: 0px 10px;
	margin:0px auto 40px auto;
}

.contenido_grande{
	max-width: 1300px;	
	padding: 0px 10px;
	margin:0px auto 40px auto;
}

.contenido img{	
	width: 70%;
	padding: 0px 15% 15px 15%;
}

.col_izq{
	float: left;
	width: calc(50% - 10px);
	margin-right: 10px;
	padding: 0px;
}

.col_izq img{
	width: calc(100% - 30%);
	margin: 0px 0px 0px 30%;
	padding: 0px;
}

.col_der{
	float: right;
	width: calc(50% - 10px);
	margin-left: 10px;
	padding: 0px;
}

.col_der img{
	width: calc(100% - 30%);
	margin: 0px 30% 0px 0px;
	padding: 0px;
}

.linea_azul{
	width:280px;
	height: 3px;
	background: #33d5ff;
	margin: 0px auto 40px auto;
}

.contenido_margen{
	margin-left: 250px;
}

.banner_inicial{
	width: 100%;
	background-image: url(../img/header_bg.jpg);
	background-size: cover;
	background-position: center;
}

.banner_inicial h1{
	margin:0px;
	color: #fff;
	font-size: 65px;
	padding-top: 15px;
	font-weight: bold;
}

.banner_inicial h2{
	margin:0px;
	color: #fff;
	font-size: 17px;
	padding-bottom: 10px;
	font-weight: lighter;
	text-align: center;
}

.banner_inicial h3{
	margin:0px;
	color: #fff;
	font-size: 15px;
	padding-bottom: 20px;
	font-weight: lighter;
}

.fecha_inicial{
	margin-bottom: 80px;
}

.fecha_inicial h2{
	margin:100px 0px 0px 0px;
	color: #33d5ff;
	font-weight: lighter;
	text-align: center;
	font-size: 85px;
}

.fecha_inicial a{
	display: block;
	width: 510px;
	margin:0px auto 120px auto;
	padding: 10px 0px;
	background: #fff;
	color: #444;
	border: 1px solid #444;
	font-size: 15px;
	text-align: center;
	transition: all .3s ease;
}

.fecha_inicial a:hover{
	background: #ccc;
	color: #444;
	font-size: 15px;
	border: 1px solid #aaa;
}

.banner_pcl_black{
	position: absolute;
	background: rgba(0,0,0,.1);
	width: calc(100% - 250px);
	height: 197px; 
	z-index: 1;
}

.banner_inicial .contenido{
	position: relative;
	z-index: 3;
}

.index_info h1{
	width: 100%;
	text-align: center;
	font-size: 58px;
}

.index_info h2{
	width: 100%;
	text-align: center;
	font-size: 19px;
}

.index_info h3{
	width: 100%;
	text-align: center;
	background: #60bc2b;
	padding: 5px 0px;
	color: #fff;
	font-size: 21px;
}

.patrocinadores ul li{
	float: left;
	width: calc(20% - 60px);
	margin:0px 30px;
	list-style: none;
}

.patrocinadores img{
	width: 100%;
}

.contacto{
	width: 100%;
}

.contacto input{	
	width: calc(100% - 12px);
	color: #444;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border:1px solid #ddd;
	padding: 5px;
}

.contacto input[type="submit"]{	
	width: 100px;
	text-align: center;
	cursor: pointer;	
	transition:all .3s ease;
}

.contacto input[type="submit"]:hover{	
	color: #fff;
	background: #33d5ff;
	border:1px solid #ccc;
}

.contacto textarea{
	width: calc(100% - 12px);
	color: #444;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border:1px solid #ddd;
	padding: 5px;
}

.important_dates p{
	width: calc(100% - 0px);
	color: #fff;
	padding:0px 0px 20px 0px;
	text-align: center;
	font-size: 11px;
}

.programa tr td{
	text-align: left;
	border:none;
	padding: 0px;
	margin:0px;
}

.programa tr td img{
	width: auto;
	height: 95px;
} 

.formulario_registro input[type="text"]{
	width: calc(100% - 16px);
	padding: 5px 8px;
	margin-bottom: 10px;
	border-radius: 3px;
	border:1px solid #d1d1d1;
}

.formulario_registro input[type="submit"]{
	cursor: pointer;
	background:#fff;
	color:#777;
	border:1px solid #d1d1d1;
	padding:7px 15px;
	text-align:center;
	font-size:13px;
	border-radius: 3px;
}

.formulario_registro select{
	width: 100%;
	background:#fff;
	height: 25px;
	color:#999;
	border:1px solid #d1d1d1;
	padding:7px 15px;
	text-align:center;
	font-size:12px;
	margin-bottom: 10px;
	font-weight: normal;
}

.formulario_registro label{
	font-size: 14px;
	color: #545454;
	margin-bottom: 15px;
	line-height: 20px;
}

.formulario_registro textarea{	
	width: calc(100% - 10px);
	color: #444;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border:1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
}

.formulario_encuesta label{
	float: left;
	width: 400px;
}

.formulario_encuesta input{
	float: left;
	width: 50px;
	margin-left: 1px;
}

.formulario_encuesta table tr td{
	border:0px;
	text-align: left;
	border-bottom: 1px solid #eee;
}

.formulario_encuesta thead th {
	text-align: left;
	background: #eee;
	padding: 10px 0px 10px 10px;
}

.formulario_encuesta thead th span{
	float: left;
	display: block;
	width: 50px;
	padding: 0px;
	margin:0px;
	text-align: left;

}


footer{
	width: 100%;
}

footer img{
	width: 100%;
}

.footer_map{
	width: 256px;
	margin:10px auto;
}

































