@font-face {
    font-family: 'Roboto Black';
    src: url('../../fonts/roboto-gf/Roboto-Black.ttf');
}
@font-face {
    font-family: 'Roboto Bold';
    src: url('../../fonts/roboto-gf/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto Medium';
    src: url('../../fonts/roboto-gf/Roboto-Medium.ttf');
}
@font-face {
	font-family: 'Roboto Regular';
	src: url('../../fonts/roboto-gf/Roboto-Regular.ttf');
}
@font-face {
	font-family: 'Roboto Light';
	src: url('../../fonts/roboto-gf/Roboto-Light.ttf');
}
/*  =================  ESTILOS PARA HEADER  =================   */
.ui-autocomplete {
	width: 100% !important;
}

.md-selectMix {
	margin-top: 24px;
}

form.container-fluid {
	margin-bottom: 150px;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "\003E";
}

body .ui-widget-header .ui-icon {
	color: #757575 !important;
}

.no-padding-bottom {
	padding-bottom: 0px;
}

.layout-wrapper .footer {
	position: fixed;
	height: 100px;
	bottom: 0;
	width: 100%;
}
/* Large desktop */
@media ( min-width : 992px) {
	.xmax {
		display: block;
	}
	.xmed {
		display: none;
	}
	.xmin {
		display: none;
	}
	.nombreUsuario {
		padding-top: 10px;
		padding-right: 10px;
		color: white;
	}
}

/* Portrait tablet to landscape and desktop */
@media ( max-width : 991px) {
	.xmax {
		display: none;
	}
	.xmed {
		display: block;
	}
	.xmin {
		display: none;
	}
	.nombreUsuario {
		padding-top: 20px;
		padding-right: 10px;
	}
}

/* Landscape phones and down */
/*@media (max-width: 480px) { 
	.xmax{ display: none;	}
	.xmed{ display: none	}
	.xmin{ display: block }
}*/
.layout-wrapper .layout-main .card:first-child {
	margin-top: 160px;
}
.card.menu-basico {
	border: none;
	background: none;
	margin-bottom: 0;
}
.card.menu-basico h1 {
	font-family: 'Roboto Bold';
	font-weight: normal;
	font-size: 22px;
	color: #000000;
	border-bottom: 3px solid #950054;
	background: none;
}
.card.menu-basico .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 10px;
}
/* .header-conteiner {
	z-index: 1001;
	position: fixed;
} */

.footer-container {
	z-index: 1001;
	position: fixed;
}

/* .tituloModulo {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #db46a3;
	margin-left: 3% !important;
	width: 95%;
	background-color: #932c60;
} */

.tituloModulo h1 {
	color: #FFFFFF;
	margin-bottom: initial;
	padding-left: 5px;
}

.card h1:first-child {
	margin-top: 10px;
}

.layout-main {
	margin-left: 5px !important;
}

.layout-main .container-fluid .acciones-container .requerido {
	margin-left: 0
}

body .barra-menu .ui-menu .ui-menu-list li.ui-menuitem .ui-menuitem-link.ui-state-hover
	{
	background-color: #000000;
}

body .barra-menu .ui-menu .ui-menu-list li.ui-menuitem .ui-menuitem-link
	{
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 10px;
}

/* .card {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px
		rgba(0, 0, 0, 0.23);
} */

.no-padding {
	padding: 0px 0px 0px 0px;
}

.barra-menu>.ui-widget {
	background-color: #000000;
}

.col-menu-sistema {
	height: auto;
}

.header_conteiner {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	z-index: 200;
	position: fixed;
}

.rowUser {
	/*	background: linear-gradient(to right, #df4392, #000000);*/
	background: #000000;
}

#rowUserDetalles {
	background-color: #848484;
	font-size: x-small;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#cabecera_div_sistema {
	text-align: left;
	color: #DF4392;
}

#header_btn_sesion {
	background: #df4392;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
	width: 120px;
	height: 40px;
	border-radius: 7px;
	box-shadow: none;
}

#header_btn_ini {
	background: #df4392;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
	width: 120px;
	height: 40px;
	border-radius: 7px;
	box-shadow: none;
}


