.error_404{
	background-image: url('../img/404.png');
	background-repeat: no-repeat;
	height: 500px;
	width: 512px;
	margin: 25px auto;
}

/* Estilos de la clase paginator */
.sombreado_paginado {
    box-shadow: 0px -12px 4px rgba(0, 0, 0, 0.1) inset, 5px 5px 7px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: inset 0px -12px 4px rgba(0, 0, 0, 0.1), 5px 5px 7px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 0px -12px 4px rgba(0, 0, 0, 0.1), 5px 5px 7px rgba(0, 0, 0, 0.7);
	behavior: url(css/PIE.htc);
}

.redondeado_paginado {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-pie-border-radius: 4px;
	behavior: url(css/PIE.htc);
}

.contenedor_paginas{
width:100%;
height:65px;
padding:1px 1px;
margin:35px auto;
text-align:center;
clear:both;
display:block;

}

.contenedor_resultados {
    width: 100%;
    height: 16px;
    margin: 0px 1px 7px;
    text-align: left;
    vertical-align: middle;
    
}
.resultados_texto{
margin-left: 15px;
color:#999999;
font-size:12px;
width:307px;
height:30px;
}


.contenedor_items{
width:auto;
height:40px;
margin:1px 0px 1px 0px;
display:inline-table;

}


.contenedor_anterior {
    width: 60px;
    height: 40px;
    float: left;
}

.primero, .ultimo, .anterior_down, .siguiente_down {
    width: 50px;
    height: 30px;
    padding: 5px;
    text-align: center;
    float: left;
    margin: 5px;
    font-size: 14px;
    font-weight: bold;
}

.item_paginado {
    width: 40px;
    text-align: center;
    float: left;
    height: 40px;
    padding: 10px;

    margin: 0px 5px;
}

.item_paginado:hover{
color:#ff6600 !important; 	
}


.item_down:hover{
color:#ff6600 !important;
}

.item_down{
width:30px;
height:30px;
text-align: center;
vertical-align: middle;
padding-top: 10px;
float:left;
display:block;
overflow:hidden;
}


.contenedor_siguiente {
    width: 60px;
    height: 40px;
    float: left;
}

.inactivo{
color:#0066CC !important;
}

.activo{
color:#FF6600 !important;
font-size:14px;
font-weight:bold;
}

/* Fin estilos de la clase paginado */

.campos_obligatorios{
	height: 18px;
	width: auto;
	padding: 1px 1px;
	font-size: 10px;
	color: #ff1300;
}

.resaltado{
	color: #ed7905 !important;
	font-weight: bold;
}

.divisor{
	height: 1px;
	width: 98%;
	margin: 5px auto;
	border-bottom: 1px solid #cfcfcf;
	clear: both;
	display: block;
	overflow: hidden;
}

.ocultar{
visibility: hidden;	
}

.mostrar{
visibility: visible;	
}

.centrar{
	margin: 0px auto !important;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.der{
	margin: 0px auto !important;
	height: auto;
	width: 100%;
	overflow: hidden;
	text-align: right;
}