@import url(reset.css);

a {
	color: #00609f;
	text-decoration: none;
	font-weight: bold;
}

a:hover{ text-decoration: none; }

a.add {
	display: block;
	height: 16px;
	padding-left: 17px;
	font-weight: bold;
	background: transparent url(../app_images/silk/database_add.png) no-repeat top left;
}

a.buscar
{
    background-position: left top;
    display: block;
    height: 16px;
    padding-left: 17px;
    font-weight: bold;
    background: transparent no-repeat left top;
    background: transparent url(../app_images/silk/find.png) no-repeat top left;
}

a.cancel {
	display: block;
	height: 16px;
	padding-left: 17px;
	font-weight: bold;
	background: transparent url(../app_images/silk/cancel.png) no-repeat top left;
}

a.delete {
	display: block;
	height: 16px;
	padding-left: 17px;
	font-weight: bold;
	background: transparent url(../app_images/silk/database_delete.png) no-repeat top left;
}

a.edit {
	display: block;
	height: 16px;
	padding-left: 17px;
	font-weight: bold;
	background: transparent url(../app_images/silk/database_edit.png) no-repeat top left;
}

/*a[href^="http:"] {
	background: url(../app_images/ico_external.png) right center no-repeat;
	padding-right: 12px;
	margin-right: 2px;
}*/

a.pdf{
	height: 18px;
	padding-left: 18px;
	font-weight: bold;
	display: inline;
	background: transparent url(../app_images/files/pdf.gif) no-repeat top left;
}

a.in {
	display: block;
	height: 16px;
	padding-left: 17px;
	font-weight: bold;
	background: transparent url(../app_images/silk/key_go.png) no-repeat top left;
}

a.save {
	display: block;
	height: 16px;
	padding-left: 17px;
	font-weight: bold;
	background: transparent url(../app_images/silk/database_save.png) no-repeat top left;
}

a.nreg {
	display: block;
	height: 16px;
	padding-left: 17px;
	font-weight: bold;
	background: transparent url(../app_images/silk/application_form_add.png) no-repeat top left;
}
a.calcular {
	display: block;
	height: 16px;
	padding-left: 17px;
	font-weight: bold;
	background: transparent url(../app_images/silk/calculator.png) no-repeat top left;
}
a.refresh {
	display: block;
	height: 16px;
	padding-left: 17px;
	font-weight: bold;
	background: transparent url(../app_images/silk/database_refresh.png) no-repeat top left;
}
a.editMail {
	display: block;
	height: 16px;
	padding-left: 17px;
	font-weight: bold;
	background: transparent url(../app_images/silk/email_edit.png) no-repeat top left;
}
a.forwardMail {
	display: block;
	height: 16px;
	padding-left: 17px;
	font-weight: bold;
	background: transparent url(../app_images/silk/email_go.png) no-repeat top left;
}


body, html {
	background: #eeeeee;
	color: #333333;
	height: 100%;
	margin: 0px;
	width: 100%;
}

