@CHARSET "ISO-8859-1";

@-webkit-viewport {
	width: device-width;
}
@-moz-viewport { 
	width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}

html {
  	overflow-y: auto;
	color: #d4d5d6;
}

body{
	margin: 0px;
	font-size: 18px;
}

footer{
	
	color: #d4d5d6;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	height: 10%;
	width: 20%;
	margin: auto;
	text-align: center;
	margin-top: 10px;
}

header{

	text-align: center;
	height: 10%;
	padding: 2%;
	color: white;

	font-weight: bold;
	font-size: 21px;
}

.mainContent{
	
	width: 88%;
	height: 100px;
	padding-top: 40px;
	margin: auto;
}

.formularioImagen{
	height: 60px;
}

.inputFile{
	margin-top: 15px;
}