﻿<!--componentes elementales del sitio (HTML5)-->
.background{
    color:#010101;
}

body {
    background-color: #FFFFFF;
    /*color: #FFF;*/
    width: 100%;
    min-height: 700px;
    margin-left:8px;
    border: solid 0px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 0;
    float:left;
}

.header {
    background-color: #010101;
}


.pageCenter{
    width: 80%;
    max-width: 960px;
    min-width: 400px;
    background-color: #FFFFFF;
    margin-left:300px!important; /* da margen al area central */
    min-height:680px;
    margin: 0 auto;
}

.footer {
    color: #FFFFFF;
    background-color: #FF0000; /*ROJO*/
    /*background: linear-gradient(45deg, #FFD600, #FFD600);*/
    background: linear-gradient(180deg, #000000, #000000, #4C4B4B);
    font-family: 'Roboto', sans-serif;
    min-height:50px;
    padding: 15px;
    float:left;
    pading:15px;
    font-size:10px;
    text-align:center;
    width:100%;
    position: relative;/* IE6 */
    clear: both; /* ayuda a .container a colocar las columnas adecuadamente */
}

.banner_v {
    text-align:left;
    float:left;
    padding-top:20px;
    }

/* Componentes relativos al index*/

#menu {
    border: none 0px;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
}

#membersArea {
    border:none  0px;
    background:none;
    min-width: 200;
}

#pagefooterLogo {
    height: 20px;
    border: solid 0px;
    float: left;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 1%;
}

/* Elementos Header */

#pageHeaderUser{
    color: #000000 !important;
    padding-top:0px;
    float:left;
    }

#imgUser {
    float:left;
    text-align: left;
    font-style: normal;
    padding-height: 10%;
    padding-right:20%;
    position: static;
}

#User{
    text-align: right;
    font-style:normal;
    height: 10%;
    position: relative;
    z-index: 3;
    width: 20%;
    float: right;
}

/* Vínculos (footer) */

a:link, a:visited, a:active {
    color: #FFFFFF;
    font-style: normal;
    text-align:center;
    text-decoration:none;
}

a:hover {
    color: #FF0000;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    text-align:center;
}

/*iconos&botones de los formularios*/

.icon {
    cursor: pointer;
    alignment-adjust:middle;
    height:26px;
    width:26px;
    margin-top:13px;
}

.icon:hover {
    cursor: pointer;
    alignment-adjust:middle;
    height:30px;
    width:30px;
}

#loading {
    heigth: 30px;
    width: 30px;
}

.msg {
    text-align: center;
}

/*botones y cuadros de textos*/

.cuadro{
    color: #000000 !important;
	background: #EAEAEA;
	width: 150px;
	max-height: 13px;
	margin-bottom:5px;
	border: none;
	padding: 5px;
	font-size: 14px;
	line-height: none;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.cuadro:active, .cuadro:focus, cuadro:hover{
	color: #000000 !important;
	background: #FF0000!important;
	border: 1px solid #000000;
	border-radius: 2px;
}

.boton {
	color: #FFFFFF;
	width: 150px;
	min-height: 13px;
	border: 1px solid #FFFFFF;
	padding: 10px;
	font-size: 13px;
	line-height: 10px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	background:#FF0000;
	text-shadow: #000000 0px 1px 1px;

	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.boton:hover{
	/*background: #77f680;*/
	color:#FFFFFF;
	background: -webkit-linear-gradient(50deg,  #FF0000,  #FF0000, #000000, #000000);
	background: -moz-linear-gradient(50deg,  #FF0000,  #FF0000, #000000, #000000);
	background: -o-linear-gradient(50deg,  #FF0000,  #FF0000, #000000, #000000);
}
.boton:active {
	background: #000000;
	color: #FFFFFF;
	position: relative;
	top: 1px;
	left: 1px;
}

.botonL {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 210px;
	margin-left:-5px;
	min-height: 13px;
	padding: 10px;
	font-size: 13px;
	line-height: 10px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	background:#FF0000;
	text-shadow: #000000 0px 1px 1px;

	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.botonL:hover{
	color:#FFFFFF;
	/*background: #77F680;*/
	background: -webkit-linear-gradient(50deg,  #FF0000,  #FF0000, #000000, #000000);
	background: -moz-linear-gradient(50deg,  #FF0000,  #FF0000, #000000, #000000);
	background: -o-linear-gradient(50deg,  #FF0000,  #FF0000, #000000, #000000);
}
.botonL:active {
	color: #FFFFFF;
	background: #000000;
	margin-left:-7px;

box-shadow: 0px 0px 0px rgba(0,0,0,.5);
-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
position: relative;
top: 1px;
left: 1px;
}

/* Menu para facturar sin usuario  (/view/Validate)  */

#popout {
	position: absolute;
	left: 600px;
	top: 64px;
	width: 229px;
	height: 328px;
	z-index: 1;
	visibility: visible;
}

.close{
	color:#000000!important;
	margin-left:135px!important;
	display: inline-block;
    line-height: 32px;
}

/* CSS3 oculta los checkbox para mostrar el ticket y los sustituye por imágenes (+info en: ticket.js)--*/

input[type=radio].css-checkbox{
	 display: none;

}
input[type=radio].css-checkbox + label.css-label{
    padding-left: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}
input[type=radio].css-checkbox:checked + label.css-label{
    background-position: 0 0px;
}
label.css-label{
    background-image: url("../imgs/help.png?1.1.0");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select:none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.css-label:hover{
    background-image: url("../imgs/Hhelp.png?1.1.0");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select:none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=radio].css-checkbox2{
    display: none;
}
input[type=radio].css-checkbox2 + label.css-label2{
    padding-left: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
	float:right;
}
input[type=radio].css-checkbox2:checked + label.css-label2{
    background-position: 0 0px;
}
label.css-label2{
    background-image: url("../imgs/ko.png?1.1.0");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select:none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.css-label2:hover{
    background-image: url("../imgs/Hko.png?1.1.0");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select:none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*estilos de texto (CSS) */

.title{
	color: #FF0000!important;
	font-size: 22px;
	text-align: left;
}

.subtitle{
	color: #FF0000 !important ;
	height: 19px;
	float:none;
	pading-right:150px;
	text-align:left;
}
/*elementos relativos a view*/

#tableTickets{
	text-align:center;
	float:none;
	border: 1px solid #FF0000;
}

/*--elementos de los totales, subtotales e impuestos---*/

.sub{
	color: #FF0000 !important;
	height: 18px;
	margin-left:45%;
	text-align:left;
}

.facRes{
	float:right;
	margin-right:34%;
}

/* IE versions */
.addtext{
	color:#000000 !important;
	font-style:bold;
	height: 13px;
	}

.Estilo2, .lbPages {
	color:#000000 !important;
	font-style:normal;
	height: 10px;
	}