#header {
	position: fixed;
	width: 100%;
	z-index: 1000;
}
#header > .row:first-child {
	background-color: #000000;
	color: #FFFFFF;
}
#header > .row:nth-child(2) {
	background-color: #dbdbdb;
	padding: 7px 35px;
}
/*Deja el padding por defecto de bootstrap*/
#header .col-xs-12, 
#header .col-md-5, 
#header .col-sm-4, 
#header .col-md-7 {
	padding: 0 15px;
}
#nombre-sistema {
	font-size: 15px;
}
#nombre-sistema > a:hover {
	color: #ffffff;
}
#nombre-sistema > a:first-child {
	font-family: 'Roboto Bold';
	font-size: 30px;
	font-weight: normal;
	vertical-align: middle;
}
#nombre-sistema > div:nth-child(2) {
	width: 3px;
	height: 30px;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 9px;
}
#nombre-sistema > div:nth-child(3) {
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 3px;
	vertical-align: middle;
}
#nombre-sistema > div:nth-child(3) > label {
	font-family: 'Roboto Regular';
	margin-bottom: 2px;
}
#nombre-sistema > a:nth-child(4) {
	font-family: 'Roboto Light';
	font-size: 18px;
	font-weight: normal;
	background-color: #d5007f;
	float: right;
	padding: 17px 20px;
	margin-right: -15px;
	margin-left: 60px;
}
#nombre-sistema > a:nth-child(4) > i {
	font-size: 20px;
}
#nombre-sistema > div:nth-child(5) {
	display: inline-block;
	float: right;
	margin-top: 18px;
	font-family: 'Roboto Regular';
	font-size: 16px;
}
#nombre-sistema > div:nth-child(5) > i {
	font-size: 18px;
	margin-right: 5px;
}
#combos-texto {
	font-family: 'Roboto Black';
	font-size: 18px;
	color: #950054;
	margin-top: 9px;
}
#combos-texto span {
	font-size: 16px;
	opacity: 0.7;
}
#form-header\:header-proceso_panel,
#form-header\:header-entidad_panel,
#form-header\:header-junta-local_panel {
	z-index: 10000 !important;
}
/*  =================  ESTILOS PARA MENU  =================   */
#contenedor-menu {
	border-bottom: 8px solid #878787;
	background: #ffffff;
}
#contenedor-menu .ui-menu {
	border: none;
	padding: 0 30px;
}
#contenedor-menu .ui-menu .ui-menuitem-link {
	line-height: 18px;
}
#contenedor-menu .ui-menu > .ui-menu-list > .ui-menuitem {
	width: 20%;
	text-align: center;
	margin: 0 0 -8px 0;
}
#contenedor-menu .ui-menu > .ui-menu-list > .ui-menuitem:after {
	content: '';
	display: block;
	width: 100%;
	height: 7px;
	background: #878787;
}
#contenedor-menu .ui-menu > .ui-menu-list > .ui-menuitem.ui-menuitem-active:after {
	background: #d5007f;
}
#contenedor-menu .ui-menu > .ui-menu-list > .ui-menuitem > .ui-menuitem-link {
	border: none;
	background: none;
	border-right: 1px solid #000000;
	border-radius: 0;
}
#contenedor-menu .ui-menu > .ui-menu-list > .ui-menuitem:last-child > .ui-menuitem-link {
	border-right: none;
}
#contenedor-menu .ui-menu > .ui-menu-list > .ui-menuitem > .ui-menuitem-link.ui-state-hover {
	background: none;
}
#contenedor-menu .ui-menu > .ui-menu-list > .ui-menuitem > .ui-menuitem-link.ui-state-hover > .ui-menuitem-text {
	color: #950054;
}
#contenedor-menu .ui-menu > .ui-menu-list > .ui-menuitem > .ui-menuitem-link > span {
	display: inline-block;
	float: none;
}
#contenedor-menu .ui-menu > .ui-menu-list > .ui-menuitem > .ui-menuitem-link > .ui-menuitem-text {
	font-family: 'Roboto Medium';
	font-size: 18px;
	padding-right: 15px;
}
#contenedor-menu .ui-menu .ui-menuitem-link,
#contenedor-menu .ui-menu .ui-menuitem-text {
	float: none;
}
#contenedor-menu .ui-menuitem-text {
	color: #000000;
	font-family: 'Roboto Regular';
	font-weight: normal;
	font-size: 18px;
}
#contenedor-menu .ui-menu .ui-menu-child.ui-menu-list,
#contenedor-menu .ui-menubar .ui-menu-child .ui-menuitem-link {
    width: 100%;
    text-align: left;
}
#contenedor-menu .ui-menubar .ui-menu-child .ui-menuitem-link.ui-state-hover {
    background: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
}
#contenedor-menu .ui-menubar .ui-menu-child .ui-menuitem-link.ui-state-hover > .ui-menuitem-text {
    color: #980360;
}

/*Estilo para menu seleccionado */
/* ul.ui-menu-list>li.ui-menuitem.ui-menu-parent.ui-menuitem-active>a {
	background: none;
	background-color: none;
	box-shadow: none;
	border: solid #932C60;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
} */

/*Estilo para submenu seleccionado */
/* ul.ui-menu-list>li.ui-menuitem.ui-menu-parent>ul.ui-menu-list>li.ui-menuitem-active>a.ui-menuitem-link
	{
	background: none;
	background-color: none;
	border-color: green;
	box-shadow: none;
	border: solid #932C60;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
} */

/* _______________loggin----------------------- */

