*{
	padding: 0px;
	margin: 0px;
}

body{
	background-color: #eee;
}

header{
	width: 100%;
	height: 60px;
	background-color: #fff;
}

header h1{
	font-size: 20px;
	font-family: "Regular";
	color:#777;
	display: inline-block;
	vertical-align: middle;
	padding-top: 12px;
}

header img{
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5%;
	padding-top: 12px;
}

header span{
	background-color: #f89726;
	padding: 2px;
	color:#fff;
	border-radius: 3px;
}

form{
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;

}

form input[type=text]{
	border: 0px;
	width: 30%;
	margin: 0 auto;
	height: 50px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding-left: 10px;
	font-size: 30px;
	font-family: "Bold";
	outline: none;
	color: #777;
	display: inline-block;
	vertical-align: middle;
}

form input[type=submit]{
	border: 0px;
	width: 100px;
	margin: 0 auto;
	height: 50px;
  border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-left: 0px;
	font-size: 20px;
	font-family: "Bold";
	outline: none;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	display: inline-block;
	vertical-align: middle;
	margin-left: -4px;
	background-color: #23aae1;
}

form input[type=submit]:hover{
	transition: .3s;
	background-color: #f89726;
}

.datos{
	margin-left: 3%;
	margin-top: 20px;
}

.datos h1{
	display: inline-block;
	vertical-align: middle;
	font-family: "Regular";
	color:#999;
	font-family: 14px;
}
.datos div{
	display: inline-block;
	vertical-align: middle;
	font-family: "Regular";
	color:#999;
	font-family: 14px;
}

h2{
	font-family: "Regular";
	color:#333;
	font-family: 20px;
	padding-left: 3%;
}

.datos img{
	display: inline-block;
	vertical-align: middle;
	font-family: "Regular";
	color:#999;
	width: 28px;
	height: 28px;
}

.contenido{
	border-radius: 30px;
	border:1px solid #ccc;
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 30px;
}

.ojito{
	width: 20px !important;
	height: 20px !important;
	cursor: pointer;

}
.ojito:hover{
	cursor: pointer;
	background-color: #999;
	border-radius: 100%;
}

.tabla{
	width: 380px;
	height: 100px;
	background-color: #dadada;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
}

.sin-contenido{
	display: block;
	margin: 0 auto;
	width: 300px;
	height: auto;
	margin-top: 50px;
}

.sin-contenido h1{
	font-family: "Regular";
	font-size: 20px;
	text-align: center;
	display: block;
}

.sin-contenido img{
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 120px;
	height: 120px;
}

.archivos{
	width: 40px;
	height: 40px;
	background-image: url(../img/carpeta.png);
	background-size: contain;
	background-repeat: no-repeat;
	cursor:pointer;
}

.observaciones{
	border-radius: 10px;
	background-color: #f8ea26;
	padding: 10px;
	color:#000;
}

@font-face {
	font-family: "Regular";
	src: url(../font/Louis.ttf) format("truetype");
}

@font-face {
	font-family:"Ligth";
	src: url(../font/LouisLight.ttf) format("truetype");
}

@font-face {
	font-family:"Bold";
	src: url(../font/LouisBold.ttf) format("truetype");
}
