@charset "utf-8";
/* CSS Document */
html,body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	/*background-color: #ECECEC;*/
	background-color: #FAFAFA;
	
	color: #666666;
    font-size: 0.9em;
    font-weight: normal;
}

h1,h2,h3,h4,h5,h6,span {
	margin: 0px;
	padding: 0px;
}

.boton-cambio {
	width: 15px;
	heigth: 13px;
}
/*Pagina para login*/

/*------------AREA SUPERIOR ENCABEZADO DE LA PAGINA--------------------------------*/
#headerbg {
	width: 100%;
	height: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
	/*background-color: #ECECEC;*/
	background-color: #FAFAFA;
}

#headerblank {
	width: 1004px;
	height: 180px;
	float: none;
	margin: 0 auto;
	padding: 0px;

	/*background-image:url(../images/header.jpg);
		background-repeat:repeat-x;*/
}

#header {
	width: 1000px;
	height: 175px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #EDEDED;
	background-color: #FAFAFA;
	/*-moz-linear-gradient(center top , #FAFAFA, #ECECEC) repeat scroll 0 0 transparent
	background-image: url(../images/header3.jpg);*/
	background-repeat: no-repeat;
}


#headertitletext {float:left; color:#666666; font-family: Times New Roman,Times,serif; font-size:25px;  margin: -90px auto 0 auto; margin-left:400px; width:800px; min-width:800px; }


#headertitletext3 {float:right; color:#666666; font-family: Times New Roman,Times,serif; font-size:20px;  margin: 10px auto 0 auto; margin-left:320px; width:800px; min-width:800px; }


#headertitletext4 {float:left; color:#666666; font-family: Times New Roman,Times,serif; font-size:25px;  margin: -3px auto 0 auto; margin-left:25px; width:965px; min-width:800px; }

#headertitletext6 {float:left; color:#666666; font-family: Times New Roman,Times,serif; font-size:25px;  margin: -90px auto 0 auto; margin-left:680px; width:800px; min-width:800px; }
#headertitletext2 {float:left; color:#4C4C4C; font-family: Times New Roman,Times,serif; text-align: right; font-size:16px;  margin: 0px auto 0 auto; margin-left:240px; width:730px; min-width:730px; }

#headertitle {
	width: 1000px;
	height: 100px;
	float: left;
	margin: -2px;
	padding: 0px;
	color: #666666;
	font-family: Times New Roman,Times,serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 100px;
	text-align: left;
	margin-left: 20px;
}

#menu_content {
	width: 965px;
	height: 52px;
	float: right;
	margin: 2px 8px 4px;
	padding: 0px;
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0px 0px 8px 8px;
	background-color: #FAFAFA;
}

#menu {
	width: 965px;
	height: 52px;
	float: left;
	margin: 3px 51px 0 0;
	padding: 0px;
	/*background-color: #E5E5E5;*/
		background-color: #FAFAFA;
	background-image: url(../images/barrafondo.fw.png);
	/*	background-position: bottom;
		background-repeat: repeat-x;*/
		background-repeat-x: no-repeat;
	border-radius: 0px 0px 8px 8px;


}

#menu ul {
	width: 1000px;
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;


}

#menu ul li {
	width: 130px;
	height: 40px;
	float: left; /*La lista se ve horizontal...*/
	margin: 0 1px 0 0;
	padding: 0px;
	display: block;
	/*Imagen que separa cada item de la lista...*/
}
/*Efecto al pasar sobre los items...*/
#menu ul li:hover>a.item1 {
	height: 40px;
	background-color: #E0E0E0;
	background-image: url(../images/line-header.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #666666;
	font-family: Times New Roman,Times,serif;
}
/*Estilo de segunda linea  del menu cuanto esta sobre el menu*/
#menu ul li:hover>a {
	height: auto;
	background-color: #8F8D8D;
	background-image: url(../images/line-header.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFF;
	border: 1px solid #D54946;
	font-family: Times New Roman,Times,serif;
}
/*Estilo de linea principal del menu*/
#menu ul li a {
	width: 130px;
	height: 40px;
	float: left;
	display: table;
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
	/*font-weight: bold;*/
	color: #666666;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: url(../images/line-header.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Times New Roman,Times,serif;
	
}
/*Etiqueta p para alinear al centro de manera vertical...*/
#menu ul li a p {
	display: table-cell;
	padding: 2px;
	vertical-align: middle;
}