/* .imgLogin{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	vertical-align: middle !important;
	width: 138.929 px !important;
	 
}
.dlgLogin{
	margin-left: 10px;
	font-weight: normal;
	
}
.dialogoLogin{
	width:450px;
	height:512px;
	vertical-align: middle;
}
.txtLogin{
	width: 270.522px;
	height: 23.599 px;
	margin-bottom: 3px !important;
}
.txtCaptcha{
	width: 130px;
    height: 30px;
}



a:link {
	color: #D5007F;
	text-decoration: underline;
}

a:visited {
	color: #D5007F;
	text-decoration: underline;
}

a:hover {
	color: #D5007F;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #D5007F;
	text-decoration: underline;
}

a.nontext {
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a, .ine a {
	color: inherit;
	text-decoration: inherit;
}

.labelLogin{
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Roboto;
}
.errorLogin{
	margin-bottom: 0px;
    font-weight: normal;k
    font-family: Roboto;
    margin-left: 20px;
    border-color: rgba(255, 0, 0, 0.37);
    border-style: solid;
    border-width: .5px;
    border-radius: 3px;
    color: rgba(236, 16, 16, 0.92);
    width: 270.522px;
    padding: 2px;
    padding-left: 8px;
	
}
.errorLoginMessage{
	margin-left: 21px;
	font-size: 10px;
    font-weight: normal;
	
}
.botonLogin{
	margin-top: 10px !important;
	margin-bottom: 20px !important;
	color: white !important;
    background: #D5007F !important;
    width: 270.522px !important;
    height: 34px !important;
    outline: none !important;
    border: 0px !important;
    font-weight: lighter !important;
    font-family: Helvetica !important;
    font-size: 15px !important;
    
}

.login {
	height: 51px;
	top: 5.77316e-15px;
	right: 0px; float : right;
	width: 157px;
	position: fixed;
	z-index: 278;
	background-color: #d5007f;
	float: right;
	 position: static;
    border-radius: 15px;
}
.textoImagenLogin {
	z-index: 289;
	font-size:15.2px;
	position: fixed;
	top: 17px;
	font-family: Helvetica;
	font-weight: lighter;
	right: 15px;
	color: white;
	 
    border-radius: 15px;
	
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
 */
.ui-dialog-title { /* no los toma se va sobre el default */
	margin: 0px auto;
	vertical-align: middle;
	float: none;
}

.main {
	height: 742px;
	top: 95px;
	padding-right: 0px;
	padding-left: 0px;
	position: absolute;
	overflow: auto;
}

.transition {
	-webkit-transition-property: background-image, background-position,
		background-color, border-color, border-radius, color, font-size,
		font-style, font-weight, letter-spacing, line-height, text-align,
		box-shadow, text-shadow, opacity;
	transition-property: background-image, background-position,
		background-color, border-color, border-radius, color, font-size,
		font-style, font-weight, letter-spacing, line-height, text-align,
		box-shadow, text-shadow, opacity;
}

.transition * {
	-webkit-transition: inherit;
	transition: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

fieldset, img {
	border: 0px;
	border-style: solid;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del, ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: inherit;
}

/* input, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
} */

input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	-moz-font-feature-settings: 'liga';
	-ms-font-feature-settings: 'liga';
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
}

a:link {
	/*color: #D5007F;
	text-decoration: underline;*/
	font-weight: 600;
}

a:visited {
	font-weight: 600;
	/*color: #D5007F;
	text-decoration: underline;*/
}

a:hover {
	color: #D5007F;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #D5007F;
	text-decoration: underline;
}

