﻿@charset "utf-8";
/* CSS Document */

a{
	text-decoration:none;
	color:#fff;
	}
	
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0em;
	background-color:#E8ECEF;
	max-height:
	}
	

.topLinks{
	text-decoration:none;
	font-size:8pt;
	margin-right:5px;
	color:#000;
	}
	
.topLinks a:visited{
	text-decoration:none;
	font-size:8pt;
	color:#000;
	}
	
	
#mainWrapper{
	width:1024px;
	margin:0 auto 0 auto;
	background-color:#FFF;
	height:auto;
	overflow:auto;
	background-image:url(../Imagenes/mainBackground.jpg);
	background-repeat:repeat-y;

	}
	
#header{
	height: 98px;
	background-repeat:no-repeat;
	background-position:center;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	}

#barra{
	height: 58px;
	background-image:url(../Imagenes/barra.jpg);
	background-repeat:repeat-x;
	display:block;
	margin-left:6px;
	margin-right:6px;
	}

#columnaIzquierda{
	float:left;
	padding-left:15px;
	padding-top:50px;
	}

#columnaDerecha{
	width:65%;
	float: right;
	text-align:right;
	
	padding-right:10px;
	}
	
.topMenu{
	padding-top:15px;
	}	
	
.titulo{
	padding-top:38px;
	padding-bottom:5px;
	font-size:18px;
	font-style:italic;
	color:#000;
	}
	
	
#titulo{
	text-align:right;
	position:relative;
	bottom:0;
	}
	
#areaMensajes{
	width:96%;
	margin-left:30px;
	font-size:9pt;
	color:#666;
	height:50px;
	}
	
	
#mainColLeft{
	float: left;
	width:259px;
	height: auto;
	margin-top:0px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:30px;
	}
	
#mainColRight{
	float: right;
	width:660px;
	height: auto;
	margin-top:0px;
}
	
#mainCol{
	float: left;
	width:100%;
	height: auto;
	margin:30px;
	}
	
#contenedor{
	width:1000px;
	}


#textoFooter{
	float: left;
	text-align:center;
	width:100%;
	font-size:9pt;
	color:#666;
	font-weight:bold;
	font-style:italic;
	}
	
#footer{
	float: left;
	background-image:url(../Imagenes/footer.jpg);
	background-repeat:no-repeat;
	height:18px;
	width:100%;
	
	}
	
/*Menu*/
#headerMenu{
	background-image:url(../Imagenes/titulomenu.png);
	background-repeat:no-repeat;
	width:213px;
	height:36px;
	margin-left:1px;
	}
	
#headerSubmenu{
	background-image:url(../Imagenes/titulosubmenu.png);
	background-repeat:no-repeat;
	width:213px;
	height:36px;
	}

.bottomMenu{
	background-repeat:no-repeat;
	width:213px;
	height:12px;
	float: left;
	margin-bottom:10px;
	}
	
.mainMenu{
	width:213px;
	background-color:#A6A6A6;
	float: left;
	margin-left:1px;
	font-weight:bold;
	}
	
.menuLista{
	display:inline;
	font-size:13px;
	}
	
.menuItems{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:25px;
	height:25px;
	text-align:center;
	color:#FFF;
	border-bottom:1px solid #BCBCBC;
	}
	
.sombraTexto{
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=2);
	text-shadow:#000000 1px 1px 1px;
	-webkit-text-shadow: 0.1em 0.1em 0.2em #000000; 
	-moz-text-shadow: 0.1em 0.1em 0.2em #000000;
	}
	
.menuItems:hover{
	background-image:url(../Imagenes/botonmenu.png);
	background-repeat:repeat-x;

	filter: alpha(opacity=80);
	opacity: .8; 
	-moz-opacity:0.8;
}

.opcionSeleccionada{
	background-image:url(../Imagenes/botonmenu.png);
	background-repeat:repeat-x;
	color:#FFF;
	}



.btnGeneralGrande{
	background:url(../Imagenes/btnGeneralGrande.png);
	background-repeat:no-repeat;
	border:none;
	width:100px;
	height:30px;
	color:#FFF;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
.btnGeneralGrande:hover{
	cursor:pointer;
	background:url(../Imagenes/btnGeneralOverGrande.png);
	}
	
.botonGeneralGrande{
	margin-top:30px;
	float: right;
	text-align:right;
	}

.btnGeneral{
	background: #7B2125 url(../Imagenes/btnGeneral.png);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	color:#FFF;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-right:8px;
	}
	
.btnGeneral:hover{
	cursor:pointer;
	background:url(../Imagenes/btnGeneralOver.png);
	}
	
.botonGeneral{
	margin-top:30px;
	float: right;
	text-align:right;
	}


/*Iconos Dashboard*/
.iconContainer{
	display:inline-block;
	background:url(../Imagenes/contenedorIcons.jpg) no-repeat;
	/*background-repeat:no-repeat;*/
	margin-left:25px;
	margin-bottom:22px;
	width:122px;
	height:148px;
	/*float:left;*/
	
	/*background-position:right top;*/
}

.dashboardIcon:hover{
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=45, true, Strength=0);
	box-shadow: 0 0 20px #999999 inset;
	-webkit-box-shadow: 0 0 20px #999999 inset;
	-moz-box-shadow: 0 0 20px #999999 inset;*/
	background-image:url(../Imagenes/contenedorIconsShadow.jpg);
}

