*{
	padding: 0px;
	margin: 0;
	font-family: calibri;
}

body{
	background-image: url("img/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
}

.logo{
	position: absolute;
	left: 40px;
	top: 30px;
}

.mr{
	position: absolute;
	width: 1100px;
	height: 186px;
	left: 260px;
	top: 0px;
	z-index: -2;
}

.redes{
	height: 88px;
}

.redes > a > img{
	position: relative;
	top: 10px;
}

.redes > a{
	text-decoration: none;
	color: #ffffff;
	font-size: 25px;
	position: relative;
	left: 785px;
	top: 10px;
}

.redes > .text{
	text-decoration: none;
	color: #ffffff;
	font-size: 25px;
	position: relative;
	left: 785px;
	top: 10px;
}

.menu{
	border-top: solid #efe940 10px;
	background-color: rgba(47,47,47,0.5);
	height: 65px;
	padding-top: 23px;
}

.menu > a{
	margin: 40px;
	position: relative;
	top: -16px;
	text-decoration: none;
	color: #c0bfbf;
	font-size: 25px;
}

.menu > a.select{
	margin: 40px;
	color: white;
	position: relative;
	top: -16px;
	font-weight: bold;
}

.menu > a:hover{
	margin: 40px;
	color: white;
	position: relative;
	top: -16px;
}

.m1{
	margin-left: 110px !important;
}

.negro{
	position: absolute;
	width: 1100px;
	height: 44px;
	background: rgba(0,0,0,0.95);
	top: 142px;
	z-index: -1;
}

.iniframe{
	width: 911px;
	border: none;
	height: 379px;
}

.text{
	background: url("img/text.png");
	width: 1000px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 15px;
	margin: 0px 0px 0px 166px;
	position: absolute;
	left: 190px;
	top: 300px;
	color: white;
	text-align: center;
}

.text>p{
	padding: 10px;
	font-size: 17px;
}

.reconocimiento{
	position: absolute;
	left: 245px;
	top: 280px;
	width: 175px;
	z-index: 2;
}

.lista{
	margin-left: 3em;
}

.lista2{
	margin-left: 10em;
	text-align: left;
}

.wlcm1{
	color: #dcdad9;
	letter-spacing: 5px;
	font-weight: normal;
	padding: 10px;
}

.wlcm{
	color: #dcdad9;
	-webkit-box-reflect: below -47px linear-gradient(transparent 40%, #dcdad9);
	letter-spacing: 4px;
	font-weight: normal;
	padding: 15px;
}

.bold{
	color: #fff !important;
	font-weight: bold;
}

.yellow{
	color: yellow;
	font-weight: bold;
}

.expandir{
	color: #fff !important;
	float: right;
}

.footer{
	background: #1d1d1d;
	display: block;
	width: 107.5%;
	height: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
}

.footer>p:nth-child(1){
	display: inline-block;
	margin: 7px 518px 0px 179px;
	width: 187px;
}

.footer>p:nth-child(2){
	display: inline-block;
	margin: 7px 0px 0px 0px;
	width: 170px;
}

.footer>img{
	display: inline-block;

}

.refer{
	width: 10px;
	left: 80px !important;
	color: red !important;
}

.refer>img{
	width: 35px;
}

.fancybox > img{
	max-height: 250px;
	max-width: 300px;
	margin: 0px 0px 0px 8px;
	display: inline;
}

/* Style for acordeon */
#accordeon input {
  display: none;
}
#accordeon label {
	background-color: #2f2f2f;
	color: #FFF;
  border-radius: .25em;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  cursor: pointer;
  display: block;
  margin-bottom: .125em;
  padding: .25em 1em;
  z-index: 20;
}

#accordeon label:hover {
  background-color: #2f2f2f;
  opacity: .5;
}
#accordeon input:checked + label {
  background-color: #2f2f2f;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: white;
  margin-bottom: 0;
}
#accordeon article {
  background: transparent;
  border-style: solid;
  border-top: none;
  border-color: #fff;
  border-width: 1px;
  height:0px;
  overflow:hidden;
  z-index:10;
}

#accordeon article  ul, ol{
  padding-left: 1.5em;
}

#accordeon article  li{
  padding-right: 1em;
}

#accordeon article p {
  padding: 1em;
}
#accordeon input:checked ~ article {
 border-bottom-left-radius: .25em;
 border-bottom-right-radius: .25em;
 height: auto;
 margin-bottom: .125em;
}

.contraer{
	background-color: #2f2f2f;
	border-radius: 6px;
	color: #fff;
	float: right;
	padding-right: 3em;
	padding-left: 3em;
	padding-top: .1em;
	padding-bottom: .4em;
	cursor: pointer;
}

.contraer:hover {
	font-weight: bold;
}

.vmas{
	float: right;
	padding-right: 3em;
}
/* End Style for acordeon */