@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 #990000;
	height:auto;
	padding:10px;
}

.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;
}
.pagination ul {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 10px;
	margin-left:92px;
	box-shadow: 0 2px 5px #666666;
}
.pagination li {
    display: inline;
}
.pagination a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 34px;
    padding: 0 14px;
    text-decoration: none;
	cursor:pointer;
}
.pagination a:hover, .pagination .active a {
    color:#2d2d28;
	outline:0;
	text-decoration:none;
	font-weight: bold;
}
.pagination .active a {
    color: #999999;
    cursor: default;
}
.pagination .disabled a, .pagination .disabled a:hover {
    background-color: transparent;
    color: #999999;
    cursor: default;
}
.pagination li:first-child a {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
    border-radius: 0 3px 3px 0;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.paginate {
    color: #2D2D28;
    font-weight: bold;
    text-decoration: none;
	cursor:pointer;
}

.paginate a:hover{
	color: #0066CC;
	outline:0;
	text-decoration:none;
	font-weight: bold
}

.login{
	width:300px;
	height:auto;
	padding:10px;
	background-color:#eeeeee;
	margin:auto;
	margin-top:100px;
	box-shadow:2px 2px 10px #484848;
	font-size:14px;
}
.login h2{
	color:#990000;
}
.login label{
	color:#990000;
}
.login input, select{
	width:60%;
	height:25px;
	outline:none;
}
.login button{
	width:30%;
	height:25px;
	cursor:pointer;
	background-color:#990000;
	border:1px solid #515151;
	font-weight:bold;
	color: #FFFFFF;
}
.login button:hover{
	background-color:#FF6600;
	color: #FFFFFF;
}
.error{
	background-color:#D50909;
	color:#FFF;
	padding:5px;
}