.dashboardIcon{
	padding:10px;
	height:103px;
}

.dashboardIcon a{
	height:98px;
	display:block;
}


.textIcon{
	font-size:8pt;
	color:#000;
	text-align:center;
}


/*Login*/
#headerLogin{
	background-image:url(../Imagenes/headerLogin.jpg);
	background-repeat:no-repeat;
	width: 339px;
	height:39px;
	margin-left:20px;
	}
	
#mainLogin{
	background-image:url(../Imagenes/backgroundLogin.jpg);
	background-repeat:no-repeat;
	width: 339px;
	height:200px;
	margin-left:20px;
	
	margin-top:3px;
	}
	
#headerLogin2{
	background-image:url(../Imagenes/headerLogin.png);
	background-repeat:repeat-x;	
	width: 319px;
	height:27px;
	margin-left:20px;
	border-top: 1px solid #3f3f3f;
	border-left:1px solid #3f3f3f;
	border-right:1px solid #3f3f3f;
	padding:10px;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	}
	
#mainLogin2{

	border-bottom: 1px solid #3f3f3f;
	border-left:1px solid #3f3f3f;
	border-right:1px solid #3f3f3f;
	width: 339px;
	height:200px;
	margin-left:20px;
	}
	
#wrapLogin{
	padding:18px 50px;
	height:auto;
	}

.loginColumna1{
	width:80px;
	float:left;
	}
	
.loginColumna2{
	width:150px;
	float:right;
	}
	
.rowSpace{
	height:35px;
	}

.formButton{
	text-align:center;
	margin-left:15px;
	}
	
.button{
	background:url(../Imagenes/loginButton.png);
	background-repeat:no-repeat;
	border:none;
	width: 82px;
	height:30px;
	}
	
.textBox{
	width:135px;
	}
	
/*Contenido*/

.tituloSeccion{
	font-size:10pt;
	color:#666;
	font-weight:bold;
	width:90%;
	float:left;
	margin-top:20px;
	}
	
.subtituloSeccion{
	font-size:10pt;
	color:#EB912D;
	font-weight:bold;
	width:50%;
	float:left;
	margin-top:20px;
	}
	
.versionesSelect{
	font-size:10pt;
	color:#EB912D;
	font-weight:bold;
	width:50%;
	float:right;
	text-align:right;
	margin-top:20px;
	}
	
#linkRegresar{
	float:right;
	width:10%;
	text-align:right;
	margin-top:20px;
	}
	
.links{
	font-size:8pt;
	color:#000;
	text-decoration:none;
	}
	

	
/*Listas*/

#headerList{
	background-image:url(../Imagenes/headerLista.jpg);
	width: 660px;
	height:34px;
	background-repeat:no-repeat;
	float:left;
	
	margin-top:33px;
	font-size:8pt;
	color:#333;
	font-weight:bold;
	}
	
.colSmall{
	width:8%;
	float:left;
	margin-top:9px;
	margin-left:10px;
	margin-right:5px;
	text-align:center;
	}
	
.colNum{
	width:5%;
	float:left;
	margin-top:9px;
	margin-left:7px;
	margin-right:7px;
	text-align:center;
	}
	
.colMedium{
	width:15%;
	float:left;
	margin-top:9px;
	margin-left:8px;
	margin-right:5px;
	}
	
.colMedium2{
	width:10%;
	float:left;
	margin-top:9px;
	margin-left:8px;
	margin-right:5px;
	}	
	
.colMedium2Center{
	width:10%;
	float:left;
	margin-top:9px;
	margin-left:8px;
	margin-right:5px;
	text-align:center;
	}	
	
	.colMediumCenter{
	width:15%;
	float:left;
	margin-top:9px;
	margin-left:8px;
	margin-right:5px;
	text-align:center;
	}
	
.colBig2{
	width:47%;
	float:left;
	margin-top:9px;
	margin-left:8px;
	margin-right:5px;
	text-align:center;
	}
	
