/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/08/2014, 04:12:08 PM
    Author     : ricardo
*/


.error{
    width: 250px;
    background-color: #FE642E;
    color: #0B0B3B;
    /* -webkit-border-radius: 8px; */
    /* border-radius: 8px; */
    /* -webkit-box-shadow: 4px 4px 1px #CCC; */
    /* box-shadow: 4px 4px 1px #999; */
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    color: #fff;
    width: 81%;   
}

input.error { border: 1px solid #FE642E; color: #999; }

select.error { border: 1px solid #FE642E; color: #999; }

textarea.error { border: 1px solid #FE642E; color: #999; }

label.error {
    border: 1px solid #E24812;
    padding: 5px;
}

.sysMesg {
    font-family:  arial,verdana;
    font-size: 13px;
    color: red;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}


.classpie{
    background-color: #E0E0E0;
    height: 25px;
    padding: 10px;
    text-align: center;
}

.fondopie{  
    background-color: #BDBDBD;
    height: 10px;
    /* border-bottom: solid 1px #0B0B3B; */
    /* border-left: solid 1px #0B0B3B; */
    /* border-right: solid 1px #0B0B3B; */  
}

#wrapper {	
	padding: 70px 0 0 0px;
	height: 100%;
}
#wrapper {
	width: 350px;
	margin:auto;
	position: relative;
}

#wrappertop {
	background:url(../img/wrapper_top.png) no-repeat;
	height:22px;
}

#wrappermiddle {
	background:url(../img/wrapper_middle.png) repeat-y;
	height:240px;
    font-family:  sans-serif;
}

#wrapperbottom {
	background:url(../img/wrapper_bottom.png) no-repeat;
	height:22px;
}

#wrapper h2 {
	margin-left:20px;
	font-size:20px;
	font-weight:bold;
	font-family:Myriad Pro;
	text-transform:uppercase;
	position:absolute;
	text-shadow: #fff 2px 2px 2px;
}


#username_input {
	margin-left:25px;
	position:absolute;
	width:300;
	height:50px;
	margin-top:40px;
}

#username_inputleft {
	float:left;
	background:url(../img/input_left.png) no-repeat;
	width:12px;
	height:50px;
}

#username_inputmiddle {
	float:left;
	width:300px;
	height:50px;
}

#username_inputright {
	float:left;
	width:12px;
	height:50px;
}


/*
html {margin:0;padding:0;border:0;}body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}body {line-height:1.5;background:white;}table {border-collapse:separate;border-spacing:0;}caption, th, td {text-align:left;font-weight:normal;float:none !important;}table, th, td {vertical-align:middle;}blockquote:before, blockquote:after, q:before, q:after {content:'';}blockquote, q {quotes:"" "";}a img {border:none;}:focus {outline:0;}

html {
	min-height: 100%;
}
body {
	height: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	font-size: 13px;
	line-height: 20px;
	min-width: 998px;
	border-top:3px solid #919191;
	//background:url(../images/BG.jpg) repeat;
}*/
#wrapper {	
	padding: 70px 0 0 0px;
	height: 100%;
}
#wrapper {
	width: 350px;
	margin:auto;
	position: relative;
}


#wrapperbottom {
	background:url(../img/wrapper_bottom.png) no-repeat;
	height:22px;
}

#wrapper h2 {
	margin-left:20px;
	font-size:20px;
	font-weight:bold;
	font-family:Myriad Pro;
	text-transform:uppercase;
	position:absolute;
	text-shadow: #fff 2px 2px 2px;
}


#url{
	display:block;
	width:276px;
	height:45px;
	background:transparent;
	border:0;
	color:#bdbdbd;
	font-family:helvetica, sans-serif;
	font-size:14px;
	padding-left:20px;
}

#url_user {
	position:absolute;
	display:block;
	margin-top:-28px;
	float:left;
	padding-right:10px;
}

#password_input {
	margin-left:25px;
	position:absolute;
	width:300;
	height:50px;
	margin-top:100px;
}

#password_inputleft {
	float:left;
	width:12px;
	height:50px;
}

#password_inputmiddle {
	float:left;
	width:300px;
	height:50px;
}

#password_inputmiddleA {
	float:left;
	width:150px;
	height:50px;
}

#password_inputright {
	float:left;
	background:url(../img/input_right.png) no-repeat;
	width:12px;
	height:50px;
}

#url_password {
	display:block;
	position:absolute;
	margin-top:-32px;
	float:left;
	margin-left:4px;
}

#submit{
	float:left;
	position:relative;
	padding:0;
	margin-top:160px;
	margin-left:170px;
	width:300px;
	height:40px;
	border:0;
}

#submit1 {
	position:absolute;
	z-index: 10;
	border:0;
}

#submit2 {
	position:absolute;
	margin-top:0px;
	border:0;
}

#links_left{
	float:left;
	position:relative;
	padding-top:5px;
	margin-left:25px;
}

#links_left a{
	color:#bbb;
	font-size:11px;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

#links_left a:hover{
	color:#292929;
}

#links_right{
	float:right;
	position:relative;
	padding-top:5px;
	margin-right:25px;
}

#links_right a{
	color:#bbb;
	font-size:11px;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

#links_right a:hover{
	color:#292929;
}

.TabFormulario{    
    padding: 30px 30px 15px 15px;
    background: #F0E5CC; 
    -moz-box-shadow: 10px 10px 5px #CCC;
    -webkit-box-shadow: 10px 10px 5px #CCC;
    box-shadow: 6px 6px 5px #999;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;    
}

/*ESTILO PASO 2*/
.cabeceracuenta{
    border: solid 1px #E0E0E0;
    text-align: center;
    padding: 5px;  
}

.cabeceracliente{
    background: #F5F5F5;
    /* border-left: solid 2px #E0E0E0; */
    /* border-right: solid 2px #E0E0E0; */
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
    border-top: none;
}

.cabeceracliente td{
    text-align: left;  
}
.TituloListado1{
    padding: 5px;
    background-color: #2C3E50;
    color: #ffffff;
    font-size: 17px;
    /* height: 10px; */
}
.detallenota{
    
}
.detallenota td{
    border:  none;
    /*//text-align: left;*/  
}

.titulos{
    background-color: #0D1C2B;
    text-align: center;
    color: #FFF;
    /* padding: 15px; */
    height: 30px;
}
.CajaScroll{
    width: 80%;
    background-image: url(../img/fondo1.png);
    /* border-bottom: solid 2px #0A0A2A; */
    /* border-left: solid 2px #0A0A2A; */
    /* border-right: solid 2px #0A0A2A; */
    border: 1px solid #ccc;
    padding: 10px;
}

.TituloDetalleNota{
    font-family: "Arial";
    font-size: 10pto;
    color: white;
    background-color: #925252;
    border-radius: 0px;
    border:1px solid #C6D1DA;
}

.TituloDetalleNota td{
    border:1px solid #000;
    background: #fff;
    color: #000;
}

#loading-div-background {
    display:none;
    position:fixed;
    top:0;
    left:0;
    background:#000;
    width:100%;
    height:100%;
}

#loading-div{
    width: 300px;
    height: 200px;
    background-color: #fff;
    color: #000;
    text-align:center;
    position:absolute;
    left: 50%;
    top: 50%;
    margin-left:-150px;
    margin-top: -100px;
}

/*
#correoenviado{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}*/