a.nontext {
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a, .ine a {
	color: inherit;
	text-decoration: inherit;
}

.ine a:link {
	color: #D5007F;
	text-decoration: underline;
}

.ine a:visited {
	color: #D5007F;
	text-decoration: underline;
}

.ine a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.ine a:active {
	color: #D5007F;
	text-decoration: underline;
}

.normal_text {
	color: #000000;
	direction: ltr;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 17px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	vertical-align: 0px;
	padding: 0px;
}

.ts18-negrita {
	color: #333333;
	font-family: roboto, sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

.datos-duros-grafica {
	font-family: lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.categorias {
	color: #333333;
	font-family: roboto, sans-serif;
	font-size: 28px;
	font-weight: 700;
}

.ts18-regular_2 {
	color: #333333;
	font-family: roboto, sans-serif;
	font-size: 18px;
	font-weight: 300;
}

.links {
	color: #D5007F;
	font-family: roboto, sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
}

.list0 li:before {
	position: absolute;
	right: 100%;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.rtl-list li:before {
	right: auto;
	left: 100%;
}

.nls-None>li:before, .nls-None .list3>li:before, .nls-None .list6>li:before
	{
	margin-right: 6px;
	content: '•';
}

.nls-None .list1>li:before, .nls-None .list4>li:before, .nls-None .list7>li:before
	{
	margin-right: 6px;
	content: '○';
}

.nls-None, .nls-None .list1, .nls-None .list2, .nls-None .list3,
	.nls-None .list4, .nls-None .list5, .nls-None .list6, .nls-None .list7,
	.nls-None .list8 {
	padding-left: 34px;
}

.nls-None.rtl-list, .nls-None .list1.rtl-list, .nls-None .list2.rtl-list,
	.nls-None .list3.rtl-list, .nls-None .list4.rtl-list, .nls-None .list5.rtl-list,
	.nls-None .list6.rtl-list, .nls-None .list7.rtl-list, .nls-None .list8.rtl-list
	{
	padding-left: 0px;
	padding-right: 34px;
}

.nls-None .list2>li:before, .nls-None .list5>li:before, .nls-None .list8>li:before
	{
	margin-right: 6px;
	content: '-';
}

.nls-None.rtl-list>li:before, .nls-None .list1.rtl-list>li:before,
	.nls-None .list2.rtl-list>li:before, .nls-None .list3.rtl-list>li:before,
	.nls-None .list4.rtl-list>li:before, .nls-None .list5.rtl-list>li:before,
	.nls-None .list6.rtl-list>li:before, .nls-None .list7.rtl-list>li:before,
	.nls-None .list8.rtl-list>li:before {
	margin-right: 0px;
	margin-left: 6px;
}

.TabbedPanelsTab {
	white-space: nowrap;
}

.MenuBar .MenuBarView, .MenuBar .SubMenuView {
	display: block;
	list-style: none;
}

.MenuBar .SubMenu {
	display: none;
	position: absolute;
}

.NoWrap {
	white-space: nowrap;
	word-wrap: normal;
}

.rootelem {
	margin-left: auto;
	margin-right: auto;
}

.colelem {
	display: inline;
	float: left;
	clear: both;
}

.clearfix:after {
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}

*:first-child+html .clearfix {
	zoom: 1;
}

.clip_frame {
	overflow: hidden;
}

.popup_anchor {
	position: relative;
	width: 0px;
	height: 0px;
}

.popup_element {
	z-index: 100000;
}

.svg {
	display: block;
	vertical-align: top;
}

span.wrap {
	content: '';
	clear: left;
	display: block;
}

span.actAsInlineDiv {
	display: inline-block;
}

.position_content, .excludeFromNormalFlow {
	float: left;
}

.preload_images {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

.preload {
	height: 1px;
	width: 1px;
}

.animateStates {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

[data-whatinput="mouse"] *:focus, [data-whatinput="touch"] *:focus,
	input:focus, textarea:focus {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.fld-prompt {
	pointer-events: none;
}

.wrapped-input {
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	border: none;
}

.submit-btn {
	z-index: 50000;
	cursor: pointer;
}

.anchor_item {
	width: 22px;
	height: 18px;
}

.MenuBar .SubMenuVisible, .MenuBarVertical .SubMenuVisible, .MenuBar .SubMenu .SubMenuVisible,
	.popup_element.Active, span.actAsPara, .actAsDiv, a.nonblock.nontext,
	img.block {
	display: block;
}

.widget_invisible, .js .invi, .js .mse_pre_init {
	visibility: hidden;
}

.ose_ei {
	visibility: hidden;
	z-index: 0;
}

.no_vert_scroll {
	overflow-y: hidden;
}

.always_vert_scroll {
	overflow-y: scroll;
}

.always_horz_scroll {
	overflow-x: scroll;
}

.fullscreen {
	overflow: hidden;
	left: 0px;
	top: 0px;
	position: fixed;
	height: 100%;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.fullwidth {
	position: absolute;
}

.borderbox {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.scroll_wrapper {
	position: absolute;
	overflow: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.browser_width>* {
	position: absolute;
	left: 0px;
	right: 0px;
}

.grpelem, .accordion_wrapper {
	display: inline;
	float: left;
}

.fld-checkbox input[type=checkbox], .fld-radio input[type=radio] {
	position: absolute;
	overflow: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0px;
	border: 0px;
}

.fld-checkbox input[type=checkbox]+label, .fld-radio input[type=radio]+label
	{
	display: inline-block;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	width: 100%;
	height: 100%;
}

.pointer_cursor, .fld-recaptcha-mode, .fld-recaptcha-refresh,
	.fld-recaptcha-help {
	cursor: pointer;
}

p, h1, h2, h3, h4, h5, h6, ol, ul, span.actAsPara {
	max-height: 1000000px;
}

.superscript {
	vertical-align: super;
	font-size: 66%;
	line-height: 0px;
}

.subscript {
	vertical-align: sub;
	font-size: 66%;
	line-height: 0px;
}

.horizontalSlideShow {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.verticalSlideShow {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.colelem100, .verticalspacer {
	clear: both;
}

.list0 li, .MenuBar .MenuItemContainer, .SlideShowContentPanel .fullscreen img,
	.css_verticalspacer .verticalspacer {
	position: relative;
}

.popup_element.Inactive, .js .disn, .js .an_invi, .hidden, .breakpoint {
	display: none;
}

#muse_css_mq {
	position: absolute;
	display: none;
	background-color: #FFFFFE;
}

.fluid_height_spacer {
	width: 0.01px;
}

.muse_check_css {
	display: none;
	position: fixed;
}

html {
	min-height: 100%;
	min-width: 100%;
	-ms-text-size-adjust: none;
}
/**************************************** comienza ccs cabecera ************************************/
.logoSistema a {
	color: #FFFFFF;
	font-weight: bold;
}

.logoSistema {
	z-index: 256;
	width: 170px;
	height: 32px;
	position: fixed;
	top: 9px;
	left: 28px;
	border-right-color: white;
	border-right-style: double;
	border-right-width: 2px;
}

.header {
	height: 51px;
	top: 15px;
	width: 100%;
	right: 20px;
	position: fixed;
	background-color: #000000;
	z-index: 200;
}

.login {
	height: 100%;
	margin-top: -1px;
	right: 0px;
	float: right;
	width: 170px;
	/*position: fixed;
	margin-bottom: 5px;
	z-index: 278;
	top: 5.77316e-15px;
	float: right;
	border-radius: 15px;
	*/
	background-color: #d5007f;
}

.login_2 {
	height: 100%;
	margin-top: -1px;
	float: right;
	width: 130px;
	/*right: 0px;  top: 5.77316e-15px;position: fixed;border-radius: 15px;padding-right:10px;*/
	z-index: 278;
	background-color: #d5007f;
	float: right;
}

.imagenLogin {
	/*z-index: 289;*/
	font-size: 20px;
	/*position: fixed;*/
	padding-top: 10px;
	right: 90px;
	color: white;
}

.textoImagenLogin {
	/*z-index: 289;*/
	font-size: 13px;
	/*	position: fixed;*/
	top: 17px;
	font-family: Helvetica;
	font-weight: lighter;
	right: 8px;
	color: white;
}

.siglasSistema {
	z-index: 260;
	position: fixed;
	font-size: 30px;
	font-family: Helvetica;
	top: 18px;
	left: 67px;
	font-weight: bold;
	color: white;
}

.nombre-sistema {
	z-index: 260;
	width: 458px;
	position: fixed;
	font-family: Helvetica;
	top: 9px;
	left: 214px;
	font-size: 16px;
	font-weight: normal;
}

.container {
	min-height: 70%;
	min-height: -webkit-calc(100% - 186px);
	min-height: -moz-calc(100% - 186px);
	min-height: calc(100% - 186px);
	min-width: 100%;
	min-width: -webkit-calc(100%);
	min-width: -moz-calc(100%);
	min-width: calc(100%);
	margin-bottom: 150px !important;
}

.nombre-sistema a {
	color: #FFFFFF;
	text-decoration: none;
}

.nombre-sistema h1 {
	color: #FFFFFF;
}

.id-sistema-header {
	color: #FFFFFF;
	font-weight: bold;
}

.barraNavegacion {
	height: 55px;
	top: 51px;
	width: 100%;
	right: 0px;
	position: fixed;
	z-index: 200;
}

.rowMenu {
	width: 100%;
	z-index: 260;
	position: fixed;
	top: 70px;
	text-align: center;
}

.barraMenu {
	width: 458px;
	min-height: 36px;
}

.imgLogin {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	vertical-align: middle !important;
	width: 138.929 px !important;
}

.dlgLogin {
	margin-left: 10px;
	font-weight: normal;
}

.dialogoLogin {
	width: 450px;
	height: 512px;
	vertical-align: middle;
}

.txtLogin {
	width: 270.522px;
	height: 23.599 px;
	margin-bottom: 3px !important;
}

.txtCaptcha {
	width: 117px;
	height: 30px;
}

.ui-inputfield {
	box-shadow: none !important;
	font-family: Roboto;
}

.divAyuda {
	width: 270.522px;
	padding-bottom: 5px;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.divpoliticas {
	width: 270.522px;
	padding-top: 10px;
}

.linkLabel {
	text-decoration: underline;
	text-decoration-color: #D5007F;
	font-family: Roboto;
	color: #D5007F;
	font-weight: normal;
	margin-bottom: 20px;
}

.linkImg {
	text-decoration: none !important;
	color: #D5007F !important;
	border-color: #D5007F;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin-bottom: 30px;
}

.labelLogin {
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Roboto;
}

.errorLogin {
	/*
	margin-left: 20px;
    border-color: rgba(255, 0, 0, 0.37);
    border-style: solid;
    border-width: .5px;
    border-radius: 3px;
    padding: 2px;
    padding-left: 8px;
    */
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Roboto;
	color: rgba(236, 16, 16, 0.92);
	width: 270.522px;
	color: #D8000C;
	/*background-color: #FFBABA;*/
	width: 100%;
}

.errorLoginMessage {
	margin-left: 21px;
	font-size: 12px;
	font-weight: normal;
}

.botonLogin {
	margin-top: -10px !important;
	margin-bottom: 20px !important;
	color: white !important;
	background: #D5007F !important;
	width: 270.522px !important;
	height: 34px !important;
	outline: none !important;
	border: 0px !important;
	font-weight: lighter !important;
	font-family: Helvetica !important;
	font-size: 15px !important;
	margin-bottom: 10px;
}

.ui-state-default .ui-icon-xls {
	background-image: url(../img/pdf2.png);
}

body .ui-button.ui-button-icon-only {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #eee;
}

body .ui-button.ui-widget.ui-button-icon-only {
	-moz-border-radius: 10%;
	-webkit-border-radius: 10%;
	border-radius: 10%;
	width: 33px;
	height: auto;
	background-color: #2399e5
}

#sistema-seguimiento-acuerdos {
	color: #db46a3;
}

/**** Estilos para la pantalla del login ****/
#contenedor-login {
	min-width: inherit;
	margin-bottom: 50px !important;
	font-family: 'Roboto Light';
	font-size: 22px;
	line-height: 24px;
}
#contenedor-login hr {
	border-top: 3px solid #e5d6e1;
}
#contenedor-login .icono-login {
	margin: 0 auto;
}
#contenedor-login .espacio-icono {
	padding-bottom: 15px;
}
#contenedor-login > .row:first-child {
	margin-top: 50px;
}
#contenedor-login h1 {
	font-family: 'Roboto Bold';
	font-size: 34px;
	color: #980360;
	margin-bottom: 25px;
}
#contenedor-login h2, .texto-color {
	font-family: 'Roboto Regular';
	font-size: 24px;
	color: #980360;
}
.texto-color {
	font-size: 20px;
}
.padding-top-3px {
	padding-top: 3px;
}
#contenedor-login .parrafo {
	font-size: 20px;
	line-height: 24px;
	color: #333333;

}
.texto-bold {
	font-family: 'Roboto Medium';

}

#dlgLogin div.ui-dialog-titlebar {
	display: none;
}

#dlgLogin div.ui-dialog-content {
	overflow-x: hidden;
}

#dlgLogin div.ui-dialog-titlebar{
	display:block;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    margin-top: 20px;
	
}

