@charset "utf-8";
body {
	margin:0px;
}
#myVideo {
  z-index:-1;
  position: fixed;
  right: 0;
  bottom:-5%;
  min-width: 100%;
  min-height: 100%;
}
#menu_lat {
	position:fixed;
	width:70px;
	height:455px;
	z-index:9999;
	top: 50px;
	opacity:0.7;
	left: 10px;
	background-color: #666;
	border-radius: 50px;
}
.ul_menu {
	list-style:none;
	margin-left: -38px;
}
.li_menu {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 12px;
}
.li_menu:hover {

}
header {
	text-align: right;
	width: 200px;
	position: fixed;
	height: 550px;
	right: 0px;
	z-index: 1000;
}
.yo {
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-family: Lato;
	font-weight: 300;
	padding-top: 50px;
	padding-bottom: 100px;
}

.fuego_fondo {
	width: 100%;
	height: 800px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}


.el_fuego {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	padding-top: 100px;
	padding-bottom: 100px;
	font-family: Lato;
	font-weight: 300;
}
.carrera {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	padding-top: 100px;
	padding-bottom: 100px;
	font-family: Lato;
	font-weight: 300;
}
.fondo_reco {
	width: 100%;
	height: 2100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C06;
	box-shadow: 0px 0px 10px #666;
}
.reco {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	padding-top: 100px;
	padding-bottom: 100px;
	font-family: Lato;
	font-weight: 300;
}
.video {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	padding-top: 100px;
	padding-bottom: 100px;
	font-family: Lato;
	font-weight: 300;
}
.servicios_fondo {
	width: 100%;
	height: 1500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	box-shadow: 0px 0px 10px #666;
}
.servicios {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	padding-top: 100px;
	padding-bottom: 100px;
	font-family: Lato;
	font-weight: 300;
	
}
footer {
	background-color: #333;
	height: 400px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 24px;
	color: #CCC;
	font-weight: normal;
	padding-bottom: 100px;
	font-family: Lato;
	font-weight: 300;
	padding-top: 50px;
}



.lato {
	font-family: Lato;
	font-weight: 400;
}
.gochi {
	font-family: "Gochi Hand";
	color: #000;
	text-align: center;
}
.shadow {
	box-shadow: 0px 0px 10px #666;
	border: 1px solid #FFF;
	height: 288px;
	width: 384px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.shadowHD {
	box-shadow: 0px 0px 10px #666;
	border: 1px solid #FFF;
	height: 576px;
	width: 720px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}


#slider {
	margin-top: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	box-shadow: 0px 0px 10px #666;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #999;
}
a:active {
	color: #CCC;
}