/*Segundo nivel del menu....*/

/* menu::level2 
background: transparent url('images2/menu_level_1.png') no-repeat scroll 0pt 100%;
*/
/*Tamaño maximo para los divs de los submenus..
div#menu div{
	width:100px;
}*/
/*Formato del ul de segundo nivel, abajo del ul con class=menu...*/
div#menu ul.menu ul {
	padding: 0px 0px 0px;
	width: auto;
	height: auto;
	position: relative;
	top: 0px;
}

/*Propiedades li de segundo nivel...*/
div#menu li li { /*width: 100%;
	width:auto; */
	text-indent: 0px;
	height: auto;
	width: auto;
}
/*Bordes redondos al ultimo elemento del submeno n1*/
#menu li li a.last-child {
	border-radius: 0 0 8px 8px;
}

div#menu ul.menu li ul li span {
	color: #FFF;
}

/*Estilo de segunda linea  del menu al extenderse*/
div#menu li li a,div#menu li li span.separator {
	margin: 0px 0px;
	padding: 0px;
	height: auto;
	display: block;
	line-height: 25px;
	width: 150px;
	color: #666666;
	background-color: #E5E5E5;
	/*border-top: 1px solid #D54946;
	border-bottom: 1px solid #D54946;*/
}
/*Se hace visible el ul de segundo nivel al poner el cursor encima de li de nivel 1*/
div#menu li:hover ul,div#menu li.sfhover ul {
	left: 0px;
	z-index: 100;
	visibility: visible;
	heigth: 25px;
}

/*Estilo al pasar el cursor...*/
div#menu li li:hover>a {
	background-color: #E0E0E0;
}
/*Borde redondo al ultimo elemento del submenu n1
div#menu li li:last-child:hover a{
border-radius: 0 0 0px 8px;
}
*/
/*Propiedades para los li q tengan hijos n1
div#menu li li a.parent{ 
	background: url('../images/menu_level_1_p.jpg') no-repeat scroll 100% bottom;
}
div#menu li li:hover a.parent{
	background: url('../images/menu_level_1_p_hover.jpg') no-repeat scroll 100% bottom;
}
*/

/* menu::level3 
Propiedades de ul nivel 2
*/
div#menu li ul ul {
	margin: -27px 0 0 150px;
	width: auto;
}

div#menu ul ul ul a {
	background-color: #E5E5E5;
}

/*Propiedad para los li de n2 q tengan hijos
div#menu li ul ul li:hover a.parent { 
	background: url('../images/menu_level_1_p.jpg') no-repeat scroll 100% bottom;
}
*/
/*No recuerdo...
div#menu li ul ul li:hover a{ 
	background: url('../images/menu_level_1.jpg') no-repeat scroll 100% bottom;
}
*/
div#menu li:hover ul ul,div#menu li.sfhover ul ul,div#menu li:hover ul ul ul,div#menu li.sfhover ul ul ul,div#menu li:hover ul ul ul ul,div#menu li.sfhover ul ul ul ul
	{
	left: -999em;
}

div#menu li li:hover ul,div#menu li li.sfhover ul,div#menu li li li:hover ul,div#menu li li li.sfhover ul,div#menu li li li li:hover ul,div#menu li li li li.sfhover ul
	{
	left: 0pt;
	z-index: 100;
}

/*Estilos de los acordiones de busqueda*/
.ui-accordion {
	width: 100%;
}

