﻿/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a
{
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
.blue
{
    background: #1c315d; /* Old browsers */
	background: -moz-linear-gradient(top,  #1c315d 0%, #1c315d 28%, #000030 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c315d), color-stop(28%,#1c315d), color-stop(98%,#000030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%); /* IE10+ */
	background: linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c315d', endColorstr='#000030',GradientType=0 ); /* IE6-9 */
}
.white
{
    color:#FFFFFF !important;
}
/*General*/

/*body
{
	background-color: #F5F5F5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}*/
.ui-datepicker
{
	-moz-box-shadow: 2px 2px 3px #747474;
	-webkit-box-shadow: 2px 2px 3px #747474;
	box-shadow: 2px 2px 3px #747474;
}

/********** MAINTOP 
#mainTop
{
	width: 100%;
	height: 24px;
	position: fixed; /*Edu
	z-index: 999999; 
	top: 0px; /*Edu
	background: #edf2f5; /* Old browsers 
	background: -moz-linear-gradient(top,  #edf2f5 0%, #e6ecf0 29%, #bcc8d3 53%, #9dadbb 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf2f5), color-stop(29%,#e6ecf0), 	color-stop(53%,#bcc8d3), color-stop(100%,#9dadbb)); /* Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  #edf2f5 0%,#e6ecf0 29%,#bcc8d3 53%,#9dadbb 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  #edf2f5 0%,#e6ecf0 29%,#bcc8d3 53%,#9dadbb 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top,  #edf2f5 0%,#e6ecf0 29%,#bcc8d3 53%,#9dadbb 100%); /* IE10+ 
	background: linear-gradient(top,  #edf2f5 0%,#e6ecf0 29%,#bcc8d3 53%,#9dadbb 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2f5', endColorstr='#9dadbb',GradientType=0 ); /* IE6-9 
	border-bottom: 1px solid #D1DDE5;
}

#mainTop div
{
	width: 1040px;
	height: 100%;
	margin: 0 auto;
	font-size: 10px;
}

.user li
{
	float: left;
	line-height: 24px;
	cursor: default;
}
.user li a
{
	display: block;
	height: 24px;
}
/*HIDE all the sub-menu
ul.user li > ul
{
	display: none;
}
/*SHOW all the sub-menu
ul.user li:hover ul
{
	display: block;
}

.home
{
	width: 21px;
	padding: 0 14px;
	text-indent: -9999px;
	background: url("/Content/images/ico-home.png") no-repeat 14px 3px;
	border-right: 1px solid #7F7F7F;
	margin-left: 1px;
}
.home:hover
{
	margin-left: 0;
	background-color: #FFF;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	border-left: 1px solid #7F7F7F;
}

.register
{
	width: 21px;
	padding: 0 14px;
	text-indent: -9999px;
	color: #666666;
	background: url("/Content/images/ico-register.png") no-repeat 14px 4px;
}
.register:hover
{
	background-color: #FFF;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	border-right: 1px solid #7F7F7F;
}
.out
{
    margin: 0 5px 0 0;
	display: block;
	height: 24px;
	float: right;
	line-height: 24px;
	padding: 0 0 0 20px;
	color: #999999;
	background: url("/Content/images/ico-out.png") no-repeat left 5px;
}
.out:hover
{
	color: #666666;
	background: url("/Content/images/ico-out-hover.png") no-repeat left 5px;
}
/*.one
{
	padding: 0 14px;
	border-right: 1px solid #7F7F7F;
	position: relative;
	cursor: inherit;
}
.one-fly
{
	border-right: 1px solid #7F7F7F;
	position: relative;
	cursor: pointer;
	padding: 0;
}
.one-fly2
{
	border-right: 1px solid #7F7F7F;
	position: relative;
	cursor: pointer;
	padding: 0;
}
/*.one-fly a.fl, .one-fly2 a.fl
{
	padding: 0 28px 0 14px;
	color: #000;
	min-width: 48px;
	text-transform: capitalize;
	background: url("/Content/images/ico-arrow-bottom.png") no-repeat right 9px;
}*/
/*hover
li.one-fly a.fl:hover, li.one-fly2 a.fl:hover
{
	background-color: #FFF;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

li.one-fly:hover a#loginRol, li.one-fly2:hover a#loginCentro
{
	background-color: #FFF;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
/*submenu
.fly-top
{
	position: absolute;
	width: 98%;
	left: 0;
	z-index: 100000;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	-moz-box-shadow: 2px 2px 3px #747474; /* Firefox 
	-webkit-box-shadow: 2px 2px 3px #747474; /* Safari, Chrome 
	box-shadow: 2px 2px 3px #747474; /* CSS3 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=145, Strength=2); /* IE8 
	background-color: none;
}
.fly-top li
{
	cursor: pointer;
	float: none;
}
.fly-top li a.fly
{
	padding: 0 14px 0 5px;
	color: #666;
	height: 26px;
	display: block;
	background-color: #FFFFFF;
	opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}
html .fly-top li a.fly
{
	background-color: #FFFFFF;
	filter: alpha(opacity=90); /*IE 8
}

.fly-top li a.fly:hover, .fly-top li:hover a.fly
{
	background-color: #505156;
	color: #FFF;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100); /*IE transparecia
	-ms-filter: "progid:DXImageTransform.Microsoft.opacity(enabled=false)"; /*IE 8 para poder seleccionar el submenu
	filter: progid:DXImageTransform.Microsoft.opacity(enabled=false);
}
*/
/********** HEADER
#header
{
	width: 100%; 
	height: 120px;
	position:fixed; 
	top: 0px   ; 
	z-index: 40000; 
	margin: 0 auto;
	background: #1c315d; /* Old browsers
	background: -moz-linear-gradient(top,  #1c315d 0%, #1c315d 28%, #000030 98%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c315d), color-stop(28%,#1c315d), color-stop(98%,#000030)); /* Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%); /* IE10+ 
	background: linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c315d', endColorstr='#000030',GradientType=0 ); /* IE6-9 */

/*Edu las lineas faltantes (background) se pasaron a subheader 
}
#subheader  
{
	width: 1040px;
	height: 80px;
	margin: 25px auto;
}
*/
/*.logo
{
	display: block;
	float: left;
	margin: 25px 10px 10px 30px;
}*/
/*#mainSearch
{
	float: right;
	display: block;
	width: 790px;
	height: 40px;
	margin: 46px 0 0 0;
}
#mainSearch > *
{
	float: left;
}*/
/* buscador general
.searching
{
	padding: 5px;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #CCC;
	display: inline-block;
}*/
.item_title
{ 
    background-color: #B3C1CC;
    display: inline-block;
    color: white;
    padding: 5px;
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
}
.search_list
{
    width:770px;
    height:40px;
    background: #1c315d; /* Old browsers */
	background: -moz-linear-gradient(top,  #1c315d 0%, #1c315d 28%, #000030 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c315d), color-stop(28%,#1c315d), color-stop(98%,#000030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%); /* IE10+ */
	background: linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c315d', endColorstr='#000030',GradientType=0 ); /* IE6-9 */
	margin: 0;
	border-radius: 7px 9px 0 0;
	-moz-border-radius: 7px 9px 0 0;
	-webkit-border-radius: 7px 9px 0 0;
	z-index: 0;
	margin:0;
	top: 0;
    position: absolute;
    overflow:hidden;
    padding:0;
}
.search_list #contextNavigationsList
{
    background-image:none;
}
/*
.search_list #contextNavigations
{
    position:relative;
	display: block;
	background: none;
	z-index: 30000;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none ; 
	padding:0;
	margin:0;
}
.search_list #contextNavigations ul li
{
    float:left;
    height:40px;
    margin:0;
    padding:0;
}
.search_list #contextNavigations ul li a
{
    font-size:12px;
    height: 40px;
    line-height: 35px;
    padding:0 0 0 10px;
    width:140px;
}
.search_list #contextNavigations ul li a:hover
{
    background:none;
}

/*buscador interno
#searching
{
	padding: 5px;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #CCC;
	float:left;
}
#mainSearch input
{
	padding: 0;
	margin: 0;
	height: 15px;
	border: none;
	width: 575px;
	font-size: 12px;
	-webkit-appearance: none;
	outline: none;
	line-height: 15px;
}

.search_btn
{
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	width: 38px;
	height: 23px;
	border: 1px solid #CCC;
	background: #F6F6F6 url(/Content/images/search.png) no-repeat left top;
	margin: 0 0 0 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}*/
.search_btn:active
{
	background: url(/Content/images/search.png) no-repeat -40px top;
}
/*.btn-form
{
	cursor: pointer;
	display: block;
	width: 120px;
	height: 23px;
	background: #F6F6F6 url(/Content/images/bg-button-white.png) repeat-x left top;
	margin: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #666;
	text-align: center;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #CCC;
	padding: 0;
}
.btn-form:active
{
	background: url(/Content/images/bg-button-white-active.png) repeat-x left top;
}
*/
/********** CONTAINER ************/
/*.container
{
	width: 998px;
	padding: 10px 20px 20px 20px;
	min-height: 520px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top:120px; 
	overflow: hidden;
	background: #B5C2CD url(/Content/images/bg-container.png) repeat-x left top;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border: 1px solid #B3C0CC;
	border-top: none;
	
}*/

.containerModal {
    padding: 10px 20px 20px 20px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    background-color: #fff;
}

    .containerModal .btn-form {
        margin-top: 15px;
    }


.cont-general
{
	padding:10px;
}

.checkboxContent {
    width: 270px;
    float: left;
    margin: 3px 0 3px 0;
}

/*********************LOGON LogOnModelFrm***********************/
/*.container.logon
{
	min-height: 185px;
	position:relative;
	padding: 0 20px 20px 20px
}*/
/*#loginWrapper
{
	width: 360px;
	height: 130px;
	padding: 0;
	margin: 0 auto;
	margin-top: 10px;
}
.cont-form
{
	overflow: hidden;
	width: 350px;
	height: 80px;
	padding: 10px 0 20px 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #E7ECF1;
	border: 1px solid #FFF;
	margin:0;
}

#LogOnModelFrm
{
	position: absolute;
    top: 40px;
}
#LogOnModelFrm input
{
	margin: 0 0 0 105px;
}
#LogOnModelFrm .cont-form label, #LogOnModelFrm .cont-form input
{
	display: inline-block;
	margin-top: 5px;
	font-size: 11px;
	color: #333;
}
#LogOnModelFrm .cont-form div label
{
	width: 100px;
	margin: 0;
}
#LogOnModelFrm .cont-form div input
{
	width: 200px;
	-webkit-appearance: none;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 0 0 5px 0;
	padding: 4px;
	background-color: none;
}
input:-webkit-autofill
{
	background-color: rgb(255,255,255) !important;
}*/
/*
#LogOnModelFrm button
{
	margin: 10px 0 0 240px;
}
input#UserName
{
	background-color: #FFFFFF;
}
*/
/******************************************************* Menu ******************************************************/
/*#menu
{
	width: 200px;
	min-height: 500px;
	background-color: #A6ABAF;
	float: left;
	/*position: fixed;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}*/
.item.contInbox
{
    border-radius: 0 7px 7px 7px;
	-moz-border-radius: 0 7px 7px 7px;
	-webkit-border-radius: 0 7px 7px 7px;
}
/*.inbox
{
	display: block;
	width: 178px;
	height: 30px;
	background: #B7C4CF url(/Content/images/btn-inbox.png) no-repeat 50px 10px;
	margin: 1px;
	text-align: center;
	color: #333;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	padding: 10px 0 0 20px;
    line-height: 23px
}
.inbox:hover
{
	background: #EEF2F5 url(/Content/images/btn-inbox.png) no-repeat 50px 10px;
}

.inbox span
{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/Content/images/btn-inbox-span.png) no-repeat left top;
	text-align: center;
	color: #FFF;
	font-size: 9px;
	font-size: 9px;
    margin: 0 0 0 4px;
    line-height: 22px;
}
.inbox span.empty
{
	background: url(/Content/images/btn-inbox-span.png) no-repeat -24px top;
}

/*Contenedor de Navigations*/
.title
{
	display: block;
	width: 100%;
	height: 40px;
	margin: 0 0 20px 0;
	background: #000030 url(/Content/images/btn-navigation.png) no-repeat 30px 10px;
	border-bottom: 1px solid #A6ABAF;
	color: #FFF;
}

/*#navigationWrapper
{
	background: #000030;
	width: 198px;
	margin: 1px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	min-height: 437px;
	padding: 0 0 20px 0;
}
#navigationWrapper .navigation_list.navigationFirst
{
	width: 170px;
	margin-bottom: 10px;
}
.navigation_list.navigationFirst 
{
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
/*.navigation_list.navigationFirst a
{
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}
/*********** a 1 nivel ***************/
/*.navigation_list.navigationFirst .sub .first
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin: 0;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 10px;
	border: none;
	background: #DFE6EA url("/Content/images/bg-menu-first.png") repeat-x left top;
}*/
/*.navigation_list.navigationFirst .sub:hover .first /* li:hover 1 nivel
{
	/*background: #e6ecef;  Old browsers */
	/*background: -moz-linear-gradient(top, #e6ecef 0%, #c9d1d9 100%);  FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ecef), color-stop(100%,#c9d1d9));  Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%);  Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%);  Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); IE10+ */
	/*background: linear-gradient(top, #e6ecef 0%,#c9d1d9 100%);  W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ecef', endColorstr='#c9d1d9',GradientType=0 );  IE6-9 
}
/*********** a 2 nivel
.navigation_list.navigationFirst .sub .navigation_list .sub .non_first
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #B6C2CD;
	font-weight: normal;
	margin: 0;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 10px;
	border: none;
}
.navigation_list.navigationFirst .sub .navigation_list .sub .non_first:hover /* a:hover 2 nivel
{
	background-color: #1A2C56;
	color:#FFF;
}
.navigation_list.navigationFirst .sub .navigation_list .sub.collapsed .non_first /*********** a 2 nivel q se desplegan 
{
	background: url(/Content/images/btn-fly-menu-transparent.png) no-repeat right 4px;
}
/*.navigation_list.navigationFirst .sub .navigation_list .sub.collapsed:hover .non_first /* li:hover 2 nivel q se desplegan
{
	background: #1A2C56 url(/Content/images/btn-fly-menu.png) no-repeat right 4px;
	color: #FFF;
}
.navigation_list.navigationFirst .sub .navigation_list .sub.expanded .non_first /* li:hover 2 nivel desplegado 
{
	background: #1A2D57 url(/Content/images/btn-fly-menu.png) no-repeat right 4px;
	color: #FFF;
}

.navigation_list.navigationFirst .sub .navigation_list .sub .navigation_list .non_first
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #A1B0BE;
	font-weight: normal;
	margin: 0;
	padding-left: 16px;
	display: block;
	background: url(/Content/images/btn-nivel-menu.png) no-repeat 10px 7px;
	border: none;
}
.navigation_list.navigationFirst .sub .navigation_list .sub .navigation_list .non_first:hover 
{
	color: #FFF;
	border: none;
	background-color: #1A2C56;
}

.navigation_list.navigationFirst .sub > ul
{
	
}
.navigation_list.navigationFirst .sub .navigation_list .sub.collapsed > ul
{
	display: none;
	background-color: #2B4A8E;
}
.navigation_list.navigationFirst .sub .navigation_list .sub.collapsed:hover > ul
{
}
/*.active
{
	background: url(/Content/images/btn-nivel-menu-active.png) no-repeat 0 7px !important;
	color:#FFF !important;
}
/*************************************** Contain ******************************************/
/*#contain
{
	width: 770px;
	min-height: 500px;
	float: right;
	margin: 0 0 0 20px;
	overflow: hidden;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-swebkit-border-radius: 7px;
}*/
/*Contain top
#contain-top-actions
{
	width: 180px;
	float: right;
	margin: 0;
	border-radius: 0 7px 7px 0;
	-moz-border-radius: 0 7px 7px 0;
	-webkit-border-radius: 0 7px 7px 0;
	background-color: #E6E6E6;
	padding-bottom: 20px;
}
#contain-top-actions:hover span
{
    background-color:#373737;
    color:#FFF;
}
#actions
{
	display: block;
	width: 180px;
	height: 40px;
	background: #e6e6e6 url("/Content/images/btn-actions.png") no-repeat 30px 10px;
	border-radius: 0 7px 0 0;
	-moz-border-radius: 0 7px 0 0;
	-webkit-border-radius: 0 7px 0 0;
	border-bottom: 1px solid white;
	color: #333;
	cursor: default;
}
/*.title, #actions
{
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
.titles.sec:hover
{
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.titles.over
{
	border-radius: 7px 0 0 0;
	-moz-border-radius: 7px 0 0 0;
	-webkit-border-radius: 7px 0 0 0;
	background: #1c315d;
	background: -moz-linear-gradient(top,  #1c315d 0%, #1c315d 28%, #000030 98%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c315d), color-stop(28%,#1c315d), color-stop(98%,#000030));
	background: -webkit-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%);
	background: -o-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%);
	background: -ms-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%);
	background: linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c315d', endColorstr='#000030',GradientType=0 );
}
/*.titles:hover
{
	border-radius: 7px 0 0 0;
	-moz-border-radius: 7px 0 0 0;
	-webkit-border-radius: 7px 0 0 0;
	background: #1c315d;
	background: -moz-linear-gradient(top,  #1c315d 0%, #1c315d 28%, #000030 98%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c315d), color-stop(28%,#1c315d), color-stop(98%,#000030));
	background: -webkit-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%);
	background: -o-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%);
	background: -ms-linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%);
	background: linear-gradient(top,  #1c315d 0%,#1c315d 28%,#000030 98%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c315d', endColorstr='#000030',GradientType=0 );
}
.titles:hover h2
{
	color: White;
}

.titles:hover .cont-searching
{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

/*Contain General
#contain-general
{
	clear: both;
	width: 768px;
	min-height: 500px;
	background-color: #FFF;
	/* no-resize background-color: #E6E6E6;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	overflow: hidden;
	position: relative;
	border: 1px solid #A6ABAF;
}*/

.img-init {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #070D3C url(/Content/images/bg_login.jpg) no-repeat left top;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
/*.cont
{
	width: 587px;
	/* no-resize min-height: 564px;
	min-height: 480px;
	background-color: #FFF;
	border-radius: 7px 0 0 7px;
	-webkit-border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	padding-bottom: 20px;
}*/
.cont.general
{
    padding-bottom: 10px;
	width: 100%;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
}
/*.cont-actions
{
	width: 180px;
	margin: 0;
	padding-top: 15px;
	border-radius: 0 0 7px 0;
	-webkit-border-radius: 0 0 7px 0;
	-moz-border-radius: 0 0 7px 0;
	float: right;
	position: relative;
    min-height:425px;
}
.btn-action
{
	cursor: pointer;
	display: block;
	width: 130px;
	padding:0;
	margin: 0 auto;
	margin-bottom: 9px;
	text-align: center;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #999;
	background:#383838 url(/Content/images/bg-button-gray.png) repeat-x left 50%;
}
.btn-action a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	width: 120px;
	height: 90%;
	display: inline-block;
	padding:4px 5px 6px 5px;
}*/
.btn-action.delete:hover
{
	background: url(/Content/images/bg-button-red.png) repeat-x left top;
}
.btn-action.save:hover
{
	background: url(/Content/images/bg-button-green.png) repeat-x left top;
}

/* Con Titulos / buscador / help / Registro 
.cont-titles
{
	width: 587px;
	height: 40px;
	padding: 0;
	background: #e6ecef; /* Old browsers 
	background: -moz-linear-gradient(top, #e6ecef 0%, #c9d1d9 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ecef), color-stop(100%,#c9d1d9)); /* Chrome,Safari4+ 
	background: -webkit-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* IE10+ 
	background: linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ecef', endColorstr='#c9d1d9',GradientType=0 ); /* IE6-9 
	margin: 0;
	position: absolute;
	border-radius: 7px 0 0 0;
	-moz-border-radius: 7px 0 0 0;
	-webkit-border-radius: 7px 0 0 0;
	z-index: 0;
}
*/
.cont-titles-full {
    position:fixed;
    width: 100%;
    height: 40px;
    padding: 0;
    background: #e6ecef; /* Old browsers */
    background: -moz-linear-gradient(top, #e6ecef 0%, #c9d1d9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ecef), color-stop(100%,#c9d1d9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* IE10+ */
    background: linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ecef', endColorstr='#c9d1d9',GradientType=0 ); /* IE6-9 */
    margin: 0;
    border-radius: 7px 0 0 0;
    -moz-border-radius: 7px 0 0 0;
    -webkit-border-radius: 7px 0 0 0;
    z-index: 1000;
    float: left;
}

.cont-titles.general
{
	width: 768px;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
}

.cont-titles-temp
{
	width: 587px;
	height: 40px;
	padding: 0;
	position: absolute;
	top: 40px;
	background-color: #C9D1D9;
	z-index: 0;
}
/*.root
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	color: #003366;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin: 0 0 0 10px;
	float: left;
	padding: 8px 0 0 0;
	height: 32px;
	cursor: default;
}
.root a 
{
    color:#4A95C1;
}
*/
.title-full-layout {
    color: #003366;
    margin: 0 0 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

/*.titles
{
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
    height: 40px;
}

.titles h2
{
	float: left;
	cursor: default;
}
.titles h2, .titles a
{
	display: inline-block;
	position: relative;
	clear: both;
	margin: 0 0 0 10px;
	padding:8px 0 0 0;
}
.titles a
{
	padding: 0 20px 0 0;
	background: url(/Content/images/btn-fly-main.png) no-repeat right 5px;
}

.listSearchText
{
	padding: 0;
	margin: 0 !important;
	height: 15px;
	line-height: 14px;
	border: none;
	width: 210px;
	font-size: 12px;
	background-color: #FFF;
	-webkit-appearance: none;
	outline: none;
}*/
.listSearchText:focus
{
	outline: none !important;
}
/*
#listSearchBtn
{
	display: inline-block;
	width: 19px;
	height: 20px;
	background: url("/Content/images/ico-search.png") no-repeat left top;
	position: absolute;
	right: 10px;
	top: 2px;
	text-indent: -9999px;
	z-index: 10000;
	cursor: pointer;
	padding:0;
}
/*
.cont-searching
{
	float: right;
	z-index: 100;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
	padding: 8px 0 0 0;
}
/*
#help
{
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url("/Content/images/btn-help.png") no-repeat left top;
	text-indent: -9999px;
	cursor: pointer;
	line-height: 20px !important;
	line-height: 40px;
	margin: 3px 10px 0 5px;
	padding:0;
}

#help:hover
{
	background: url("/Content/images/btn-help.png") no-repeat -18px top;
}
*/
.cont-titles h2.changetitle
{
	color: #fff;
}
.titles h2.changetitle
{
	color: #fff;
}
/**********************************ListPage***********************************/
/*.list
{
	padding: 5px;
}

.item
{
	padding: 10px;
	margin-bottom: 14px;
	clear: both;
	overflow: hidden;
	border: 1px solid #CCC;
}

.item:hover
{
	border: 1px solid #000;
}*/
.item_sub
{
    height: 100%;
    float: left;
    background: none;
    margin: 0;
    width: 96%;
    padding:5px;
}
/*.item_sub:hover
{
    background-color:#F5F5F5;
    border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}*/
.item_sub div > *
{
    display:inline-block;
    margin:0;
}
*/
.item_sub div label
{
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
    color: #8B8B8B;
    width: 130px;
    margin: 0 0 1px 0;
}
.item_without_actions
{
	width: 100%;
	height: 100%;
	float: left;
	background: none;
	position:relative;
}
/*.item_with_actions
{
	width: 79%;
	height: 100%;
	float: left;
	border-right: 1px solid #FFFFFF;
	background: none;
	padding-right: 5px;
	position:relative;
}
.left ul
{
	margin-bottom: 10px;
}
/*.item_actions
{
	float: right;
	background: none;
}
.level1, .level2, .level3
{
	clear: both;
	margin-bottom: 5px;
	overflow: hidden;
}
*/
.item a.centered
{
    padding: 4px 15px 0 0;
    background: url('/Content/images/btn-list-blue.png') no-repeat right 6px;
}

/*.item a
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E52A0;
	background: url("/Content/images/btn-list-blue.png") no-repeat right 3px;
	padding: 0 15px 0 0;
	display: inline-block;
    margin: 0 0 2px 0;
}
/*SUBLISTAS*/
.item .level1.sublevel
{
    border:none;
    margin: 0;
    padding: 0;
}
.item .level1.sublevel .list
{
    padding: 4px 0 0 0;
    clear: both;
}
.item .level1.sublevel .item
{
    padding: 10px 2px 2px 2px;
    border:none;
    margin-bottom: 5px;
}
.item .level1.sublevel .item .item
{
    padding: 0;
}
.item .level1.sublevel .list .item:hover
{
    background-color: #F5F5F5;
	border: none;
}
.item .level1.sublevel .list .item:hover .item
{
    background-color: #F5F5F5;
	border: none;
}
.item .level1.sublevel a.more
{
    position: inherit;
    float: left;
    right:0;
}


.item .level1.sublevel a.less
{
    position: inherit;
    right:0;
    float: left;
    margin: 0 0 5px 0;
    opacity:0.3;
    -webkit-opacity:0.3;
    -moz-opacity:0.3;
    position:inherit;
}
.item .level1.sublevel a.less:hover
{
    opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
}
.level1
{
	border-bottom: 1px dashed #e0e0e0;
	padding-bottom:4px;
	margin:0 0 10px 0;
}
/*.level1 b
{
	font-weight: bold;
}
.level2
{
	color: #333;
}
.level2 b
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #8B8B8B;
	margin: 0 0 4px 0;
	display: inline-block;
}
.level3
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #8B8B8B;
	display: block;
	margin: 5px 0 0 0;
}*/
.level4
{
    border-top: 1px solid #CCC;
    margin-top: 10px;
    padding: 4px 0 0 0;
    position: relative;
    color: #8B8B8B;	
}
/*.errorLevel
{
    position: relative;
    color: #8B8B8B;	
}*/
#listDivText
{
	padding: 10px;
}

/*Acciones de las listas*/
.item:hover .sub-item
{
    background-color: #FCFCFC;
    border:none;
}
.item:hover .sub-item li
{
    background: none;
    border:none;
}

.item .sub-item
{
    overflow: hidden;
    padding: 12px 10px 10px 10px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.item .sub-item li
{
	float:left;
	color: #999;
	margin: 0 0 5px 0;
	padding:0;
	margin:0;
    padding:0;
    border:none;
}

.item .sub-item ul{
	list-style-type:none;
	margin:0;
	padding: 4px 0 0 4px;
	overflow: hidden;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    cursor: default;
    border:1px solid transparent;
}
.item .sub-item ul:hover
{
    background-color: #EAEAEA;
    border:1px solid #CECECE;
    overflow:hidden;
}
.item .sub-item ul:hover li
{
    color:#000;
}
.item a.more
{
    width:18px;
    height:15px;
    background: url(/Content/images/btn-more.png) no-repeat left top;
    padding:0;
    margin:0;
    top: 4px;
    position: absolute;
    right: 8px;
}

.item a.less
{
    width:18px;
    height:15px;
    background: url(/Content/images/btn-less.png) no-repeat left top;
    padding:0;
    margin:0;
    top: 4px;
    position: absolute;
    right: 8px;
}

.sub-item-header{
	list-style-type:none;
	margin:0;
	padding: 4px;
	overflow: hidden;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    cursor: default;
    background-color:#EAEAEA;
    border:1px solid transparent;
}
.sub-item-header li{
	padding:0 4px 0 4px;
	float:left;
	color: #999;
	margin: 0 0 5px 0;
}

.sub-item-header:hover
{
    background-color: #EAEAEA;
}
.sub-item-header:hover li
{
    color:#333;
}
.item .sub-item-row{
	width:99%;
	list-style-type:none;
	margin:0 0 5px 0;
	padding: 4px 0 0 4px;
	overflow: hidden;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    cursor: default;
    border:1px solid transparent;
}
.item .sub-item-row li{
	float:left;
	color: #999;
	margin: 0 0 5px 0;
}
.item .sub-item-row:hover
{
    background-color: #F5F5F5;
    border:1px solid transparent;
}
.item .sub-item-row:hover li
{
    color:#333;
}

/*Lista 3 columnas*/
.sub-item-header3{
	list-style-type:none;
	margin:0 0 5px 0;
	padding: 4px 0 0 0;
	overflow: hidden;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    cursor: default;
    background-color:#EAEAEA;
    border:1px solid #EAEAEA;
}
.sub-item-header3 li{
	padding:0 4px 0 4px;
	float:left;
	color: #999;
	margin: 0 0 5px 0;
	width:31%;
}

.sub-item-header3:hover
{
    background-color: #EAEAEA;
}
.sub-item-header3:hover li
{
    color:#333;
}
.sub-item-row3{
	width:99%;
	list-style-type:none;
	margin:0;
	padding: 4px 0 0 4px;
	overflow: hidden;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    cursor: default;
    border:1px solid transparent;
}
.sub-item-row3 li{
	float:left;
	color: #999;
	margin: 0 0 5px 0;
	width:31%;
}
.sub-item-row3:hover
{
    background-color: #F5F5F5;
    border:1px solid transparent;
}
.sub-item-row3:hover li
{
    color:#333;
}
/*
.icons li
{
	cursor: pointer;
	display: block;
	width: 95px;
	margin: 0 auto;
	margin-bottom: 9px;
	text-align: center;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	opacity: 0.2;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
}
.icons li:hover, .icons li a:hover
{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.icons a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background:none;
	padding: 5px;
    display: inline-block;
    width: 90px;
    margin:0;

}
/*Acciones dentro de las listas*/
.estado
{
    font-size: 11px;
    font-weight: bold;
    font-family: arial;
    width: 100%;
    display: inline-block;
    text-align: right;
}
.item .icons-int
{
	margin: 0 12px 0 0;
}
/*a.icon
{
	display: inline-block;
	cursor: pointer;
	width: 60px;
	height: 20px;
	line-height: 20px;
	background: url(/Content/images/bg-button-gray.png) repeat-x left 50%;
	margin: 0 auto;
	margin-left: 5px;
	text-align: center;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	opacity: 0.2;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
	color: #FFF;
	padding: 0;
	font-size:11px;
}
a.icon:hover
{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}*/
.item .icons-int a
{
	display: block;
	cursor: pointer;
	width: 60px;
	height: 24px;
	line-height: 24px;
	background: url(/Content/images/bg-button-gray.png) repeat-x left 50%;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: center;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	opacity: 0.2;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
	color: #FFF;
	padding: 0;
	font-size:11px;
}
.item .icons-int a:hover
{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


/* BARRA Siguientes-restantes-Excel

.controlItems
{
	width: 100%;
	height: 23px;
	background: url(/Content/images/bg-button-white.png) repeat-x left top;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #F5F5F5;
	margin: 15px 0 0 0;
}
.controlItems:active
{
	background: url(/Content/images/bg-button-white-active.png) repeat-x left top;
}*/
.controlItems li
{
	overflow: hidden;
}
/*
.controlItems a
{
	display: block;
	width: 100%;
	height: 100%;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #666;
	line-height: 23px;
	text-align: center;
	background: none;
}
.controlItems a:hover
{
	color: #333;
}
/*Excel*/
.atomQuery
{
	display: block;
	width: 77px;
	height: 32px;
	background: url(/Content/images/btn-excel.png) no-repeat left top;
	opacity: 0.7;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	line-height: 32px;
	padding: 0 0 0 35px;
	color: #FFF;
	float: right;
	margin: 5px 0 0 0;
	font-size: 11px;
}
.atomQuery:hover
{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 0.7;
	filter: alpha(opacity=100);
}

/**************FORMULARIOS GENERALES***************/
/*jquery Validaciones*/
/*.ui-tooltip-red .ui-tooltip-content
{
	background-color:#E14719 !important;
	opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=100);
	border:none;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color:#FFF !important;
	-moz-box-shadow: 2px 2px 3px #747474; /* Firefox
	-webkit-box-shadow: 2px 2px 3px #747474; /* Safari, Chrome
	box-shadow: 2px 2px 3px #747474; /* CSS3
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=145, Strength=2); /* IE8
    z-index:55001;
}
*/
.ui-tooltip-red .ui-tooltip-content span
{
	color:#FFF !important;
	opacity: 1;
	-webkit-opacity:1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
}
/**/
.contBC{

}
.contBC input[type='checkbox']
{
    float:right;
}
.contBC label
{
    vertical-align:middle;
}
.contBC ul
{
    clear:both;
}
/*.form_item
{
	padding: 10px;
	background-color: #F5F5F5;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 4px;
	clear: both;
	overflow: hidden;
	border: 1px solid #F5F5F5;
}*/

h2
{
	color: #003366;
	margin: 10px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	text-transform: uppercase;
}
/*.rootForm form
{
	overflow: hidden;
	margin: 10px;
}*/
.rootForm h3{
    margin: 10px;
}
.cont-form_row
{
	background-color: #F5F5F5;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 0;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}
.max_width input[type="text"], .max_width input[type="password"], .max_width select
{
	width: 85%;
}
input[disabled="disabled"], .max_width input[disabled="disabled"]
{
	color:#A6A6A6;
}
/*textarea, input, select
{
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #CCC;
	color:#333;
}*/
::-webkit-input-placeholder {
 text-align: left;
}
:-moz-placeholder { /* older Firefox*/
 text-align: left;
}
::-moz-placeholder { /* Firefox 19+ */ 
 text-align: left;
} 
:-ms-input-placeholder { 
 text-align: left;
}
.max_width textarea
{
	width: 85%;
}

.dateBox
{
	position: relative;
	top: 3px;
	margin-left: 5px;
	cursor:pointer;
}
form .mid_wrapper
{
	width: 260px;
}
form .mid_wrapper_general
{
	width: 330px;
}

.form_row
{
	width: 100%;
	margin: 0 0 10px 0;
}

input
{
	padding:1px 1px 1px 5px;
}
input[type="checkbox"]
{
	width: auto;
	display: inline;
	border:none;
}
input[type="radio"] 
{
    width: auto;
	display: inline;
	border:none;
    vertical-align: middle;
}
label, input[type="text"]
{
	margin-top: 5px;
	font-size: 12px;
}
label
{
	font-size: 11px;
	margin-bottom: 4px;
	color: #000;
}
/*
input:focus
{
	outline: 3px solid #90B8CC;
}
*/
.no-required
{
	border: 1px solid #CCC;
}

.ui-autocomplete {
    max-height:400px;
    overflow-x:hidden;
    overflow-y:auto;
}
/*input.input-validation-error
{
	border: 2px solid #F92E2F;
	background: #FFF url("/Content/images/btn-required.png") no-repeat 98% 1px;
}
input.integer.input-validation-error
{
	background: #FFF url("/Content/images/btn-required.png") no-repeat 2% 1px;
}
input.decimal.input-validation-error
{
	background: #FFF url("/Content/images/btn-required.png") no-repeat 2% 1px;
}



/*select.input-validation-error
{
	border: 2px solid #F92E2F;
}
*/
form textarea.formula
{
	background-color: FloralWhite;
}
.required-btn
{
	background: url("/Content/images/btn-required.png") no-repeat 96% 6px;
}
.form_row a.simpleLink
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #2E52A0;
	margin: 0;
	display: inline-block;
    background: none;
	padding: 0 0 0 0;
}
.form_row a, .rootForm .longTextbox label a
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #2E52A0;
	background: url("/Content/images/btn-list-blue.png") no-repeat right 3px;
	padding: 0 15px 0 0;
	margin: 0;
	display: inline-block;
}
/*select:focus, textarea:focus
{
	outline: 3px solid #90B8CC;
}*/
.form_row textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	min-width: 200px;
	overflow:hidden;
}

/*.rootForm form fieldset
{
	margin: 0;
	clear: both;
	padding: 0;
	position: relative;
}*/
fieldset
{
    clear:both;
}
fieldset legend
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #003366;
	font-weight: bold;
	margin: 0 5px 0px 0;
	padding:  5px 0 15px 0;
}
/*fieldset legend.title_list
{
	padding: 10px 0 10px 5px;
	width: 99%;
	background: #e6ecef; /* Old browsers
	background: -moz-linear-gradient(top, #e6ecef 0%, #c9d1d9 100%); /* FF3.6+
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ecef), color-stop(100%,#c9d1d9)); /* Chrome,Safari4+
	background: -webkit-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* Opera 11.10+
	background: -ms-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* IE10+
	background: linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ecef', endColorstr='#c9d1d9',GradientType=0 ); /* IE6-9
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	overflow:hidden;
}

fieldset legend.title_list.data 
{
	background: #e6ecef; /* Old browsers
	background: -moz-linear-gradient(top, #e6ecef 0%, #c9d1d9 100%); /* FF3.6+
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ecef), color-stop(100%,#c9d1d9)); /* Chrome,Safari4+
	background: -webkit-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* Chrome10+,Safari5.1+
	background: -o-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* Opera 11.10+
	background: -ms-linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* IE10+
	background: linear-gradient(top, #e6ecef 0%,#c9d1d9 100%); /* W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ecef', endColorstr='#c9d1d9',GradientType=0 ); /* IE6-9
	border-radius: 7px 0 0 0;
	-moz-border-radius: 7px 0 0 0;
	-webkit-border-radius: 7px 0 0 0;
}*/
/*fieldset legend.title_list.data div
{
	float:left;
	margin:0 0 10px 0;
}
fieldset legend.title_list.data ul
{
    float:left;
    margin:0 15px 0 0;
}
*/
select, textarea
{
	margin-top: 5px;
}
/*Notificaciones Jquery*/

/* FLOATS */
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}

/*Filtro
.filtro
{
    padding: 0 0 10px 10px;
    position: relative;
    top: -25px;
    right: 0;
    float: right;
}
/*HIDE the sub-menu
.filtro li > ul
{
	display: none;
}
SHOW the sub-menu
.filtro li:hover ul
{
	display: block;
}

.filtro li
{
	cursor: pointer;
}
.filtro li a.fil
{
	display: inline-block;
	background: url("/Content/images/btn-fly-menu-transparent.png") no-repeat right 3px;
	padding: 0 30px 0 10px;
	font-family: Arial, Sans-Serif;
	text-align:right;
	font-size: 13px;
	font-weight: normal;
	text-transform: lowercase;
	color: #003366;
	min-width: 90px;
	height: 20px;
	line-height: 20px;
	border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
    float: right;
}
/*
.filtro li a.fil:hover
{
	background-color: #003366;
	color: #FFF;
}
.filtro li:hover a.fil
{
	background-color: #003366;
	color: #FFF;
}
/*.filtro li ul
{
	position: absolute;
	overflow: hidden;
	background-color: #003366;
	z-index: 30000;
	padding: 10px;
	top: 20px;
	right: 0;
	border-radius: 7px 0 7px 7px;
	border-radius: 7px 0 7px 7px;
	-webkit-border-radius: 7px 0 7px 7px;
	-moz-border-radius: 7px 0 7px 7px;
	-moz-box-shadow: 2px 2px 3px #747474; /* Firefox
	-webkit-box-shadow: 2px 2px 3px #747474; /* Safari, Chrome
	box-shadow: 2px 2px 3px #747474; /* CSS3
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=145, Strength=2); /* IE8
}
.filtro li ul li a
{
	width:130px;
	margin: 0 0 5px 0;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.filtro li ul:hover
{
    display:block;   
}
.filtro li ul li a:hover
{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 0.7;
	filter: alpha(opacity=100);
}
*/
/************** Title - menus internos
.entity_list
{
    z-index: 20000;
    float: right;
    top: 0;
    right: 0;
} **************/
#contextNavigationWrapper li
{
	position: relative;
}
/*li #contextNavigationsList
{
	display: block;
	background: url("/Content/images/btn-listas.png") no-repeat 20px 8px;
    width: 95px;
    height: 25px;
    z-index: 35000;
    margin: 0;
    padding: 15px 0 0 54px;
    text-transform: uppercase;
    font-weight: bold;
    color:#333;
    border-left:1px solid #FFF;
}
li:hover #contextNavigationsList, li #contextNavigationsList:hover
{
    color:#FFF;
    background: #070E3D url("/Content/images/btn-listas.png") no-repeat 20px 8px;
    border-left:1px solid transparent;
}
li:hover #contextNavigations
{
    display: block;
}
*/
.sidenav {
    height: auto;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #B7C4CF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
    margin-top: 120px;
    border-radius: 0 0 10px 10px;
}

    .sidenav a {
        text-decoration: none;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }


/*.titles:hover #contextNavigations
{
	display: block;
}

#contextNavigations
{
	display: none;
	position:absolute;
	top: 40px;
    right: 0;
    border-top:1px solid #FFF;
	background-color:#373C61;
	z-index: 30000;
	padding: 5px 5px 10px 5px;
	width: 140px;
	border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	/*-moz-box-shadow: 2px 2px 3px #747474;
	-webkit-box-shadow: 2px 2px 3px #747474; 
	box-shadow: 2px 2px 3px #747474; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=145, Strength=2);  IE8 
}
#contextNavigations ul li
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(enabled=false)"; /*Filtro para que funcione el hover en IE
    filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);
}
#contextNavigations ul li a
{
	color: #FFF;
	display: block;
	padding: 4px;
	background-image:none;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    text-transform: none;
}
#contextNavigations ul li a:hover
{
	background-color: #000030;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contextNavigationsAuditing
{
	border-top: 1px dashed #ffffff;
	border-bottom: 1px dashed #ffffff;
}

#contextNavigationsAuditing li
{
	color: #ffffff;
	margin: 5px 0 5px 0;
}

/*ControlProceso*/
.ControlProceso
{
margin: 20px 0;
overflow:hidden;
}
.ControlProceso ul li
{
    float:left;
    padding:0;
    margin:0 5px 5px 0;

}
.ControlProceso ul li a
{
    display: inline-block;
    padding: 5px 20px 5px 10px;
    color: #98A3AC;
    background: #D9E0E5 url(/Content/images/btn-control-porceso.png) no-repeat right 6px;
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
}
.ControlProceso ul li a:hover
{
    background: #000030 url(/Content/images/btn-control-porceso-active.png) no-repeat right 6px;
    color:#FFF;
}

/* Calendar */

#jMonthCalendar 
{
	position:relative;
    min-height:500px;
	height:100%;
	width:750px;
	margin:10px 10px 0 10px;
}

.MonthlyCalendar .MonthNavigation
{
	border-bottom:solid 1px #ddd;
	clear:both;
	height:23px;
	padding:5px 10px 0 10px;
}
.MonthlyCalendar .MonthNavigation a{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}
.MonthlyCalendar .MonthNavigation a.link-prev{
	background: url(/Content/images/link-prev.png) no-repeat left 1px;
	padding-left:15px;
}
.MonthlyCalendar .MonthNavigation a.link-next{
	background: url(/Content/images/link-next.png) no-repeat right 1px;
	padding-right:15px;
}

.MonthlyCalendar .MonthNavPrev,
.MonthlyCalendar .MonthNavNext,
.MonthlyCalendar .TodayLink
{
	width:7%;
	float:left;
	margin: 0 15px 0 0;
}

.MonthlyCalendar .YearNavNext,
.MonthlyCalendar .YearNavPrev
{
	width:10%;
	float:left;
}

.MonthlyCalendar .MonthName
 {
	width:44%;
	height:20px;
	text-align:center;
	float:left;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background: url(/Content/images/ico-calendar.png) no-repeat 210px -3px;
}

.MonthlyCalendar
{
	height:100%;
	width:100%;
	border:solid 1px #ddd;
	border-collapse:collapse;
}

.MonthlyCalendar #CalendarHead 
{
	width:100%;
	background: #1C315D;
	background: -moz-linear-gradient(top, #1C315D 0%, #1C315D 28%, #000030 98%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1C315D), color-stop(28%,#1C315D), color-stop(98%,#000030));
	background: -webkit-linear-gradient(top, #1C315D 0%,#1C315D 28%,#000030 98%);
	background: -o-linear-gradient(top, #1C315D 0%,#1C315D 28%,#000030 98%);
	background: -ms-linear-gradient(top, #1C315D 0%,#1C315D 28%,#000030 98%);
	background: linear-gradient(top, #1C315D 0%,#1C315D 28%,#000030 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c315d', endColorstr='#000030',GradientType=0 );

}

.MonthlyCalendar #CalendarHead .DateHeader
{
	width:14.285%;
	text-align:center;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 0 4px 0;
}

.MonthlyCalendar #CalendarBody
{
}

#CalendarBody .DateBox
{
	vertical-align:top;
	border:solid 1px #ddd;
	width:135px;
}
#CalendarBody .DateBox:hover{
	background:#CECFD8;
	cursor:pointer;
}
#CalendarBody .DateBox:hover .DateLabel{
	background:#A1A5AC;
}
#CalendarBody .DateBox:hover .DateLabel a{
	color:#FFF;
}

.DateBox ul, .DateBox li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
}
.DateBox ul{
	padding:4px;
}
#CalendarBody .DateLabel
 {
	height:16px;
	width:100%;
	background:#EAEAEA;
	text-align:right;
	border-bottom: 1px solid #DBDBDB;
}

#CalendarBody .DateLabel a
{
	cursor:pointer;
	padding:0 5px 2px;
	text-decoration:none;
	line-height:16px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color: #1B2F5B;
}

#CalendarBody .DateBox.Inactive, #CalendarBody .Weekend
{
	background:#F3F3F3;
}
#CalendarBody .DateBox.Inactive .DateLabel{
	background:#F3F3F3;
}
#CalendarBody .DateBox.Inactive .DateLabel a{
	color:#808DA9;
}

#CalendarBody .Inactive a,
#CalendarBody .Weekend a
{
	color:#808DA9;
}
#CalendarBody .Weekend.Inactive:hover{
	background:#F3F3F3;
}


#CalendarBody .Weekend:hover {
	background:#CECFD8;
	cursor:pointer;
}
.Today, #CalendarBody .DateBox.Today {
	border: 2px solid #142451
}
/*.Today, #CalendarBody .DateBox.Today div.DateLabel {
	background:#748E1E;
}*/
/*.Today, #CalendarBody .DateBox.Today div.DateLabel a {
	color:#FFF;
}*/
/*.Today, #CalendarBody .DateBox.Today:hover {
	background:#89A924;
}*/
#jMonthCalendar .Meeting
{
    background:none !important;
}

