*{
	margin: 0px;
	padding: 0px;
	
	justify-content:center;
}
html{
	background: #ccc;
}
.usuario{
	position: absolute;
	margin-left: 550px;
	margin-top: -22px;
	color: #fff;
	font-family: arial;
	font-weight: normal;
	font-size: 15px;
	min-width: 370px; 

}
@font-face {

font-family: Utsaah;

src: url('../fonts/Utsaah.ttf');

}
input:hover{
	border: 1px solid blue;
}
select:hover{
	border: 1px solid blue;
}
.contenedor_general{
	
	background-image: url('../img/imagenes/textura5.jpg');
	/*background: #000;*/
	width: 1002px;
	margin:auto;
	height:80%;
	border-left: 2px solid #ccc;
}
.h_2{
	background: #424242;
	color:#fff;
	margin-top: 2px;

	width: 980px;
	/*margin: 1%;*/
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 20px;
	border-bottom: 2px solid orange;
	border-right: 2px solid grey;
	box-shadow: 1px 1px 3px #000;
	margin-left: 0px;
	font-family: batang, arial;
	margin-bottom: 0px;
}
.header{
	margin-left: 1%;
	width: 1000px;
	height: 90px;
	background-image: url('../img/degradados/degradado66.jpg');
	border-top:2px solid rgba(0,0,0,.5);
	border-bottom:3px solid grey;
	padding:1px;
	margin:auto;
	margin-top: 3px;
}
span.fuente_encabezado{
	font-family: arial;
	display: block;
	width: 700px;
	position: absolute;
	padding-top: 20px;
	margin-left: 65px;

	font-size: 40px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
div.footer{
	width: 92%;
 	height: 4%;
 	bottom: 0;
 	min-width: 500px;
 	margin-left: 4%;

 	position: fixed;
 	background-color: rgba(0,0,0,.65);
 	color: #fff;
 	text-align: center;
 	font-size: 100%;
 	font-family: apajarita;
 	padding-top: 3px;
 	padding-left: 1%;
 	border-top: 2px solid rgba(255,128,0,.7);
 	border-top-left-radius:50px;
 	border-top-right-radius:50px;
 }
  span.texto1_footer{
 	color: orange;
 	font-size: 120%;
 }
div.texto_chico{
	margin-top: 64px;
	margin-left: 600px;
	position: absolute;
	display: block;
	overflow: hidden;
	padding:2px 5px 2px 19px;
	font-size: 18px;
	color: #fff;
	background: #000;
	width: 220px;
	
	
}
.para_imagen{
	width: 900px;
	height: 70%;
	/*background-image: url('../img/degradados/siluetasedit22.png');*/
	background-size: cover;

	position: absolute;

	margin-top:-20px;
	margin-left: 50px;
}