@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#F0F0F0;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	overflow-x:hidden;
}
h1,h2
{
	display:none;
}
#contenedor,
#bloque_cabecera,
#cntDesconectar{
	max-width:1024px;
	margin:0px auto 0px auto;
}
#btnDesconectar
{
	float:right;
	text-align:center
}
#cabecera{
	float: left;
	width: 100%;
	height: 90px;
	background: url(../imagenes/header_bg.png) no-repeat center bottom #fff;
}
#cntDesconectar
{
	clear: both;
	/*margin: 0 auto;*/
	padding:20px;
	width: 100%!important;
	text-align:center;
	float:left;
	max-width:none;
	margin:none!important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#cntDesconectar .enviar{
	float:none;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.logo{
	float:left;
	width:230px;
	height:90px;
	margin:3px 0px 0px 0px;
	background:url(../imagenes/logo.png) no-repeat left center;
	text-indent: -9999px;
}
#bloqueUsuarioConectado{
	float:right;
}
#bloqueUsuarioConectado hr{
	width:100%;
	float:left;
	margin:10px 0px;
	border:none;
	border-top:solid 1px rgba(0,0,0,0.3);
	border-bottom:solid 1px rgba(255,255,255,0.5);
}
#bloque_cabecera p{
	float: right;
	width: auto;
	/*font-size:0.8em;*/
	color:#666;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	/*line-height:17px;*/
	text-transform:uppercase;
}
#botonMenuLateral
{
	display:none;
}
.b_acceso,.b_suministro {
	float:right;
	clear:both;
	margin-top:0px;
}
#menu{
	border-radius: 3px 3px 0 0;
    float: left;
    margin-top: 25px;
    overflow: hidden;
    width: 100%;
	/*height:64px;*/
	/*background:#FA4913;*/
	/*text-transform:uppercase;*/
	margin-bottom:1px solid #fff;
}
#menu2 {
	float: left;
	margin-top: 20px;
	width: 100%;
}
#contenidos{
	float:left;
	width:100%;
	/*min-height:350px;*/
	padding:50px;
	background:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius:0px 0px 3px 3px;
}
#contenidos2{
	float:left;
	width:920px;
	/*min-height:350px;*/
	padding:50px;
	background:#fff;
}
#contenidos h3{
	float: left;
	width: 100%;
	font-size: 1.4em;
	font-weight: normal;
	color: #6F6B5F;
}
#contenidos h4,#contenidos2 h4,#contenidos2 h3{
	float:left;
	font-size:1em;
	font-weight:normal;
	color:#FA4913;
	margin:0px 0px 10px 0px;
}
#contenidos h4{
	width:100%;
}
#contenidos h4 strong{
	color:#FA4913;
}
#contenidos2 h4{
	width:460px;
}
#pie{
	float:left;
	width:100%;
	/*height:15px;*/
	background:url(../imagenes/bg_pie.png) repeat-x top center;
	font-size:0.8em;
	color:#666;
	padding:30px 0px 20px 0px;
	text-align:center;
}
#pie a{
	color: #FA4913;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#pie a:hover{
	text-decoration: underline;
}
.gris{
	background:#F4F4F4;
}
.seguridad{
	width:78%;
	height:46px;
	margin-bottom:8px;
	border:1px solid #ccc;
	float:left;
	border-radius:3px;
}
#foot,#foot:hover{
	background:none;
}
.cols2
{
	float:left;
	width:48%;
}
.cols2 + .cols2{
	float:right;
}
.cebra{
	background:#f0f0f0;
}
/**/
.textos{
	font-size: 0.9em;
	line-height: 18px;
	color: #666;
}
.mostrar,
.paginador{
	float:left;
	width:50%;
	margin-bottom:40px;
	text-align:center;
	font-size:0.75em;
}
.paginador a{
	color:#0066CC;
	text-decoration:underline;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	padding:0px 5px 0px 5px;
}
/**/
.mright{
	margin-right:20px;
}
/**/
.CollapsiblePanel {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTab {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	float: left;
	width: 905px;
	background:url(../imagenes/bg_activo.png) no-repeat left 7px;
}
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 920px;
}
.CollapsiblePanelTab a {
	text-decoration: none;
}
.clear
{
	clear:both;
}