#jMonthCalendar .MoreEvents
{
	font-size:12px;
	padding:1px 1px 1px 4px;
	cursor:pointer;
	display:block;
	position:absolute;
	text-align:center;
	height:14px;
}

#jMonthCalendar .Event
{
	padding:1px 1px 1px 4px;
	/*background-color:#C0D0FF;*/
	cursor:pointer;
	display:block;
	position:absolute;
	text-align:left;
	overflow:hidden;
	word-wrap: break-word;
	width:102px !important;
	margin: 1px 0 4px 0;
}

#jMonthCalendar .Event > *
{
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    margin-top:4px;
}
#jMonthCalendar .Event a:hover
{
    text-decoration:underline;
}
.Event a
{
	text-decoration:none;
	float:left;
	padding-top:1px;
	display:inline-block;
	color:#2E52A0;
}
.Event a:hover { text-decoration:none; }
.Event span.ui-icon-triangle-1-w { float:left; }
.Event span.ui-icon-triangle-1-e { float:right; }

.field-validation-valid
{
    display:none;
}
/*subir archivos*/
.cont-file
{
    height: 23px;
    padding: 2px 0 0 0;
    clear:both;
}
.cont-file > *
{
    float:left;
    outline-style:none !important;
}
.uploadFile
{
	padding: 5px 6px 5px 6px;
	min-width: 130px;
	display: inline-block;
    background-color: #F5F5F5;
    color: #0000AF;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    height:12px;
    margin:0 0 0 5px;
    border:1px solid #CCC;
}
#file {
    display:none;
}​

