@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	min-width:1000px;
}
header{
	margin:auto;
	padding:10px;
	font-size:30px;
	width:500px;
	text-align:center;
	margin-top:20px;
}
section{
	margin-top:20px;	
}
section table tr td input{
	width:90%;
	height:35px;
	outline:none;
	font-size:14px;
}
.registros{
	margin:auto;
	width:1000px;
	margin-top:20px;
	border:1px solid #6F96DF;
	height:auto;
	padding:10px;
}

#consultadatos{
	padding: 20em:
	width 20em;
}

.formulario table tr td{
	padding:10px;
}
.formulario table tr td input{
	width:100%;
	outline:none;
}
.formulario table tr td select{
	width:100%;
	height:30px;
	outline:none;
}
.bien{
	background-color:#3CBE34;
	text-align:center;
	font-size:14px;
	color:#FFF;
	padding:5px;
}
.tabla{
border:1px solid;
width:500px;
border-collapse:collapse;
color: #000000;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.tabla td{
border:1px solid;
text-align:right;
color: #0404B4;
}
.tabla tr:hover{	
	background-color:#ff8000;

}
.tabla th{
background-color:#CEF6CE;
}
.tabla1 tr{
background-color:#EB162B;
}

.button {
 border: none;
 background: #3a7999;
 color: #f2f2f2;
 padding: 10px;
 font-size: 18px;
 border-radius: 5px;
 position: relative;
 box-sizing: border-box;
 transition: all 500ms ease;
}