.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
	display: inline;
}

.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em;
}

.ui-accordion-icons .ui-accordion-header a {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
	zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
	display: block;
}

#accordion {
	border: 0px solid #D1CEBF;
	border-radius: 0 0 8px 8px;
	background: #E5E5E5;
}

/* Interaction states color de botones del jquery
----------------------------------*/
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default
	{
	border: 0px solid #d8dcdf;
	background: #E5E5E5;
	font-weight: arial;
	color: #fff;
	border-radius: 7px 7px 7px 7px;
	color: #444444;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited
	{
	color: #444444;
	font-size: 12px;
	font-family: Times New Roman,Times,serif;
	text-decoration: none;
	
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus
	{
	background: #8F8D8D;
	
	font-family: Times New Roman,Times,serif;
	color: white;
}

.ui-state-hover a,.ui-state-hover a:hover {
	color: white;
	text-decoration: none;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active
	{
	background: #E5E5E5;
	color: #fff;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color: #444444;
	text-decoration: none;
}

.ui-widget :active {
	outline: none;
}

/*Formato de los botones...
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .4em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: hidden; *overflow: visible; } 
*/
.ui-button-icon-only {
	width: 2.2em;
}

button.ui-button-icon-only {
	width: 2.4em;
}

.ui-button-icons-only {
	width: 3.4em;
}

button.ui-button-icons-only {
	width: 3.7em;
}

/*button text element 
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
*/
/*Botones...*/
.button {
	font-family: "Times New Roman", Times, serif;
	background-color: #E5E5E5;
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	margin-right: .4em;
	text-decoration: none !important;
	font-family: bold;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: hidden;
	*overflow: visible;
	border-radius: 6px 6px 6px 6px;
	color: #444444;

}

.button:hover {
    font-family: "Times New Roman", Times, serif;
	background-color: #8F8D8D;
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	margin-right: .4em;
	text-decoration: none !important;
	font-family: bold;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: hidden;
	*overflow: visible;
	border-radius: 6px 6px 6px 6px;
	color: #ffffff;
}




a.button {
	font-family: "Times New Roman", Times, serif;
	background-color: #E5E5E5;
	padding: .16em 1em;
	display: inline-block;
	position: relative;
	top:8.5px;
	margin-right: .4em;
	text-decoration: none !important;
	font-family: bold;
	font-size: .9em;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: hidden;
	*overflow: visible;
	border-radius: 6px 6px 6px 6px;
	color: #444444;

}

a.button:hover {
	font-family: "Times New Roman", Times, serif;
	background-color: #8F8D8D;
	padding: .16em 1em;
	display: inline-block;
	position: relative;
	top:8.5px;
	margin-right: .4em;
	text-decoration: none !important;
	font-family: bold;
	font-size: .9em;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: hidden;
	*overflow: visible;
	border-radius: 6px 6px 6px 6px;
	color: #ffffff;

}




.buttonf {
	background-color: #E5E5E5;
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	margin-right: .4em;
	text-decoration: none !important;
	font-family: bold;
	cursor: pointer;
	text-align: center;
	zoom: 2;
	overflow: hidden;
	*overflow: visible;
	border-radius: 6px 6px 6px 6px;
	color: white;
	font-size: 9pt;
	color: #444444;
}



.buttonn {
	background-color: #E5E5E5;
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	margin-right: .4em;
	text-decoration: none !important;
	font-family: bold;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: hidden;
	*overflow: visible;
	border-radius: 6px 6px 6px 6px;
	color: white;
}


.buttonn:hover {
	background: #8F8D8D;
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	margin-right: .4em;
	text-decoration: none !important;

	/* font-family:bold;
		font-size:11px;*/
}
/*Formato de las tablas...*/
table {
	border: 0px;
	border-collapse: separate;
}

.tableRow1 {
	color: #444444;
	background-color: #EFEFEF;
}

.tableRow2 {
	background-color: white;
	color: #444444;
}

th {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	padding: 4px;
	border: solid 1px #D1CEBF;
	border-bottom: 1px;
	background-image: url(../images/table_th.png);
	background-repeat: repeat-x repeat-y;
	color: #444444;
}

td {
	padding: 3px;
	border: solid 1px #D1CEBF;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #2F2F2F;

	/*border-style: dotted;*/
}

.tdLabel {
	/*border-left: 1px solid #D6D1D1;
	border-bottom: 1px solid #D6D1D1;
	font-weight: bold;
	color: #444444;
	white-space: nowrap;*/
	/*background: #D6D1D1;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #444444;
	line-height: 15px;
	text-align: left;
	border: solid 0px #D1CEBF;
	font-weight: normal;
}


.tdcaptura {
	/*border-left: 1px solid #D6D1D1;
	border-bottom: 1px solid #D6D1D1;
	font-weight: bold;
	color: #444444;
	white-space: nowrap;*/
	/*background: #D6D1D1;*/
	font-family: "Times New Roman", Times, serif;
	color: #444444;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	border: solid 0px #D1CEBF;
}




label {

	font-family: "Times New Roman", Times, serif;
	color: #444444;
	font-size: 13px;
}

Read more: http://www.ehow.com/how_4831327_style-form-label-css.html#ixzz2YayTBlnW

/*Estilos vista previa factura*/
.viewF {
	border: solid 1px black;
	width: 870px;
	position: relative;
	padding: 15px;
	left: 15px;
}

.tabFac {
	border-collapse: collapse;
}

.tabFac td {
	padding: 4px;
	font-size: 8pt;
	font-family: "Times New Roman", Times, serif;
	border: solid 0px #D1CEBF;
	color: black;
	align: center;
}

.tdTitulo {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.tabFac span {
	font-weight: bold;
}

/*Div de alerta de folios..*/
#alertaFolios {
	padding: 3px;
	float: right;
	border: solid 0px #D1CEBF;
	border-radius: 8px 8px 8px 8px;
	width: 180px;
	heigth: 40px;
	background-color: #E5E0E0;
}

#alertaFolios img {
	width: 25px;
	heigth: 25px;
}

#alertaFolios span {
	font-family: "Times New Roman", Times, serif;
	color: red;
}

.alertaEvento {
	padding: 6px;
	float: left;
	border: solid 0px #D1CEBF;
	border-radius: 8px 8px 8px 8px;
	width: 200px;
	heigth: 40px;
	background-color: #E5E0E0;
}
.alertaEvento span {
	font-family: "Times New Roman", Times, serif;
	color: red;
}

/*Div de alerta de folios NC..*/
#alertaFoliosNC {
	padding: 6px;
	float: left;
	border: solid 0px #D1CEBF;
	border-radius: 8px 8px 8px 8px;
	width: 200px;
	heigth: 40px;
	background-color: #E5E0E0;
}
#alertaFoliosNC img {
	width: 25px;
	heigth: 25px;
}