.empty {}

.JobPendiente{
    color:#0101DF;
    font-weight:bold;
}
.JobEjecutando{
    color:#FF8000;
    font-weight:bold;
}
.JobError{
    color:#FF0000;
    font-weight:bold;
}
.JobFinalizado{
    color:#31B404;
    font-weight:bold;
}

.ui-widget-overlay {
  z-index: 999998;
}

.EstadoSesion_Confirmada {
    background:#F3F781 !important;
}
.EstadoSesion_Confirmada:hover {
    background:#d4d86d !important;
}
.EstadoSesion_RealHabitual{
    background:#BCF5A9 !important;
}
.EstadoSesion_RealHabitual:hover{
    background:#9dce8c !important;
}
.EstadoSesion_AusenciaReal{
    background:#74DF00 !important;
}
.EstadoSesion_AusenciaReal:hover{
    background:#67c303 !important;
}
.EstadoSesion_AusenciaConfirmada{
    background:#c4ac1c !important;
}
.EstadoSesion_AusenciaConfirmada:hover{
    background:#b19b1b !important;
}
.EstadoSesion_Estimada{
    background:#F5A9F2 !important;
}
.EstadoSesion_Estimada:hover{
    background:#bd88bb !important;
}
.EstadoSesion_Bloqueada{
    background:#BDBDBD !important;
}
.EstadoSesion_Bloqueada:hover{
    background:#9f9f9f !important;
}
.EstadoSesion_AfectadaPorNC{
    background:#fdcf7e !important;
}
.EstadoSesion_AfectadaPorNC:hover{
    background:#fcc360 !important;
}
.hechosMedicosIncongruentes.EstadoSesion_RealHabitual {
    background:#9dce8c !important;
}
.hechosMedicosIncongruentes.EstadoSesion_Confirmada {
    background:#d4d86d !important;
}

