body,html{
	height: 100%;
	min-height: 100%;
	background-size: cover;
}

@font-face {
	font-family: 'ITCAvantGardeStd-XLtCn';
	src: url('../font/ITCAvantGardeStd-XLtCn.eot?#iefix') format('embedded-opentype'),
	url('../font/ITCAvantGardeStd-XLtCn.otf')  format('opentype'),
	url('../font/ITCAvantGardeStd-XLtCn.woff') format('woff'),
	url('../font/ITCAvantGardeStd-XLtCn.ttf')  format('truetype'),
	url('../font/ITCAvantGardeStd-XLtCn.svg#ITCAvantGardeStd-XLtCn') format('svg');
	font-weight: normal;
	font-style: normal;
}


footer{
    background: #686868;
    color: #FFF;
    padding: 1em;
    text-align: center;
    border-top: 1px solid #686260;
}
footer a{
	color:#FFF;
	text-decoration: none;
}
footer p{
	display: block;
	margin: 2px;
}
footer i{
    font-size: 10px !important;
    margin-top: -3px;
    vertical-align: middle;

}
footer p:first-child{
	margin-left: 0;
}
p{
	font-size: 14px;
}

.logo{
	text-align: center;
	padding-top: 40px;
}
.texto{
	text-align: center;
	margin-top: 40px;
}
.texto h1{
	color: #FFF;
	font-family: 'ITCAvantGardeStd-XLtCn';
	font-size: 50px;
}
.top-option{
  position: fixed;
  top:0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 999999;
  display: inline-table;
  display: none;
}

.top-option figcaption{
  width: 550px;
  height: 270px;
  background: #fff;
  position: absolute;
  top: 0px;
  /*bottom: 0px;*/
  left: 0px;
  right: 0px;
  margin:auto;
}

.top-option figcaption .close{
  position: absolute;
  top: -18px;
  right: -18px;
  background: #FEA800;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding:9px;
  padding-bottom:15px;
  font-size: 25px;
  margin: 0px;
  line-height: 10px;
  cursor: pointer;
}


.top-option figcaption h3{
  text-align: center;
  border-bottom: 1px solid #000;
  margin: 10px auto;
  font-size: 19px;
  padding-bottom: 5px;
  margin-top: 47px;
  color: #2A5294;
  margin-bottom: 30px;
}

.top-option figcaption .btns{
  padding: 0px;
  width: 100%;
  list-style-type: none;
  text-align: center;

}
.top-option figcaption ul{
  margin-bottom:20px;
}
.top-option figcaption .btns li{
  width: 57%;
  height: auto;
  padding: 10px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background: #2A5294;
  margin:15px auto;
  text-transform: uppercase;
}
.top-option figcaption .btns li a{
  display: block;
  color: #fff;
  /*line-height: 30px;*/
}
.canal-denuncia-home{
	position: absolute;
	right: 20px;
	top:20px;
}
.canal-denuncia-home a{
  display: block;
  padding:5px 20px;
  color:#FFF;
  text-decoration: none;
  background:#19216C;
  text-align: center;
  text-transform: uppercase;
}
.canal-denuncia-home a.descargar-modelo{
  margin-top:10px;
}