﻿/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */
body
{
	top: 0%;
}

.popUp
{
	margin: 0 auto;
	position: absolute;
}

.backPop
{
	background: transparent;
	background-color: #000000;
	list-style: none;
}

.tituloback
{
	background-color: black;
	color: white;
}

.cuerpoBack
{
	background-color: white;
}

.titulopopup
{
	background-color: #000000;
	background-position: center;
	/*background-position-y: top;*/
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	display: block;
	height: 75px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.cuerpoPop {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: block;
	left: 0px;
	position: absolute;
	top: 75px;
	width: 100%;
}

.subcuerpoPop
{
	border-style: inset;
	display: block;
	left: 25px;
	position: relative;
}

.subtituloPop
{
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-o-border-bottom-left-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	-o-border-top-left-radius: 20px;
	-o-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	background-color: #000000;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-style: inset;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #FFFFFF;
	display: block;
	left: 25px;
	position: relative;
	top: 0px;
}

.subtitulotextoPop
{
	color: #FFFFFF;
	font-size: 20px;
	position: relative;
	text-align: center;
	top: 15%;
	vertical-align: middle;
}


#flexbox
{
}

.item
{
	width: 420px;
	position: relative;
	text-align: center;
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*Estilos de GridView*/

.botones_panel
{
	height: 100px;
	width: 90px;
}

.gridvew
{
	background-color: transparent;
	text-align: left;
	width: 100%;
}

.gridView_AlternativeRow
{
	background-color: transparent;
	color: #1d4178;
	text-align: left;
	font-style: normal;
	font-size: 11px;
	border-bottom: 1px solid midnightblue;
}

.gidview_footer
{
	background-color: #8d8d8d;
	color: #4A3C8C;
	height: 30px;
}

.gridview_header
{
	background-color: #8d8d8d;
	color: #ffffff;
	height: 50px;
	font-style: normal;
	font-size: 11px;
	border-bottom: 2px solid #222;
	
}

.gridview_header > th {
	top: 20px;
	vertical-align: middle;
	vert-align: middle;
}

.gridview_Pager
{
	background-color: #ffffff;
	color: #e3e3e3;
	height: 35px;
	/*font-style: normal;*/
	font-weight: normal;
	border-bottom: 2px solid #ffffff;
	font-size: 16px;
	/*padding-left: 20px;*/
}
.gridview_Pager table td span{
    padding-left: 20px;
}

.gridview_Row
{
	background-color: transparent;
	color: #1d4178;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px solid midnightblue;
}

.gridview_selectedRow
{
	background-color: #E7B521;
	color: white;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px solid midnightblue;
}

.gridview_AscendingCellStyle
{
	background-color: #F4F4FD;
}

.gridview_SortedAscendingHeaderStyle
{
	background-color: #5A4C9D;
}

.gridview_SortedDescendingCellStyle
{
	background-color: #D8D8F0;
}

.gridview_SortedDescendingHeaderStyle
{
	background-color: #3E3277;
}


.ID
{
	width: 0%;
}
/*Fin de Estilos de Gridview*/



/*Acordeón Panel*/

.accordion
{
	width: 80em;
	margin: 0 auto;
}

#MyAccordion {
	width: 80em;
	margin: 0 auto;
}

.accordionHeader
{
	cursor: pointer;
	/*background-color: #1fbba6;*/
    background-color: #CF4F27;
	color: #ffffff;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 27px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
}

.accordionHeader span
{
	color: #ffffff;
	font-size: 27px;
	text-transform: uppercase;
	font-weight: bold;
		text-align: left;
}

.accordionHeader:hover {
	background-color: #8d8d8d;
}
	
.accordionHeaderSelected
{
	cursor: pointer;
	background-color: #E7B521;
	color: #ffffff;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 27px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
	height: 50px;
	text-align: center;
}

	.accordionHeaderSelected span
	{
		color: #ffffff;
	font-size: 27px;
	text-transform: uppercase;
	font-weight: bold;
		text-align: center;
	}


.accordionContentTitle
{
	background-color: #ffffff;
	color: #1fbba6;
	height: 100%;
	padding-top: 10px;
}

.accordionContentTitleBuldings
{
	background-color: #222;
	border: 1px dashed #2F4F4F;
	border-top: none;
	color: #FFFFFF;
	height: 100%;
	padding: 3px;
	padding-top: 10px;
	width: 95%;
	left: 2.5%;
}

.accordionContentTitleCompanies
{
	background-color: #222;
	border: 1px dashed #2F4F4F;
	border-top: none;
	color: #FFFFFF;
	height: 100%;
	padding: 3px;
	padding-top: 10px;
	width: 95%;
	left: 2.5%;
}


.accordionContentTitleBusinessUnits
{
	background-color: #222;
	border-color: #2F4F4F;
	border-style: solid;
	border-top: none;
	border-width: 1px;
	color: #FFFFFF;
	height: 100%;
	padding: 3px;
	padding-top: 10px;
	vertical-align: top;
	width: 95%;
	left: 2.5%;
}

.accordionContentTitleDepartments
{
	background-color: #222;
	border: 1px dashed #2F4F4F;
	border-top: none;
	color: #FFFFFF;
	height: 100%;
	padding: 3px;
	padding-top: 10px;
	vertical-align: top;
	width: 95%;
	left: 2.5%;
}

.accordionContentTitleOffices
{
	background-color: #222;
	border: 1px dashed #2F4F4F;
	border-top: none;
	color: #FFFFFF;
	height: 100%;
	padding: 3px;
	padding-top: 10px;
	vertical-align: top;
	width: 95%;
	left: 2.5%;
}


.accordionContent
{
	border-color: #8d8d8d;
	border-style: solid;
	border-top: none;
	border-width: 1px;
	color: #8d8d8d;
	height: auto;
	padding: 10px;
	position: relative;
	background-color: white;
}

.panelEstado
{
	background-color: transparent;
	border-top: none;
	border-width: 1px;
	height: auto;
	position: relative;
	width: 95%;
	left: 2.5%;
}

/*Acordeón Panel*/


article, aside, details, figcaption, figure, hgroup, nav, section
{
	display: block;
}

audio, canvas, video
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

	audio:not([controls])
	{
		display: none;
	}

[hidden]
{
	display: none;
}

/*Estilos generados por Francisco Javier Torres Siles*/

.footer
{
	display: block;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	position: inherit;
	margin-top: 30px;
	color: #8d8d8d;
}

	.footer p
	{
		text-align: center;
	}

.header
{
	background-color: #CF4F27;
	color: #FFFFFF;
	display: block;
	height: 120px;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}

.contenedor-general
{
	background-color: transparent;
	display: block;
	height: auto;
	overflow: auto;
	position: relative;
	width: 100%;
	z-index: 1;
	top: 30px;
}
.principalMenu {
	top: 0px;	
}
.TituloContenido
{
	display: block;
	height: 50px;
	position: relative;
	width: 100%;
}

.CuerpoContenido
{
	display: block;
	height: auto;
	position: relative;
	text-align: left;
	width: 100%;
}


/*Estilos para todos los botones*/

.button
{
	-moz-box-shadow: 0 1px 1px #fff;
	-moz-box-shadow: 0 1px 1px #fff;
	-o-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	/*background: transparent;*/
	border: 1px solid #DDD;
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	/*left: 50%;*/
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	/*text-shadow: 0 1px 1px white;*/
	vertical-align: middle;
	white-space: nowrap;
	/*max-width: 200px;*/
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 6px;
	padding-bottom: 5px;
	font-family: "Lato";
}

.largeButton
{
	width: 300px;
}

.buttongrid
{
	-moz-box-shadow: 0 1px 1px #fff;
	-moz-box-shadow: 0 1px 1px #fff;
	-o-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	/*background: transparent;*/
	background-color: green;
	border: 1px solid #DDD;
	box-shadow: 0 1px 1px #fff;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	left: 50%;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	max-width: 250px;
	padding: 6px 10px;
	/*text-shadow: 0 1px 1px white;*/
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.buttonmid {
    -moz-box-shadow: 0 1px 1px #fff;
    -moz-box-shadow: 0 1px 1px #fff;
    -o-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    /*background: transparent;*/
    background-color: green;
    border: 1px solid #DDD;
    box-shadow: 0 1px 1px #fff;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    left: 50%;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    max-width: 250px;
    padding: 6px 10px;
    /*text-shadow: 0 1px 1px white;*/
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.loginLogoutButton
{
	background-image: none;
	background-color: transparent;
	color: white;
	font-family: "Lato" !important;
	font-size: 22px;
	border: none;
	-moz-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
}

.button:hover, .button:focus, .button:active, .buttongrid:hover, .buttongrid:focus, .buttongrid:active .buttonmid:hover, .buttonmid:focus, .buttonmid:active
{
	background-color: powderblue;
	color: #222;
	text-decoration: none;
}

.actual
{
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px #fff;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px #fff;
	background: -moz-linear-gradient(top, #4873b1, #4873b1);
	background: -ms-linear-gradient(top, #4873b1, #4873b1);
	background: -o-linear-gradient(top, #4873b1, #4873b1);
	background: -o-linear-gradient(top, #4873b1, #4873b1);
	background: -webkit-linear-gradient(top, #4873b1, #4873b1);
	border-color: #999;
	/*4873b1*/ /*background: -webkit-linear-gradient(top, white, #E0E0E0);
   background:  -moz-linear-gradient(top, white, #E0E0E0);
   background:  -ms-linear-gradient(top, white, #E0E0E0);
   background:          -o-linear-gradient(top, white, #E0E0E0);*/
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px #fff;
	color: white;
	text-decoration: none;
}
/*Fin de Estilos para los botones*/
/*Inicio para los textbox*/

.NormalTextBox
{

}


	.NormalTextBox:focus
	{

	}

	.NormalTextBox:hover
	{

	}

	.NormalTextBox:disabled
	{

	}

.NormalDropdownlist
{

}

	.NormalDropdownlist:in-range
	{

	}

	.NormalDropdownlist:focus
	{

	}

	.NormalDropdownlist:hover
	{

	}

	.NormalDropdownlist:disabled
	{

	}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html
{
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}

body
{
	font-family: "Lato";
	color: #222;
	display: block;
	font-size: medium;
	margin: 0;
	background-color: #e3e3e3;
}

.back
{
	position: relative;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection
{
	background: #999999;
	color: #fff;
	text-shadow: none;
}

::selection
{
	background: #999999;
	color: #fff;
	text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */

a
{
	color: #1fbba6;
}

	a:visited
	{
		color: #8d8d8d;
	}

	a:hover
	{
		color: #E7B521;
	}

	a:focus
	{
		outline: thin dotted;
	}

	/* Improve readability when focused and hovered in all browsers: h5bp.com/h */

	a:hover, a:active
	{
		outline: 0;
	}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title]
{
	border-bottom: 1px dotted;
}

b, strong
{
	font-weight: bold;
}

blockquote
{
	margin: 1em 40px;
}

dfn
{
	font-style: italic;
}

hr
{
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

ins
{
	background: white;
	color: #000;
	text-decoration: none;
}

mark
{
	background: white;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */

pre, code, kbd, samp
{
	font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */

pre
{
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q
{
	quotes: none;
}

	q:before, q:after
	{
		content: "";
		content: none;
	}

small
{
	font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */

sub, sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup
{
	top: -0.5em;
}

sub
{
	bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol
{
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd
{
	margin: 0 0 0 40px;
}

nav ul, nav ol
{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img
{
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root)
{
	overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure
{
	margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

form
{
	color: #222;
	margin: 0;
}

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */

label
{
	cursor: pointer;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend
{
	border: 0;
	*margin-left: -7px;
	padding: 0;
}

button, input
{
	line-height: normal;
	overflow: visible;
}

table button, table input
{
	*overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"]
{
	-moz-appearance: button;
	-o-appearance: button;
	-webkit-appearance: button;
	cursor: pointer;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"]
{
	box-sizing: border-box;
}

input[type="search"]
{
	-moz-box-sizing: content-box;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

	input[type="search"]::-webkit-search-decoration
	{
		-webkit-appearance: none;
	}

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea
{
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

	/* Colors for form validity */

	input:valid, textarea:valid
	{
	}

	input:invalid, textarea:invalid
	{
		background-color: #f0dddd;
	}


/* =============================================================================
   Tables
   ========================================================================== */

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

td
{
	vertical-align: top;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px)
{
	/* Style adjustments for viewports 480px and over go here */
}

@media only screen and (min-width: 768px)
{
	/* Style adjustments for viewports 768px and over go here */
}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print
{
	*
	{
		background: transparent !important;
		color: black !important;
		filter: none !important;
		text-shadow: none !important;
	}
	/* Black prints faster: h5bp.com/s */

	a, a:visited
	{
		text-decoration: underline;
	}

		a[href]:after
		{
			content: " (" attr(href) ")";
		}

	abbr[title]:after
	{
		content: " (" attr(title) ")";
	}

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after
	{
		content: "";
	}
	/* Don't show links for images, or javascript/internal links */

	pre, blockquote
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead
	{
		display: table-header-group;
	}
	/* h5bp.com/t */

	tr, img
	{
		page-break-inside: avoid;
	}

	img
	{
		max-width: 100% !important;
	}

	@page
	{
		margin: 0.5cm;
	}


	p, h2, h3
	{
		orphans: 3;
		widows: 3;
	}

	h2, h3
	{
		page-break-after: avoid;
	}


	.MiniTitulo
	{
		color: midnightblue;
		cursor: pointer;
		font-size: 16px;
		font-weight: bold;
		height: 25px;
		margin-top: 5px;
		position: relative;
		text-align: left;
		text-transform: uppercase;
		width: 95%;
		left: 2.5%;
		padding-top: 5px;
	}
}


/*Cambios para la nueva versión de la web*/

.button, .buttongrid {
	/*height: 45px;*/
	height: 35px;
	background-color: #CF4F27;
	color: white;
}

.buttongrid {
	height: 35px;
}

.button:hover, .buttongrid:hover {
	background-color: #E7B521;
	color: white;
}

.button:focus, .buttongrid:focus {
	background-color: #E7B521;
	color: white;
	-webkit-box-shadow: 0px 0px 46px -5px rgba(141,141,141,1);
	-moz-box-shadow: 0px 0px 46px -5px rgba(141,141,141,1);
	-o-box-shadow: 0px 0px 46px -5px rgba(141,141,141,1);
	box-shadow: 0px 0px 46px -5px rgba(141,141,141,1);

}
.Contenidotabla {
	background-color: white;
}

	.Contenidotabla td button, .Contenidotabla td span, .Contenidotabla td label, div span, body, input, fieldset, a {
		font-family: "Lato";
		font-size: 13px;
	}

	.accordionHeader, .accordionHeaderSelected {
		font-family: "Lato";
	}

.ContenedorLogin {
	margin: 0 auto;
	top: 60px;
	width: 340px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 46px -5px rgba(227,227,227,1);
	-moz-box-shadow: 0px 0px 46px -5px rgba(227,227,227,1);
	-o-box-shadow: 0px 0px 46px -5px rgba(227,227,227,1);
	box-shadow: 0px 0px 46px -5px rgba(227,227,227,1);
}

.PanelLogo
{
	display: block;
	text-align: left;
	top: 10px;
	width: 340px;
	height: 120px;
	background-color: white;
}


.SubPanelLogo
{
	margin: 0 auto;
	width: 280px;
	height: 80px;
}



.logo
{
	max-height: 60px;
	text-align: center;
	margin-top: 15px;
	position: absolute;
}

.titulo
{
	max-height: 60px;
	color: gray;
	text-align: center;
	position: absolute;
	margin-top: 75px;
	font-family: Lato;
	font-size: 16.5px;
}


.LoginContainer
{
	margin: 0 auto;
	width: 90%;
}

.UserNameFied
{
	margin: 0 auto;
	width: 90%;
	margin-bottom: 20px;
	margin-top: 10px;
}

.PasswordFiel
{
	margin: 0 auto;
	width: 90%;
	margin-bottom: 20px;
}


.LogInButtonField
{
	margin: 0 auto;
	width: 90%;
	margin-bottom: 20px;
	text-align: center;
}

.logInButton {
	background-color: #dfbb17;
	color: white;
	font-family: Lato;
	color: white
}

input:not([type]),
input[type="number"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="date"],
input[type="datetime-local"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	font-family: Lato;
	margin: 0px;
	outline: 0px none;
	line-height: 1.1142em;
	padding: 0.67861em 1em;
	transition: background-color 0.2s ease 0s, color 0.2s ease 0s, box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
	color: #a3a3a3;
	background-color: #e3e3e3;
	border: none;
	width: 300px;
	font-size: 15px;
	margin-left: 40px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill
{
	background-color: white !important;
	background-image: none !important;
	font-family: "Lato";
}

label
{
	margin-left: 7px;
	color: #8d8d8d;
}

.MainMenu
{
	margin: 0 auto;
	width: 900px;
	margin-top: 15px;
	overflow: hidden;
}

.MenuModulo
{
	display: inline-block;
	
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
	background-color: #ffffff;
}

	.MenuModulo .MenuModuloHeader
	{
		background-color: #CF4F27;
		color: white;
		text-transform: uppercase;
		width: 100%;
		height: 30px;
		text-align: center;
		padding-top: 12px;
		font-size: 13px;
		font-weight: bold;
		overflow: hidden;
	}

	.MenuModulo .MenuModuloMiddle {
		background-color: #E7B521;
		color: white;
		text-transform: uppercase;
		width: 100%;
		height: 60px;
		padding-top: 12px;
		font-size: 13px;
		font-weight: bold;
		overflow: hidden;
	}

	.MenuModulo .MenuModuloMiddle img {
		margin: 0 auto;
		margin-top: 2px;
		position: absolute;
		margin-left: 50px;
	}

	.MainMenu .MenuModuloBody {
		background-color: #ffffff;
		height: 205px;
		text-align: left;
		padding-top: 12px;
		font-size: 10px;
		padding-top: 50px;
		padding-left: 20px;
		border: #000000 solid 1px;
		border-bottom: none;
		overflow: hidden;
	}

	.MainMenu .MenuModuloBody a {
		display: inherit;
		font-size: 11px;
	}


	.MainMenu .MenuModuloFooter {
		text-align: center;
		padding-top: 20px;
		border: #000000 solid 1px;
		border-top: none;
		padding-bottom: 0px;
		overflow: hidden;
	}

	
	.LoadignDiv {
		width: 100%;
		text-align: center;
	}
	.Contenidotabla {
		font-family: "Lato";
		margin-bottom: 10px;
	}

	.Contenidotabla td button {
		margin: 0 auto;
	}


	.Contenidotabla tbody tr {
		height:  auto;
		font-family: "Lato";
	}


	.gridvew > tbody > tr.gridview_Pager > td > table > tbody > tr > td > a {
		margin-top: 10px;
		margin-left: 10px;
		color: #E7B521;
	}

.centerform {
	width: 80em;
	margin: 0 auto;
	text-align: center;
	vert-align: middle;
	vertical-align: middle;
}
	/*Estilos para embellecer y alinear los forms*/

.formPanel {
	position: absolute;
	top: 0px;
	vertical-align: top;
	width: 30em;
}

.ReportePanel {
	margin: 0 auto;
	position: absolute;
	top: 0px;
	vertical-align: top;
	height: auto;
	width: 80em;
}

select 
{
	cursor: pointer;
	word-wrap: break-word;
	white-space: normal;
	outline: 0px none;
	transform: rotateZ(0deg);
	background: none repeat scroll 0% 0% #FFF;
	display: inline-block;
	/*padding: 0.8em 1.1em;*/
	color: rgba(0, 0, 0, 0.8);
	box-shadow: none;
	border: 1px solid rgba(39, 41, 43, 0.15);
	border-radius: 0.2857rem;
	transition: border-radius 0.1s ease 0s, width 0.2s ease 0s, box-shadow 0.2s ease 0s, border 0.2s ease 0s;
	width: 290px;
	color: #8D8D8D;
}

select option {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 1.1em !important;
    padding-right: calc(2.1em) !important;
    white-space: normal;
    word-wrap: normal;
	vert-align: middle;
	vertical-align: middle;
}

select div , select option {
	background-color: white;
	color: #8D8D8D;
	height: 25px;
}

.CabeceraPanel {
	background-color: #E7B521;
	text-align: left;
	font: bolder 30px identifier Lato;
	color: white;
	height: 60px;
	padding-left: 20px;
	padding-top: 40px;
	font-size: 39px;
	width: 81.6%;
}


.footerlogin {
	top: 80px;
}