/* Colores Martin

.EstadoSesion_RealHabitual{
    background:#000080 !important;
}
.EstadoSesion_RealHabitual:hover{
    background:#3300CC !important;
}
.EstadoSesion_Confirmada {
    background:#008000 !important;
}
.EstadoSesion_Confirmada:hover {
    background:#339900 !important;
}
.EstadoSesion_AusenciaReal{
    background:#FF0000 !important;
}
.EstadoSesion_AusenciaReal:hover{
    background:#FF3300 !important;
}
.EstadoSesion_AusenciaConfirmada{
    background:#800000 !important;
}
.EstadoSesion_AusenciaConfirmada:hover{
    background:#990000 !important;
}
.EstadoSesion_Estimada{
    background:#FF9900 !important;
}
.EstadoSesion_Estimada:hover{
    background:#FFCC00 !important;
}
.EstadoSesion_Bloqueada{
    background:#808080 !important;
}
.EstadoSesion_Bloqueada:hover{
    background:#9f9f9f !important;
}*/

.LeyendaContenedor {
    float: left;
    margin: 14px 0 0 10px;
}

    .LeyendaContenedor div {
        float: left;
    }

    .LeyendaContenedor .Color {
        height: 10px;
        width: 10px;
        margin: 0px 8px 0 0;
        border: 1px solid black;
    }

    .LeyendaContenedor .SubContenedor {
        clear: both;
        margin: 5px 0 0 0;
    }

