body {

 	background-image: url("../fondos/cloth-569222_1280.jpg");
    -moz-background-image: url("../fondos/cloth-569222_1280.jpg");


    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 99%;
}



header{
	background: #03437B;
	/*background:#002B7A;*/
	/*border: 1px solid #002B7A;*/
	color:#fff;
	height: 20%;
}

header h2{
	color:#D59F0F;
}

main{
	background: #f2f2f2;
	min-height: 70%;
	height: 70%;
}

article p{
	font-size: 20px;
}

aside {
	background: #b5def5;
	/*border: 2px solid #0e86c9;*/
	color:#181b1c;
} 

p{
	text-align:left; 
}

footer {
	display: block;
	background: #34495a;
	/* background: #cce90e; */
	color:#fff;
	/*height: 10%;*/
	min-height: 20%;
	margin:auto;
} 


footer{
	/* font-size: 10px; */
	padding: 6px 4px 6px 4px;
}


.color1 {
	background: #1072b0;
	color:#fff;
} 


.imgbottom{

   float: left;
   padding-top: 5px;
   padding-right:10px; 
}

.logo-usuario{
	display:block;
	margin:auto;
}


input.form-control{
	font-family: Arial;
	font-size: 2.2em;
	/*padding-top: 0;
	padding-bottom: 0;*/
	padding-left: 1;
	padding-right: 1;
	border:0;
	margin: 0;
	}