/*

CSS for Mocha UI

Theme: Default

Copyright:
	Copyright (c) 2007-2009 Greg Houston, <http://greghoustondesign.com/>.

License:
	MIT-style license.

Note:	
	If you are adding MochaUI to an existing site, this CSS file may not be necessary.

*/

/* Reset */

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,form,body,html,p,blockquote,fieldset,input,object,iframe { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: none; }

/* Structure */

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;	
}

/* Typography */
	
h2, h3, h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}
	
h2 {
	font-size: 14px;
	font-weight: bold;
}
	
h3 {
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
}

a {
	color: #096DD1;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0 0 9px 0;
}

.lite {
	color: #999;
}

/* Lists */

ul {
	list-style: outside;
	margin: 0 0 9px 16px;
	list-style-type: disc;
}

dt {
	text-align:left;
	font-weight: bold;
}

dd {
	padding: 0 0 9px 0;
}

/* Menus */

.menu-right li {
	list-style-type: none;
	/*display: inline;*/
	margin: 0 0 0 15px;
}

/* Forms */

form fieldset {
	border: 2px solid #e5e5e5;
	clear: both;
	margin-bottom: 9px;
	overflow: hidden;
	padding: 9px 18px;
}

form legend {
	background: #e5e5e5;
	color: #262626;
	margin-bottom: 9px;
	padding: 2px 11px;
}

form label {
	font-weight: bold;
	margin-right: 6px;
	text-align: left;
	width: 50px;
}

textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;		
}

.input {
	padding: 2px 0 2px 3px;
	border: 1px solid #848484;
}

form button {
	vertical-align: middle;	
}
.button {
	height: 24px;
	margin: 0;
	padding: 3px 6px;
	background: #f1f1f1 url(../images/bg-panel-header.gif) left bottom repeat-x;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #808080;
	-moz-border-radius: 3px;	
}
* html .button .button_p {
	padding: 3px 1px;		
}

.searchField {
	width: 150px;
	overflow: hidden;
	line-height: 15px; 
	margin: 0;
	padding: 4px 0 3px 5px;
	border: 1px solid #808080;	
	border-right: 0;
	vertical-align: middle;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;				
}

.searchButton {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;		
}	

* html .toolbox .searchField, * html .toolbox .searchButton { /* IE6 Hack */
	margin-top: -1px;		
}

* html .toolbox .button { /* IE6 Hack */
	vertical-align: top;
	margin-top: 0;			
}

*:first-child+html .toolbox .searchField, *:first-child+html .toolbox .searchButton { /* IE7 Hack */
	margin-top: -1px;	
}

*:first-child+html .toolbox .button { /* IE7 Hack */
	vertical-align: top;
	margin-top: 0;	
}

.formRow {
	margin: 0 0 8px 0;
}

.buttonRow {
	margin-bottom: 10px;	
}

/* Code */

pre {
	background-color: #f2f2f2;
	color: #070;
	display: block;
	font-family: 'Courier New', Courier, monospace;
	font-size: 11px;
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ddd;	
}

/* Status Messages */
label.error,
label.notice, 
label.success    { padding: 0px; margin-bottom: 1px; border: 2px solid #ddd; padding-left: 5px;padding-right: 5px;float:left;clear:left;}
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }
label.error {width: 93%;}
/* Dividers */

hr {
	background-color: #d3d3d3;
	color: #ccc;
	height: 1px;
	border: 0px;
}

/* Misc */

.nobr {
	white-space: nowrap;
}

select{
	width: 212px;
	height: 20px;
	padding-left: 5px;
	padding-top: 2px;
}
input[type=text],
input[type=password]{
	width: 200px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.botones {
	width:20px;
	height:20px;
	border-width:0px;
	border-style:solid;
}

table{
	border-collapse:collapse;
}
.tabla,
.tabla tr th,
.tabla tr td{
	color:#770000;
	border: 1px solid #2AB7E9;
	vertical-align:text-top;
}
.tabla tr th{
	text-align:center;
	background-color:#787878;
	color:#FFFFFF;	
}
.tabla tfoot tr th,
.tabla tfoot tr td{
	text-align:center;
	background-color:#787878;
	color:#FFFFFF;
}
.tabla tr:nth-child(even){
	background-color:#C7EDFA;
}
.tabla tr:nth-child(odd){
	background-color:#C5C5C5;
}
.tabla tr:hover{
	background-color:#8BDAF3; 
}
#consulta{
	border: 1px solid #000000;
	background-color: #9EB0C2;
	padding: 5px;
}
.button{
	background:#00B0DE;
	background-repeat:no-repeat;
	font:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	height: 28px;
	padding-left: 33px;
	padding-right: 4px;
	border-width:2px;
	border-color:#0091D3;
}
.button[disabled]{
	background:#57616B;
	background-repeat:no-repeat;
	font:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	height: 28px;
	padding-left: 33px;
	padding-right: 4px;
	border-width:2px;
	border-color:#3A4147;
}
.button_p {
	cursor: pointer;
	border: 1px solid #808080;
}
.button_p{
	background:#00B0DE;
	background-repeat:no-repeat;
	font:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	height: 20px;
	min-width:18px;
	padding-left: 7px;
	padding-right: 1px;
	border-width: 2px;
	border-color: #0091D3;
}
.button_p[disabled]{
	background:#57616B;
	background-repeat:no-repeat;
	font:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	height: 20px;
	min-width:18px;
	padding-left: 7px;
	padding-right: 1px;
	border-width: 2px;
	border-color: #3A4147;
}
.v_errores{
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid;
	font-size: 11px;
	display: none;
	background-color: rgb(229, 236, 249);
	z-index: 9999;
}
.borde_emergente{
	padding: 4px 5px;
	margin-bottom: 0px;
	background-color:#E0E0E0;
	text-align: right;
	font: bold 11px tahoma,sans-serif;
	border-bottom: 1px solid #D1D1D1;	
}
.div_titulo{
	float: left;
	color:#000000;
	vertical-align: middle;
}
.cerrar{
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}
.div_datos{
	padding-left: 2px;
	color: rgb(102, 102, 102);
	font: 11px tahoma,sans-serif;
	padding-top: 2px;
	width: 99%;
	overflow: auto;
}
.errores{
	padding-left: 5px;
	width:98%;
}
.td_titulo{
	background-color:#6DA6D1;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size:16px;
}
strong{
	color:#CC0000;
	font-size: 12px;
}
div.grupo{
	background-color: #B1C0CF;
	padding: 6px;
	margin: 5px
}
div.fondo{
	background-color: #9EB0C2;
	padding: 6px;
	overflow: auto;
}
.adicionar_p,.adicionar_p[disabled]{
	background-image:url(../../../iconos/Btn_Adicionar_P.png)
}
.adicionar,.adicionar[disabled]{
	background-image:url(../../../iconos/Btn_Adicionar.png)
}
.lista,.lista[disabled]{
	background-image:url(../../../iconos/Btn_Lista.png)
}
.reporte,.reporte[disabled]{
	background-image:url(../../../iconos/Btn_Generar_Reporte.png)
}
.contrasena,.contrasena[disabled]{
	background-image:url(../../../iconos/Btn_Cambiar_Contrasena.png)
}