.colBig{
	width:27%;
	float:left;
	margin-top:9px;
	margin-left:8px;
	margin-right:5px;
	}	
	
.colBig3{
	width:30%;
	float:left;
	margin-top:9px;
	}
	
.colBigger{
	width:100%;
	float:left;
	margin-top:9px;
	margin-left:8px;
	margin-right:5px;
	text-align: center;
	}

.colSmallIcons{
	width:7%;
	float:left;
	margin-top:9px;
	text-align:center;
	margin-left:7px;
	margin-right:5px;
	}
	
#topLista{
	margin-top:3px;
	background-image:url(../Imagenes/topLista.jpg);
	background-repeat:no-repeat;
	width:660px;
	height:13px;
	float:right;
	}

.lista{
	width:658px;
	height:auto;
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#EEEEEE;
	
	border-left-style:solid;
	border-left-width:thin;
	border-left-color:#EEEEEE;
	float:left;
	}
	
#bottomLista{
	background-image:url(../Imagenes/bottomLista.jpg);
	background-repeat:no-repeat;
	width:660px;
	height:13px;
	float:right;
	}

.separadorLista{
	width:550px;
	margin-top: 10px;
	margin-left: 50px;
	height:5px;
	text-align:center;
	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#EEEEEE;
	float:left;
	
	margin-right: 100px;

	}

#barraNavRegistros{
	margin-top:30px;
	text-align:center;
	width:200px;
	margin-left:200px;
	float:left;
	}
	
.primerRegistro{
	/*background-image:url(../Imagenes/icons/primerosRegistros.jpg);*/
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	float:left;
	margin:10px;
	}
	
.anteriorRegistro{
	/*background-image:url(../Imagenes/icons/anterior.jpg);*/
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	float:left;
	margin:10px;
	}

.siguienteRegistro{
	/*background-image:url(../Imagenes/icons/siguiente.jpg);*/
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	float:left;
	margin:10px;
	}
	
.ultimoRegistro{
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	float:left;
	margin:10px;
	}
	
#botonAgregar{
	margin-top:37px;
	float: right;
	text-align:right;
	}

#botonEntregar{
	margin-top:37px;
	float: right;
	text-align:right;
	}

#botonRestaurar{
	margin-top:37px;
	float: right;
	}
	
#botonVersion{
	margin-top:18px;
	float: right;
	}
	
#botonProduccion{
	margin-top:18px;
	float: right;
	}
	
#botonModificar{
	margin-top:18px;
	float: right;
	}
	
#botonEntregar{
	margin-top:18px;
	float: right;
	}
	
#botonCorteDia{
	margin-top:37px;
	float: right;
	text-align:right;
	}
	
#botonRecibido{
	margin-top:18px;
	float: right;
	text-align:right;
	}
	
#botonVerDetalle{
	margin-top:18px;
	float: right;
	text-align:right;
	}