.context-menu {
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
    border-radius: 3px 10px 10px 3px;
    background-color: #000030;
    border: 1px solid #999;
    list-style-type: none;
    margin: 0;
    padding: 3px;
    min-width: 100px;
}

    .context-menu a {
        font-family: Verdana, Sans-Serif;
        font-size: 11px;
        color: #B6C2CD;
        font-weight: normal;
        margin: 0;
        display: block;
        height: 20px;
        line-height: 20px;
        padding: 0 5px 0 10px;
        border: none;
    }

        .context-menu a:hover {
            background-color: #1A2C56;
            color: #FFF;
            border-radius: 3px 10px 10px 3px;
        }
.prestaciones .space { display:block; margin-top:5px;}
.level2 .cobertura { display:block; margin-bottom: 5px; }


.desoverlay li.page1 b { font-size:13px;}
.desoverlay li.page1 { background:#EFE5FA; border: 1px solid #CDD3D8; color:#000;}
.desoverlay li.page1:hover { background:#EFE5FA;}

.desoverlay .item .level1.sublevel .list li, .desoverlay .item .level1.sublevel .list .item:hover {
    background:#CAD1E0;
    color: #000;
    border: solid 1px #C6C7C9;
}
.desoverlay .item .level2 .level1.sublevel .list li {
    background:#D7D8DA;
    color: #000;
    border: solid 1px #C6C7C9;
}
.desoverlay .item .level1.sublevel .list li b {
    font-size:12px;
}
.desoverlay .item .level1.sublevel .list li.item div.level2 li.item, .desoverlay .item .level1.sublevel .list li.item div.level1 li.item {
    background:#E2E2E2;
    color:#000;
    border: solid 1px #D1D1D1;
}
.desoverlay .item .level1.sublevel .list li.item div.level1 li.item  .level1.sublevel .list li.item {
    background:#CBD3E4;
    color:#000;
}
.desoverlay .item .level2 b {
    color:#000;
    font-size:11px !important;
}
.desoverlay .level1 { border-bottom:none;}

.textAreaForTwoTextBoxes {
    height: 65px;
}

.filtroComboContainer {
    clear:both;
    display:inline-block;
    margin: 10px 0 10px 0;
    padding: 0 10px 0 10px;
}

.filtroComboContainer select{
    width:380px;
}

/*.logoSistema {
    color: whitesmoke;
    float: right;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: -34px;
    margin-right: 20px;
    padding-top: 9px;
}

.estadisticaShadow {
    -moz-box-shadow: 3px 3px 4px #848484;
	-webkit-box-shadow: 3px 3px 4px #848484;
	box-shadow: 3px 3px 4px #848484;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#848484')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#848484');
}
*/
a.icon-Valido {
    width: 24px;
    background: url("/Content/images/estadosCV.png") no-repeat 0px 0px;
    height: 23px;
    display: inline-block;
    margin: 4px 0 0 0;
    padding: 0px;
}

a.icon-Advertencia {
    width: 24px;
    background: url("/Content/images/estadosCV.png") no-repeat -23px 0px;
    height: 23px;
    display: inline-block;
    margin: 4px 0 0 0;
    padding: 0px;
}


a.icon-Error {
    width: 24px;
    background: url("/Content/images/estadosCV.png") no-repeat -47px 0px;
    height: 23px;
    display: inline-block;
    margin: 4px 0 0 0;
    padding: 0px;
}

a.icon-Valid {
    width: 24px;
    background: url("/Content/images/estadosCV.png") no-repeat 0px 0px;
    height: 23px;
    display: inline-block;
    margin: 4px 0 0 0;
    padding: 0px;
}

a.icon-Warning {
    width: 24px;
    background: url("/Content/images/estadosCV.png") no-repeat -23px 0px;
    height: 23px;
    display: inline-block;
    margin: 4px 0 0 0;
    padding: 0px;
}

    a.icon-Disabled, .icon-Error.disabled, .icon-Valid.disabled, .icon-Warning.disabled {
        width: 24px;
        background: url("/Content/images/estadosCV.png") no-repeat -71px 0px;
        height: 23px;
        display: inline-block;
        margin: 4px 0 0 0;
        padding: 0px;
    }

a.icon-mini-Valido {
    width: 17px;
    background: url("/Content/images/estadosMiniCV.png") no-repeat 0px 0px;
    height: 13px;
    display: inline-block;
    margin: 4px 0 0 0;
    padding: 0px;
}

a.icon-mini-Advertencia {
    width: 17px;
    background: url("/Content/images/estadosMiniCV.png") no-repeat -23px 0px;
    height: 13px;
    display: inline-block;
    margin: 4px 0 0 0;
    padding: 0px;
}


a.icon-mini-Error {
    width: 17px;
    background: url("/Content/images/estadosMiniCV.png") no-repeat -28px 0px;
    height: 13px;
    display: inline-block;
    margin: 4px 0 0 0;
    padding: 0px;
}

a.icon-mini-Valid {
    width: 17px;
    background: url("/Content/images/estadosMiniCV.png") no-repeat 3px 0px;
    height: 13px;
    display: inline-block;
    margin: 4px 0 0 0;
    padding: 0px;
}

a.icon-mini-Warning {
    width: 16px;
    background: url("/Content/images/estadosMiniCV.png") no-repeat -14px 0px;
    height: 13px;
    display: inline-block;
    margin: 4px 0 0 0;
    padding: 0px;
}

    a.icon-mini-Disabled, .icon-mini-Error.disabled, .icon-mini-Valid.disabled, .icon-mini-Warning.disabled {
        width: 17px;
        background: url("/Content/images/estadosMiniCV.png") no-repeat -71px 0px;
        height: 13px;
        display: inline-block;
        margin: 4px 0 0 0;
        padding: 0px;
    }

.estadisticaContent .form_row a {
    background:none;
    padding: 0 5px 0 0;
}

/* JIRA */
.atlwdg-trigger.atlwdg-RIGHT {
position: fixed; /*Para que no genere altura al refrescar la pagina*/
top:200px !important;
}

.atlwdg-trigger.atlwdg-RIGHT.altwdgVER {
top:300px !important;
}