#alertaFoliosNC span {
	font-family: "Times New Roman", Times, serif;
	color: red;
}

/*Div para logo de facturas*/
#imgFactura {
	position:absolute;
	margin-top:-60px;
	margin-left:10px;
}

#imgFactura img {
	width:130px;
	height:120px;
}

/* Agregadas adicionalmente..!!!!!*/
#loginSpacer {
	height: 15px;
}

#loginPanel.visible {
	height: 240px;
	background-image: url(../images/loginTabBG.png);
	background-repeat: repeat-x;
	position: fixed;
	top: 0px;
	width: 100%;
	min-width: 900px;
}

#loginPanel.hidden {
	height: 240px;
	background-image: url(../images/loginTabBG.png);
	background-repeat: repeat-x;
	position: fixed;
	top: -210px;
	width: 100%;
	min-width: 900px;
	
}

#loginPanel {	
	height: 240px;
	background-image: url(../images/loginTabBG.png);
	background-repeat: repeat-x;
	position: absolute;
	top: -210px;
	left:100px;
	width: 99%;
	min-width: 850px; 
	}


#mainWrapper {
	width: 100%;
	min-width: 900px;
	margin: 0 auto;
	min-height: 100%;
}

#loginButton {
	position: relative;
	top: 213px;
	left: 60%;
}