.btnConsultar{
	background:url(../Imagenes/btnConsultar.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	}
.btnVerDetalle{
	background:url(../Imagenes/btnVerDetalle.png);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	margin-top:19px;
	}
	
.btnEntregar{
	background:url(../Imagenes/btnEntregar.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	margin-top:19px;
	}
	
.btnCorteDia{
	background:url(../Imagenes/btnCorteDia.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	margin-top:19px;
	}
	
.btnRecibido{
	background:url(../Imagenes/btnRecibido.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	margin-top:19px;
	}
	
.btnAgregar{
	background:url(../Imagenes/btnAgregar.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	}
	
.btnLimpiar{
	background:url(../Imagenes/btnlimpiar.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	}	
	
.btnCancelar{
	background:url(../Imagenes/btnCancelar.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	}	

.btnPago{
	background:url(../Imagenes/btnPago.png);
	background-repeat:no-repeat;
	border:none;
	width:100px;
	height:30px;
	}	
	
.btnVerPago{
	background:url(../Imagenes/btnVerPago.jpg);
	background-repeat:no-repeat;
	border:none;
	width:100px;
	height:30px;
	}		
	
	
.btnVisualizar{
	background:url(../Imagenes/btnVisualizar.png);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	}
	
.btnTAsig{
	background:url(../Imagenes/btnAsigTerm.png);
	background-repeat:no-repeat;
	border:none;
	width:100px;
	height:30px;
	}	
	
.btnImprimir{
	background:url(../Imagenes/btnImprimir.png);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	}	
	
.btnActualizar{
	background:url(../Imagenes/btnActualizar.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	}
	
.btnModificar{
	background:url(../Imagenes/btnModificar.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	}

.btnEntregar{
	background:url(../Imagenes/btnEntregar.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	}
	
.btnRestaurar{
	background:url(../Imagenes/btnRestaurar.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	}
	
.btnVersion{
	background:url(../Imagenes/btnVersion.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	}
	
.btnProduccion{
	background:url(../Imagenes/btnProduccion.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	}
	
.btnHidden{
	display:none;
	}
	
.subSecciones{
	margin-top:40px;
	margin-bottom:30px;
	color:#333;
	font-size:10pt;
	float: left;
	font-weight:bold;
	text-align:left;
	width:100%;
	}
	
.labelForm{
	font-size:9pt;
	color:#333;
	text-align:right;
	width:220px;
	margin-bottom:15px;
	float: left;
	}


.controlForm{
	width:300px;
	margin-bottom:15px;
	margin-left:15px;
	float: left;
	}
	
.textField{
	width:180px;
	}
	
	.textFieldDisabled{
	width:180px;
	border:none;
	border-style:none;
	border-width:0px;
	}


	
.browseField{
	width:184px;
	}
	
.controlButton{
	margin-top:20px;
	margin-bottom:40px;
	margin-left:232px;
	float: left;
	width:300px;
	text-align: left;
	}
	
.btnGuardar{
	background:url(../Imagenes/btnGuardar.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	}
	
/*Catálogos - Detalles */

.imagenRep{
	background-image:url(../Imagenes/logoEmpresaBox.jpg);
	background-repeat:no-repeat;
	width: 153px;
	height:139px;
	float: left;
	margin-right:20px;
	}
	


.labelDetail{
	font-size:9pt;
	color:#333;
	text-align:left;
	width:150px;
	margin-top:15px;
	float: left;
	font-weight:bold;
	}
	
.datoDetail{
	font-size:9pt;
	color:#333;
	text-align:left;
	width:330px;
	margin-top:15px;
	float: left;
	text-transform:uppercase;
	}

.imageAlign{
	margin-top:10px;
	margin-left:10px;
	}
	
/*Mensajes*/

.error{
	color:#F00;
	font-size:8pt;
	}

/*Iconos*/
.acciones{
	width:200px;
	float:right;
	text-align:center;
	}
	
/*Editor Text Area*/
.areaEdicion{
	color:#333;
	font-size:10pt;
	float: left;
	text-align:left;
	width:100%;	
	}

.iconoEdicion{
	color:#333;
	font-size:10pt;
	float: right;
	text-align:right;
	width:50%;	
	}

.modoEdicion{
	color:#333;
	font-size:10pt;
	float: left;
	text-align:left;
	width:100%;	
	}
	
.error {
color:#FF0000;
font-size:8pt;
}

#barraInfo{
	background-image:url(../Imagenes/barra-info.jpg);
	background-repeat:no-repeat;
	width:660px;
	height:41px;
	margin-top:-12px;
	}
	
#barraInfo .subtituloSeccion{
	margin-left:10px; 
	margin-top:12px;
	margin-right:10px; 
	color:#E38215;
	font-weight:bold; 
	font-size:13px;
	}
	
.datosCuentas{
	display:block; 
	float:left; 
	font-size:13px;
	margin-top:10px; 
	text-align:right; 
	width:11%;	
	font-size:12px;
	color: #333333;
	font-weight: bold;
}

.labelsCuentas{
	display:block; 
	float:left; 
	font-size:13px;
	margin-top:10px; 
	text-align:right; 
	width:87%;	
	font-size:12px;
	color: #333333;
	font-weight: bold;
}

.etiquetaDetalle{
	font-weight: bold;
	float: left;
	width: 150px;
	display: block;
}

.datosDetalle{
	float: left;
	width: 300px;
	display: block;
}

/*Estilo General para boton*/

/*.btnGeneral{
	background:url(../Imagenes/btnGeneral.jpg);
	background-repeat:no-repeat;
	border:none;
	width:82px;
	height:30px;
	color:#FFF;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-stretch:extra-condensed;
	font-size:13px;
	}*/
	
.btnGeneral:hover{
	cursor:pointer;
	background:url(../Imagenes/btnGeneralOver.png);
	}
	
.botonGeneral{
	margin-top:30px;
	float: right;
	text-align:right;
	}
	
/*Interfaz Hotel*/

.areaTexto{
	border:1px solid #CCC;
	}
	
.areaTextoDesactivada{
	border:none;
	overflow:auto;
	}
	
#iconoEditar{
	cursor: pointer;
	}
	
a.impresora{
	display:block;
	background:url(../Imagenes/icons/impresora.png) no-repeat;
	cursor:pointer;
}

a.impresora:hover{
	background:url(../Imagenes/icons/impresora2.png) no-repeat;
}