#dlgLogin div.ui-dialog-content{
	overflow-x:hidden;	
}

.tituloSistema {
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
}

.usuario {
	text-align: center;
	vertical-align: middle;

	line-height: 17px;
}

.pi-30 {
	padding-left: 30px;
}
.pd-30 {
	padding-right: 30px;
}
/**** Animaciones ****/
.contenedor-movimiento, .contenedor-parpadeo {
	min-height: 105px;
}
.contenedor-movimiento > img:first-child {
	position: absolute;
	left: 0;
	z-index: -2;
	top: 26px;
	animation-name: traslado;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
.contenedor-movimiento > img:nth-child(2) {
	position: absolute;
	right: 30px;
}
.contenedor-movimiento > div:last-child {
	width: 90px;
	height: 80px;
	background-color: #ffffff;
	position: absolute;
	right: -33px;
	z-index: -1;
}
#auto-dat {
	animation-delay: 3s;
	top: 17px;
}
#reglamento-elecciones {
	font-weight: normal;
	font-family: 'Roboto Regular';
	color: #980360;
}
#reglamento-elecciones:hover {
	color: #980360;
	text-decoration: underline;
}
@keyframes traslado {
    0% {
    	left: -10px;
    	opacity: 0;
   	}
    10% {
    	opacity: 1;
   	}
    85% {
    	opacity: 1;
   	}
    100% {
   		left: 520px;
   		opacity: 0;
	}
}
.contenedor-parpadeo > img:nth-child(1) {
	margin: 0 auto;
}
.contenedor-parpadeo > img:nth-child(2) {
	position: absolute;
	top: 40px;
	left: 126px;
	animation-name: parpadeo;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
.contenedor-parpadeo > img:nth-child(3) {
	position: absolute;
	left: 214px;
	top: -11px;
	animation-name: parpadeo;
    animation-duration: 7s;
    animation-iteration-count: infinite;
}
.contenedor-parpadeo > img:nth-child(4) {
	position: absolute;
	top: 38px;
	right: 267px;
	animation-name: parpadeo;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.contenedor-parpadeo > img:nth-child(5) {
	position: absolute;
	top: -13px;
	right: 130px;
	animation-name: parpadeo;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes parpadeo {
    0% {
    	opacity: 0;
   	}
    50% {
    	opacity: 1;
   	}
    100% {
   		opacity: 0;
	}
}
@media only screen and (max-width: 1200px) {
    @keyframes traslado {
	    0% {
	    	left: -10px;
	    	opacity: 0;
	   	}
	    10% {
	    	opacity: 1;
	   	}
	    85% {
	    	opacity: 1;
	   	}
	    100% {
	   		left: 420px;
	   		opacity: 0;
		}
	}
	.contenedor-parpadeo > img:nth-child(2) {
		left: 76px;
	}
	.contenedor-parpadeo > img:nth-child(3) {
		left: 165px;
	}
	.contenedor-parpadeo > img:nth-child(4) {
		right: 217px;
	}
	.contenedor-parpadeo > img:nth-child(5) {
		right: 81px;
	}
}

@media only screen and (max-width: 992px) {
    @keyframes traslado {
	    0% {
	    	left: -10px;
	    	opacity: 0;
	   	}
	    10% {
	    	opacity: 1;
	   	}
	    85% {
	    	opacity: 1;
	   	}
	    100% {
	   		left: 620px;
	   		opacity: 0;
		}
	}
	.contenedor-parpadeo > img:nth-child(2) {
		left: 209px;
	}
	.contenedor-parpadeo > img:nth-child(3) {
		left: 297px;
	}
	.contenedor-parpadeo > img:nth-child(4) {
		right: 348px;
	}
	.contenedor-parpadeo > img:nth-child(5) {
		right: 212px;
	}
	.pi-30 {
		padding-left: 0;
	}
	.pd-30 {
		padding-right: 0;
	}
}
@media only screen and (min-width: 992px) {
	.contenedor-movimiento {
		padding-top: 50px;
	}
	.contenedor-movimiento > img:first-child {
		top: 57px;
	}
	#auto-dat {
		top: 50px;
	}
}
#footerArriba {
    height: 45px;
}
#footerArriba {
    border-top: 3px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
    border-color: #AFAFAF;
}
#footerArriba div div {
    background-color: #DBDBDB;
}
#footerArriba #textFooterAT {
    padding-top: 4px;
    margin-bottom: -5px;
}
#footerArriba div.containerFooterA {
    margin-bottom: 32px !important;
}
#footerArriba a {
    color: #D5007F;
    font-family: "Roboto";
    font-weight: 300;
    text-decoration: underline;
}
#footerArriba p#textFooterAB {
    margin-bottom: 0px;
    margin-top: 0px;
}
#footerArriba p#textFooterAB {
    color: #4E4E4E;
    font-family: "Roboto";
    font-font-weight: 300;
    font-size: 12px;
}
#footerAbajo {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 10px;
}


