@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 15px;
}


.columnas {
	padding: 0px !important;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

#header {
	height: 70px;
	background-color: #000000;
}

.titulo img {
	max-width: 328px;
	margin-top: 20px;
	margin-left: 35px;
	float: left;
}

.logo img {
	max-width: 110px;
	margin-top: 20px;
	margin-right: 35px;
	float: right;
}



.descriptionm {
	display: none;
}

#video {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	height: auto;
}

.embed-container {
	position: relative;
	padding-bottom: 48.50vw;
	height: 0;
	overflow: hidden;
}

.embed-container iframe {
	position: absolute;
	top: -3px;
	left: 0px;
	width: 100.3vw;
	height: 49.3vw;
}


#contenido {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	margin-bottom: 60px;

	border-top: 1px solid #000000;
	background: #ffffff;
}

.descriptiond img {
	max-width: 810px;
}

.descriptionm img {
	max-width: 400px;
}

.archivo {
	padding-top: 10px;
	margin-left: 17px;
	font-family: "Libre Franklin", sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: 500;
}

#archivo {
	margin-left: 17px;
	margin-right: 35px;
	width: 95%;
	height: 115px;
	resize: none;
	border: 1px solid #d9d9d9;
	background-color: transparent;
	padding: 10px;
}


#botdownload {
	margin-top: 10px;
	margin-left: 17px;
	cursor: pointer;
}

#botdelete {
	margin-top: 10px;
	margin-left: 17px;
	cursor: pointer;
}


#pregunta {
	margin-left: 17px;
	margin-right: 35px;
	width: 95%;
	height: 115px;
	resize: none;
	border: 1px solid #d9d9d9;
	background-color: transparent;
	padding: 10px;
}


#botenviar {
	margin-top: 10px;
	margin-left: 17px;
	cursor: pointer;
}

.support {
	padding-top: 10px;
	margin-left: 17px;
	font-family: "Libre Franklin", sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: 700;
}


.nav-tabs {
	/*	background-color: #000000;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #FFFFFF;
	cursor: default;
	background-color: #000000;
	border: 0px solid transparent;
}

a {
	color: #000000;
	text-decoration: none;
}

.nav>li {
	position: relative;
	display: block;
	background-color: #FFFFFF;
	color: #000000 !important;
	text-align: center;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 500;
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	/*	border-top-style: solid;*/
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}



.nav-tabs>li>a {
	margin-right: 0px;
	line-height: 1.42857143;
	border: 0px solid transparent;
	border-radius: 0 0 0 0;
}

.tab-pane {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 5px 5px;
}

.esperar {
	display: none;
	padding-left: 15px;
}

/*
.nav > li {
	position: relative;
	display: block;
	background-color: #FFFFFF;
	color:#000000 !important;
	text-align:center;
	font-family: Arial;
	font-weight:bold;  
	font-size: 13px;
	border: 1px solid #c9c9c9;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #FFFFFF;
  cursor: default;
  background-color: #1276b8;
}*/