@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family:Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:rgba(255,255,255,1.00);
}
a{ text-decoration:none;}
header{
	margin:auto;
	width:100%;
	height:auto;
	text-align:center;
	clear:both;
	display:block;
	position:fixed;
	background:rgba(255,255,255,1.00);
}
.logo1{
	margin:20px 15px 20px 50px;
	max-width:254px;
	width:100%;
	height:auto;
	float:left;
}
.logo2{
	margin:20px;
	max-width:223px;
	width:100%;
	height:auto;
	float:left;
}
.mensaje{
	margin:40px auto 30px 30px;
	max-width:186px;
	width:100%;
	height:auto;
	display:inline-block;
	float:left;
}
.btnmenu{
	margin:40px 20px auto auto;
	font-size:1em;
	color:rgba(90,90,90,1.00);
	padding:10px 20px 10px 20px;
	background: rgba(252,252,252,1);
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(47%, rgba(242,242,242,1)), color-stop(100%, rgba(235,235,235,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ebebeb', GradientType=0 );
	border-radius:5px;
	float:right;
	display:inline-block;
	cursor:pointer;
}
.btnmenu:hover{
	color:rgba(70,116,182,1.00);
	background: rgba(252,252,252,1);
background: -moz-linear-gradient(45deg, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(252,252,252,1)), color-stop(47%, rgba(242,242,242,1)), color-stop(100%, rgba(235,235,235,1)));
background: -webkit-linear-gradient(45deg, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
background: -o-linear-gradient(45deg, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
background: -ms-linear-gradient(45deg, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
background: linear-gradient(45deg, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ebebeb', GradientType=1 );
}
section{
	margin:auto;
	width:100%;
	height:1000px;
	display:block;
	clear:both;
	text-align:center;
}
.fnd1{
	background-image:url(../imagenes/fnd/1.jpg);
	background-position:center center;
	background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fnd2{
	background-image:url(../imagenes/fnd/2.jpg);
	background-position:center center;
	background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fnd3{
	background-image:url(../imagenes/fnd/3.jpg);
	background-position:center center;
	background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fnd4{
	background-image:url(../imagenes/fnd/4.jpg);
	background-position:center center;
	background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

article{
	margin:250px 0px 10px 0px;
	max-width:800px;
	width:95%;
	height:auto;
	padding:20px;
	font-size:.9em;
	text-align: left;
	color:rgba(90,90,90,1.00);
	padding:10px 20px 10px 20px;
	background: rgba(252,252,252,1);
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(47%, rgba(242,242,242,1)), color-stop(100%, rgba(235,235,235,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ebebeb', GradientType=0 );
	border-radius:20px;
	display:inline-block;
}
.regresar{
	float: right;
}
ul{
	column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  font-size:.9em;
}
li {
	list-style:disc;
    color: #f7931e;
}
.campo1{
	margin:5px;
	max-width:186px;
	width:100%;
	height:auto;
	padding:3px;
	font-family:Arial, sans-serif;
}
.campo2{
	margin:10px;
	max-width:780px;
	width:100%;
	height:80px;
	padding:3px;
	font-family:Arial, sans-serif;
}
footer{
	margin:auto;
	width:100%;
	padding:20px 0px 20px 0px;
	background-color:rgba(186,186,186,1.00);
	color:rgba(108,108,108,1.00);
	text-align:center;
}
#scroll{
	width:90%;
	height:350px;
	overflow-x:hidden; 
	overflow-y:scroll;
}
@media (max-width: 480px) {
	header{
	margin:auto;
	width:100%;
	height:auto;
	text-align:center;
	clear:both;
	display:block;
	position: relative;
	background:rgba(255,255,255,1.00);
}
.logo1{
	margin:5px;
	width:50%;
}
.mensaje{
	margin:10px 5px 5px 5px;
	max-width:186px;
	width:43%;
	height:auto;
	display:inline-block;
	float: right;
}
.btnmenu{
	margin:5px;
	width:150px;
	font-size:1em;
	padding:10px;
	float:none;
	display: inline-block;
	float: right;
	cursor:pointer;
}
article{
	margin:50px 0px 10px 0px;
	max-width:400px;
	width:75%;
	font-size:1em;
}
.campo1{
	max-width:380px;
	width:100%;
	display:block;
	clear:both;
}

}