/*
* TABLAS y DATATABLES
*/
.dataTable,.tabla
{
	float:left;
	width:100%;
	font-size:0.8em;
	margin-bottom:25px;
}
.dataTable th, .tabla th{
	color:#fff;
	background:#FA4913;
	padding:10px;
	text-align:left;
	font-weight:bold;
	border-right:1px solid #fff;
}
.dataTable tr{
	border-bottom:1px solid #fff;
}
.dataTable th:last-child,
.dataTable tr:last-child td,
.tabla th:last-child,
.tabla tr:last-child td
{
	border:none;
}
.dataTable tr:hover, .tabla tr:hover{
	background:#FA4913;
}
.dataTable tr:hover td, .tabla tr:hover td{
	color:#000;
}
.dataTable td, .tabla td{
	/*min-width:143px;*/
	padding:10px;
	color:#666;
	text-align:left;
	border-right:1px solid #fff;
	/**font-size:0.8em;*/
	line-height:1.3em;
}
.dataTable strong, .tabla strong{
	color:#FA4913;
}
.dataTable a img, .tabla a img{
	border:none;
}
.dataTable tr
{
	cursor:pointer;
}
.dataTables_filter
{
	color: #666666;
	float: right;
	font-size: 0.8em;
	margin: 25px 0px 0 0;
	/*padding-left: 5%;*/
}
.dataTables_info
{
	font-size:0.8em;
}
.dataTables_info,
.dataTables_paginate{
	float:left;
	width:50%;
	margin-bottom:40px;
	text-align:left;
	padding-top:10px;
}
.dataTables_paginate{
	text-align:right;
}
.dataTables_filter input
{
	/*height:22px;*/
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	color:#000;
	background:#F4F4F4;
	-o-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	margin-bottom:10px;
	border:1px solid #ccc;
}
.dataTables_paginate
{
	float:right;
	width:50%;
}
.dataTables_paginate .paginate_active{
	text-decoration:none;
	color:#000;
	font-size:0.8em;
}
.dataTables_paginate .paginate_button {
	color:#FA4913;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	padding:0px 5px 0px 5px;
	font-size:0.8em;
	cursor:pointer;
}
.dataTables_paginate .paginate_button:hover {
	text-decoration:underline;
}
.dataTables_processing
{
	background:url(../gifs/loading.gif) no-repeat left center;
	padding-left:40px;
	float:left;
	min-height:30px;
	margin-top:20px;
	margin-left:50px;
}
.dataTables_wrapper
{
	float:left;
	width:100%;
}
.loading
{
	font-family:Arial,Helvetica,sans-serif;
	background:url(../gifs/loading.gif) no-repeat left center;
	padding-left:40px;
	padding-top:15px;
	height:30px;
}
.oculto{
	display:none!important;
}
/*
* Recordar usuario
*/
#opciones_login
{
	clear:both;
}
#recordarUsuarioPag
{
	margin-top:0;
	float:left;
}
.cntNombreUsuario{
	float:right;
	font-size:0.8em;
	margin-top:5px;
	margin-right:0px;
	color: #666;
	background:url(../imagenes/user.png) no-repeat left bottom;
	padding-left:50px;
	padding-top:10px;
	padding-bottom:0px;
}
#cntNombreUsuarioSinConectar
{
	margin-top:10px;
	padding-bottom:10px;
}
#cntNombreUsuarioConectado a{
	color: #666;
}
#enlaceDesconectarSup{
	float:right;
	font-size:0.8em;
	margin-top:10px;
	text-indent:-9999px;
	min-width:0;
	width:35px;
	background:url(../imagenes/off.png) no-repeat center center / 16px 16px;
	margin-left:15px;
}
#enlaceDesconectarSup:hover{
	background-color:#EFEFEF;
}