.layout-wrapper .footer {
    padding: .3em;
    background-color: #212121;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 13px;
}
.textFooterAT{
	text-align: center;text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.vertical-divider{
	padding-left: 10px;
    padding-right: 10px;
    color: gray;
}
/* .ui-selectonemenu .ui-selectonemenu-label {
    padding-bottom: 0px;
    padding-top: 0px;
} */

/* .ui-selectonemenu .ui-selectonemenu-trigger {
    width: 25px !important;
} */
.ui-outputlabel .ui-outputlabel-rfi {
    color: red;
    float:left;
    margin-left: .4em;
    padding-right: 5px;
    padding-bottom: 5px;
 }
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.form-group > label{
	min-width:100%;
	
}
.form-control{
	width:100%;
}
.ui-outputlabel .ui-outputlabel-rfi {
    margin-left: .4em;
    color: red;
    float: left;
    font-size: 1.1em;
}


/* Estilos para el modulo de planeacion del Dat*/
/*-------------------CLASES-----------------*/
/* .tituloSeccion div.ui-accordion-header {
	background: #f2eee2 !important;
	border: 1px solid #b89f7a !important;
	padding: 10px 0px 10px 20px !important;
	margin-bottom: -1px !important;
	font-size: 24px !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.panelTab div.ui-accordion-content {
	border: 1px solid #cccccc;
	padding: 20px 20px;
}

.panelTab div span.ui-icon-triangle-1-e{
	display: none !important;
}

.panelTab div span.ui-icon-triangle-1-s{
	display: none !important;
}

.mensajeLabel {
	background-color: #dddddd;
	padding: 3px;
}

.ui-chkbox {
	float: right;
}

.input-number input {
	width: 100%;
}

.input-day {
	width: 15% !important;
	vertical-align: middle !important;
	margin-right: 40px !important;
}

.input-day input {
	width: 10%;
}

.input-month {
	vertical-align: middle !important;
	margin-right: 60px !important;
	width: 23% !important;
}

.input-year {
	vertical-align: middle !important;
	width: 23% !important;
}

.listaPaquetesProgramados div:nth-child(2) {
	height: 100px !important;
}




-------------------CLASES-----------------
----------------IDENTIFICADORES--------------
#mensajeCasillas {
	background-color: #dddddd !important;
	padding: 0px !important;
	height: 15px !important;
	margin-top: -20px !important;
}

#botonAgregar {
	border-radius: 50% !important;
	width: 24px !important;
	height: 24px !important;
}
----------------IDENTIFICADORES--------------
Util
.pt0 {
	padding-top: 0px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.width100 {
	width: 100% !important;
}

.width70 {
	width: 70% !important;
}

.red-color {
	color: red !important;
}

.small-font {
	font-size: small !important;
}

.smaller-font {
	font-size: smaller !important;
}

.middle-align {
	vertical-align: middle !important;
}

=====Util=======
 */	


/*** Estilos secci�n men� acciones ***/
.card.acciones-container {
	margin-bottom: 0;
}
.card.acciones-container div.row > div {
	padding-left: 15px;
}
.acciones-container,
.acciones-container .menu-acciones ul .active a,
.acciones-container .menu-acciones ul .unactive a {
    background: transparent;
    padding-bottom: 9px;
}
.acciones-container .menu-acciones ul .active a {
	font-weight: normal;
	border-width: 3px;
}
.acciones-container .menu-acciones ul .active a:hover,
.acciones-container .menu-acciones ul .unactive a:hover {
	background-color: #efd8e9;
}
.acciones-container .menu-acciones ul a {
	font-family: 'Roboto Black';
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
.acciones-container h1 {
	background: none;
	display: inline-block;
	font-family: 'Roboto Regular';
	font-weight: normal;
	font-size: 22px;
	color: #000000;
}
.acciones-container .menu-acciones {
	border-width: 3px;
}
.acciones-container .menu-acciones .siglas {
	font-family: 'Roboto Bold';
}
.breadcrumb > li + li::before {
    color: #333;
    content: "/\00a0";
    font-family: 'Roboto Bold';
}
.breadcrumb > .breadcrumb-item {
	font-family: 'Roboto Light';
}
.breadcrumb > .breadcrumb-item:last-child {
	font-family: 'Roboto Medium';
}
.breadcrumb > .breadcrumb-item > a {
	font-family: 'Roboto Light';
	font-size: 14px;
	font-weight: normal;
	color: #2d2d2d;
}
.breadcrumb > .breadcrumb-item > a:hover {
	text-decoration: underline;
	color: #d5007f;
}
.breadcrumb > .breadcrumb-item:last-child > a {
	font-family: 'Roboto Medium';
}
.espaciador-sm {
	margin-top: 20px;
	margin-bottom: 20px;
}
.espaciador-bottom {
	margin-bottom: 30px;
}
.espaciador-bottom-sm {
	margin-bottom: 20px;
}
.espaciador-bottom-xs {
	margin-bottom: 10px;
}
.espaciador-top {
	margin-top: 30px;
}
.espaciador-top-sm {
	margin-top: 20px;
}
.espaciador-top-xs {
	margin-top: 10px;
}
.color-requerido {
	color: #950054;
}
.acciones-container.card {
    margin-top: 115px !important;
}
/*** Elementos Generales ***/
/*Card*/
.card {
	border: none;
}
/*Select*/
.ui-selectonemenu {
	width: 100% !important;
	height: 34px;
	min-width: initial !important;
}
.ui-selectonemenu.ui-state-hover,
.ui-selectonemenu.ui-state-focus {
	border-color: #333333;
}
.ui-selectonemenu .ui-selectonemenu-trigger {
	width: 30px !important;
}
.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
	margin-top: 8px !important;
	margin-left: 3px !important;
}
.ui-selectonemenu-item.ui-state-highlight {
	background: #eeeeee;
	color: #636363;
}
.ui-selectonemenu .ui-selectonemenu-label {
	font-family: 'Roboto Light';
	font-size: 14px;
	color: #636363;
	padding: 7px 12px;
}
.ui-dialog-content .ui-selectonemenu-panel {
	z-index: 10000 !important
}
/*Botones*/
button.ui-button {
	font-family: 'Roboto Light';
	font-size: 18px;
	height: 40px;
	border-radius: 0;
	margin: 10px 0 0 10px;
}
button.ui-button.btn-primario {
	color: #ffffff;
	background: #d5007f;
	border-color: #d5007f;
	min-width: 130px;
	min-height: 40px;
}
button.ui-button.btn-secundario {
	color: #d5007f;
	background: #ffffff;
	border-color: #d5007f;
	min-width: 130px;
	min-height: 40px;
}
a.icono-invertido {
	color: #D5007F !important;
}
a.icono-invertido:hover {
	color: #222 !important;
}
/*Messages*/
.ui-messages .ui-messages-info {
    color: #ffffff;
    background-color: #238967;
    border-color: #238967;
    border-radius: 0;
}
.ui-messages .ui-messages-warn {
	color: #ef5350;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0;
}
.ui-messages .ui-messages-error {
    color: #ffffff;
    background-color: #A0005F;
    border-color: #A0005F;
    border-radius: 0;
}
#header .ui-state-error, #header .ui-widget-content .ui-state-error,
	#header .ui-widget-header .ui-state-error {
	border-top: 0.05em solid #ef5350;
	border-left: 0.05em solid #ef5350;
	border-bottom: 0.05em solid #ef5350;
	border-right: 0.05em solid #ef5350;
}
#header .ui-outputlabel.ui-state-error,
#header .ui-message.ui-message-error {
	border: none;
	color: #ef5350;
	margin-left: 0;
	padding-left: 0;;
}
#header .ui-message-error-detail {
	margin-left: 0;
}
/*BlockUI*/
.ui-widget-overlay.blockUI.blockOverlay {
	z-index: 9998 !important;
}
.pe-blockui {
	z-index: 9999 !important;
}
.texto-rosa {
	font-family: 'Roboto Regular';
	color: #d5007f !important;
}
@media only screen and (max-width: 992px) {
	#contenedor-menu .ui-menu {
		padding: 0;
	}
}
@media only screen and (max-width: 1211px) {
	#contenedor-menu .ui-menu > .ui-menu-list > .ui-menuitem > .ui-menuitem-link {
		height: 48px;
		padding-top: 15px;
	}
	#contenedor-menu .ui-menu > .ui-menu-list > .ui-menuitem:nth-child(3) > .ui-menuitem-link {
		padding-top: 0.4em
	}
	.acciones-container.card {
	    margin-top: 135px !important;
	}
}
.jqplot-point-label { 	  
  color: black !important;
}
 @media print{
  .oculto-impresion, .oculto-impresion *{
    display: none !important;
  }
  .salto, .salto *{
  	display: block !important;		  
  }
  .descripcion-impresion{
  	margin-left:220px !important;
  }		  
 }