div.divider{
	background: url(../app_images/bg_10.gif) repeat-x left top;
	height: 10px;
	border: none;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

/*
Títulos
*/
h1{
	color: #999999;
	font: bold 21px Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	text-align: left;
	margin-top: 15px;
}

h2{
	color: #00609f;
	font: bold 17px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: left;
	margin-top: 15px;
}

h3{
	color: #00609f;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: left;
}

h4{
	color: #29a72a;
	font: bold 17px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: left;
	margin-top: 15px;
}

h5{
	color: #29a72a;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: left;
}

/*
Campos de entrada de datos
*/
input, select, textarea {
	font: 11px Tahoma, "MS Sans Serif", Geneva, sans-serif;
	border: 1px solid #999999;
	color: #333333;
	padding: 2px;
}

input[type=text], input[type=password], select, textarea {
	font: 11px Tahoma, "MS Sans Serif", Geneva, sans-serif;
	border: 1px solid #cccccc;
	color: #333333;
	padding: 2px;
	width: 98%;
}

label.error{
	color: #d72000;
	float: left;
	display: block;
	height: 16px;
	padding-left: 17px;
	font-weight: bold;
	font-size: 10px;
	margin-top: 2px;
	border: 0px;
	background: transparent url(../app_images/silk/database_error.png) no-repeat top left;
}

object { outline: none; }

ol { list-style-type: decimal; list-style-position: inside; }

p { line-height: normal; }

/*
Mensajes de sistema
*/
p.m_error {
	position: relative;
	display: block;
	background: #f6b9b9 url("../app_images/icon_error.gif") no-repeat 10px 10px;
	border: 1px solid #e18484;
	padding: 10px 10px 10px 30px;
	color: #c32727;
	font-weight: bold;
}

p.m_error span, p.m_info span, p.m_notice span, p.m_success span {
	position: absolute;
	right: 7px;
	top: 7px;
	display: block;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
}

p.m_info {
	position: relative;
	display: block;
	background: #d4ebfa url("../app_images/icon_info.gif") no-repeat 10px 10px;
	border: 1px solid #90b1c7;
	padding: 10px 10px 10px 30px;
	color: #4b6bab;
	font-weight: bold;
}

p.m_notice {
	position: relative;
	display: block;
	background: #fffcd3 url("../app_images/icon_notice.gif") no-repeat 10px 10px;
	border: 1px solid #c2beb1;
	padding: 10px 10px 10px 30px;
	color: #74655f;
	font-weight: bold;
}

p.m_success {
	position: relative;
	display: block;
	background: #e5f993 url("../app_images/icon_success.gif") no-repeat 10px 10px;
	border: 1px solid #9bac55;
	padding: 10px 10px 10px 30px;
	color: #688006;
	font-weight: bold;
}

/*
Define el tipo de letra estándar para el sistema
*/
td{
	font: 11px Tahoma, "MS Sans Serif", Geneva, sans-serif;
	text-align: left;
}

ul.blue{
	list-style-image: url(../app_images/silk/bullet_blue_litt.png);
	list-style-position: outside;
	list-style-type: square;
	margin-left: 16px;
}

ul.green{
	list-style-image: url(../app_images/silk/bullet_green_litt.png);
	list-style-position: outside;
	list-style-type: square;
	margin-left: 16px;
}

.chart{
	padding: 5px;
	border: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

.chart_title{
	color: #29a72a;
	font: bold 17px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: left;
}

.error{ border: 1px dotted #c32727; background: #ffffac; }

.tbl_data caption{
	text-align: right;
	padding-bottom: 3px;
	font-weight: bold;
}

.tbl_data td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #ffffff;
	padding: 6px 6px 6px 12px;
}

.tbl_data td.alt { background: #e4ecf4; }

.tbl_data th {
	color: #ffffff;
	border-top: 1px solid #3eb1ff;
	border-left: 1px solid #3eb1ff;
	border-right: 1px solid #03405d;
	border-bottom: 1px solid #03405d;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: url(../app_ig_res/Dnp/images_dnp/bg_menu.jpg) repeat-x left top;
}

.tbl_data th.nobg {
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 1px solid #c1dad7;
	background: none;
	text-align: center;
	vertical-align: bottom;
	color: #333333;
}

.tbl_data, .tbl_form { width: 100%; }

.tbl_data_input{ border: 1px solid #cccccc; }

.tbl_data_input input { width: 98%; }

.tbl_form td{ padding: 2px; }

.tbl_form_text_butt{ text-align: center; }

.tbl_form_text_butt a { font-weight: bold; }

.tbl_form_text_field { font-weight: bold; text-align: right; }

.titulo_destacado{
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: left;
}

#header {
	background: url(../app_images/head_bg.jpg) repeat-x left top;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 5px;
	vertical-align: middle;
}

#lateral_contents{ vertical-align: top; text-align: left; }

#lateral_contents a:hover, #td_footer a:hover { text-decoration: underline; }

#logo {
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}

/*
Datos
*/
#tbl_data_header, #tbl_data_header td{
	background: url(../app_images/bg_menu_1_active.gif) #4682b4;
	color: #ffffff;
	font-weight: bold;
	height: 17px;
	text-transform: uppercase;
	vertical-align: middle;
}

#tbl_data_out{
	border: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

#tbl_fields tr>td{ padding: 3px; }

#tbl_fields tr>td:first-child{ text-align: right; }

#td_contents{ height: 400px; }

#td_footer{
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: #999999;
}

#td_footer a{ color: #999999; }

#td_logo { vertical-align: middle; }

#td_main { padding: 5px; }

#td_main tr td{ text-align: left; }

/*  CG */
.div_data_input { 
    border: 1px solid #cccccc; 
    margin: 8px;
    padding: 8px;
}
.div_data_input div {
    margin-bottom: 8px;
}
.div_clear {
    clear: both;
    margin: 0px;
    padding: 0px;
}

#div_container_login {
    font: 11px Tahoma, "MS Sans Serif", Geneva, sans-serif;
    text-align: left;
    width: 75%;
    min-width: 1000px;
    margin: auto;
    margin-top: 20px;
    background-color: white;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    box-shadow: -4px -4px 8px 0px #C2C2C2;
    -moz-box-shadow: -5px 0px 8px 2px #C2C2C2;
    -moz-box-shadow: 0px 0px 8px 2px #C2C2C2;
    padding: 30px 60px 0px 60px;
}

#div_header_login {
	padding: 10px 0px;
	margin-bottom: 10px;
	background: url(../app_images/fondo.jpg) no-repeat #ffffff;
	background-size: 80% auto;
}

#div_header1_login {
    float: left;
    width: 10%;
    padding-top: 15px;
}

#div_header2_login {
    float: left;
    width: 25%;
    text-align: right;
}

#div_header3_login {
    float: left;
    width: 40%;
    color: #00609f;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px #DCDCDC;
    text-align: center;
    padding-top: 12px;
}

#div_header4_login {
	float: right;
	text-align: right;
}

#div_header5_login {
    float: left;
    width: 100%;
    color: #00609f;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px #DCDCDC;
    text-align: center;
    padding-top: 12px;
}

.middle-style {vertical-align:middle;}

.bottom-style {vertical-align:bottom;}

.top-style {vertical-align:top;}

.div_data_input_login { 
    border: 1px solid #cccccc; 
    margin: 12px;
    padding: 12px;
}

.div_data_input_login div {
    margin: 6px 0px;
}

.div_data_input_login2 { 
    padding: 40px 15%;
}

.div_data_input_login2 div {
    margin: 10px 0px;
}

#div_footer_login {
    font: 11px Tahoma, "MS Sans Serif", Geneva, sans-serif;
    background-color: #919191;
    color: white;
    width: 75%;
    margin: auto;
    min-width: 1000px;
    padding: 10px 60px;
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-bottom: 4px solid #B4222F;
}

#div_footer_login p {
    margin: 3px 0px;
}

#div_footer_login a {
    text-decoration: underline;
    font-weight: normal;
    color: white;
}

.DivLoading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 1000;
}

.ImgLoading {
    position: relative;
    top: 48%;
    left: 45%;
    
}