#loginTabContent {
	float: left;
	background-image: url(../images/loginTabBGN.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 23px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	padding-top: 0px;
}

#loginContent {
	position: relative; 
	height: 190px;
	width: 500px;
	margin: 0 auto;
	margin-bottom: -200px;
	margin-top: 10px;
}

a.contentLink {
	color: white;
	text-decoration: underline;
}

/*Pagina Login*/
.loginbg {
	/*position: absolute;*/
	margin: 10px auto;
	width: 900px;
	height: 300px;
}

#containerLogin {
	background: #FAFAFA;
	width: 100%;
	height: 100%;
	border: 0px solid #FAFAFA;
	text-align: center;
	top: 300px;
	padding: 0px;
}

#login {
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #F4F4F4;
	width: 1000px;
	height: 260px;
	padding: 0px;
	position: relative;
	float: center;
	font-family: "Times New Roman", Times, serif;
	color: #444444;
	font-size: 13px;
	background-repeat: no-repeat;
	margin-left:300px;
}

#Fotos {
	width: 421px;
	height: 200px;
}

#login_title {
	color: #444444;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 9px 0 0 15px;
	border-width: 0px;
}

#login_input {
	border-width: 0px;
	color: #444444;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding: 2px 18px 3px 5px;
	width: 144px;
}

.formError {
	color: red;
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
}

.wrapper {
	position: relative;
	margin: 200px auto;
	width: 800px;
	height: 300px;
}

.error {
	/*font-weight: bold;
	font-style: italic;*/

	border: 0.02em solid #D64937;
	font-size: 1em;
	color:#F61414;
	background-color: #FAFAFA;
	padding: 3px 3px;
	font-family: "Times New Roman", Times, serif;
}

/*-------------------------------------------------------------------------------------HEADERPART--------------------------------------------------END--------------------------------------*/
#contentbg {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

#contentblank {
	width: 1004px;
	float: none;
	margin: 0 auto;
	padding: 12px 0;
}

#content {
	width: 976px;
	float: left;
	margin: 0px;
	padding: 0 12px;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #EDEDED;
	
    color: #444444;
    font-size: 1.1em;
    font-weight: normal;
    font-family: Times New Roman,Times,serif;
}

#content h2 {
	width: 976px;
	float: none;
	margin-top: 4px;
	padding: 0px;
	font-family: "Trajan Pro";
	color: #BA2025;
	font-size: 18px;
	line-height: 18px;
}



#content h4 {
	float: none;
	margin: 0px;
	padding: 0px;
	font-family: "Trajan Pro";
	color: #BA2025;
	font-size: 18px;
	line-height: 18px;
}



/*-----------AREA INFERIOR DE LA PAGINA --------------------------------------------*/
#footerbg {
	width: 100%;
	height: 100px;
	float: left;
	margin: 0;
	padding: 12px 0;
	/*background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;*/
}

#footer {
	width: 1000px;
	height: 100px;
	float: none;
	margin: 0 auto;
	padding: 0;
/*	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	border-radius: 8px 8px 8px 8px;
	border: 3px solid #F4F4F4;*/
}

#copyrights {
	width: 1001;
	height: 20px;
	float: none;
	margin: 80px 0 0 0px;
	padding: 0 30px 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #444444;
	text-align: left;
	border: 2px solid #FBF9FB;
	border-radius: 0px 0px 8px 8px;
}


/*
 * jQuery UI Dialog 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
/*titulo de los dialogos*/
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; color: #444444; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px;  }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }


/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; /*width: 100%; height: 100%;*/ }


/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=D14202&bgTextureHeader=01_flat.png&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=fff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=D14202&bgTextureDefault=01_flat.png&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=fff&iconColorDefault=ffffff&bgColorHover=f6f6f6&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=D14202&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/




.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Times New Roman", Times, serif; font-family: bold; }
/*.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border: 0px solid #d8dcdf;	background: #DC4C03;	font-weight: arial;	color: #fff;	border-radius: 7px 7px 7px 7px;}*/
/*.ui-widget-content { border: 0px solid #d8dcdf; background: #ECECEC ; font-weight: arial; color: #fff; }*/
/*propiedades del contenedor del jquery*/
.ui-widget-content { border: 1px solid #444444; background: #FAFAFA ; font-weight: "Times New Roman", Times, serif; color: #fff; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #d8dcdf; background-image: url(../images/dialogoheader.png);  color: #fff; font-weight: "Times New Roman", Times, serif; }
.ui-widget-header a { color: #fff; }


.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}


hr.titleline {
	background-color: #A6A8AC;
	color: #A6A8AC;
	width: 99%;
	text-align: left;
	height: 0.1em; 
}

/* FECHA */
.capacalendario{
	width: 219px;
	position: absolute;
	display: none;
	background-color: #f2f2f2;
}
.capacalendarioborde{
	padding: 3px;
	border: 1px solid #999;
}
.diassemana{
	overflow: hidden;
	background: #ddd;
	margin: 0;
	clear: both;
}
.diasmes{
	overflow: hidden;

}
.diassemana span, .diasmes span{
	margin: 3px;
	width: 25px;
	display: block;
	float: left;
	text-align: center;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 0.875em;
}
.diassemana span{
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
	height: 1.8em;
	line-height: 1.8em;
}
.diasmes span{
	background: #ddd;
	cursor: pointer;
	color: #666;
}
.diasmes span.diainvalido{
	background: #f2f2f2;
	cursor: default;
}
.diasmes span.domingo{
	color: #D95B43;
}
.capacalendario span.primero{
	margin-left:0 !important;
}
.capacalendario span.ultimo{
	margin-right:0 !important;
}
a.botoncal{
	margin-left: 5px;
	background: transparent url(../images/calendario.png) no-repeat;
}
a.botoncal span{
	display: inline-table;
	width: 16px;
	height: 16px;
}
a.botonmessiguiente{
	float: right;
	background: transparent url(../images/105.png) no-repeat;
	margin: 5px 5px 0 5px;
}
a.botonmessiguiente span, a.botonmesanterior span, a.botoncambiaano span{
	display: inline-table;
	width: 10px;
	height: 10px;
}
a.botonmesanterior{
	float: left;
	background: transparent url(../images/106.png) no-repeat;
	margin: 5px 5px 0 5px;
}
a.botoncambiaano{
	background: transparent url(../images/193.png) no-repeat;
	margin: 5px 5px 0 5px;
	font-size: 0.8em;
}
.textomesano{
	background-color: #ddd;
	overflow: hidden;
	padding: 4px 2px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	color: #666;
}
.mesyano{
	margin-top: 3px;
}
.visualmesano{
	display: inline;
}
.capacerrar{
	overflow: hidden;
	font-size: 0.5em;
	padding-bottom: 2px;
}
a.calencerrar{
	float: right;
	background: transparent url(../images/101.png) no-repeat;
	margin: 2px 5px 0 5px;
}
a.calencerrar span{
	display: inline-table;
	width: 10px;
	height: 10px;
}
.capaselanos{
	width: 50px;
	display: none;
	font-size: 0.8em;
	text-align: center;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ddd;
}
.capaselanos a{
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	padding: 1px 0;
	font-size: 0.9em;
}
.capaselanos a.seleccionado{
	background-color: #eef;
	font-weight: bold;
}
.capaselanos a.ultimo{
	border: 0;
}



