﻿/* DEFAULTS
----------------------------------------------------------*/

html
{
	height:100%;
}

body {
	background: #fff !important;
	font-size: .80em !important;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif !important;
	margin: 0px !important;
	padding: 0px !important;
	color: #696969 !important;
	height: 100% !important;
}

a:link, a:visited, a:active
{
	color: #666;
    text-decoration-line:none;
}

a:hover {
    color: #222 !important;
    text-decoration-line: none !important;
}


/* LINKS
----------------------------------------------------------*/

a.vinc:visited, a.vinc:active, a.vinc:link
{
	color:#777;
	text-decoration:none;
	font-weight:normal;
} 

a.vinc:hover 
{
	color:#333;
	text-decoration:underline
}
 
a.linkVideo:visited, a.linkVideo:active, a.linkVideo:link
{
	color: #777;
	text-decoration: underline;
	font-size: 1.2em;
}

a.linkVideo:hover
{
	color: #333;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #024a86;
    margin-bottom: 0px;
    font-weight: bold !important;
}

h1
{
	font-size: 1.6em !important; 
}

h2 {
    font-size: 1.4em !important;
}

h3 {
    font-size: 1.2em !important;
}

h4 {
    font-size: 1.1em !important;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


#background
{
	background-color:#fff;
	background-image: url(../Images/background.png);
	background-repeat: repeat-x;
}

#page
{
	background-color:#fff;
	margin: auto;
	padding:0px;
	width:1250px;
	height:100%;
}

#header
{
    background-color:#036ca9;
	background-image: url(../Images/backgroundHeader.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
    width: 100%;
	height:45px;
    text-align:center;
}

#main
{
	padding: 0px;
	margin: 0px;
	height:100%;
} 

#mainMenu
{
    background-image: url(../Images/backgroundMainMenu.png);
	background-repeat: repeat-x;
	width:100%;
	height: 45px;
    width: auto;
    padding-left: 290px;
}

#content
{
	padding:0px;	
	margin:0px;
	padding-bottom:50px;
	padding-top:10px;
	left:220px;
	width:100%;
}

/*Personalizar footer*/

#footer
{
	color: #666;
	padding: 8px 0px 0px 10px;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0 !important;
	bottom: -1px;
	height: 15px;
	background:#ddd;
	font-size: 0.9em;
}

#search
{
	margin-top: 20px;
    margin-right:0px;
    padding-right:0px;
	width: 650px;
	height:45px;
    float:left;
    text-align:center;
    vertical-align: central;
    padding-left:40px;
}

#searchImg
{
    margin-right:67px;
    float:right;
    border:0px;
}

#logout
{
	padding: 15px 15px 0px 10px;
	width:30px;
	height:45px;
    font-size: 1.1em;
	font-weight:bold;
	text-align: right;
    float:right;
    background-color:blue;
}

#logout img
{
	border: 0px;
}

#logout a:link
{
	color: #f58e33;
	text-decoration:none;
}

#logout a:hover, a:visited
{
	color: #aaa;
	text-decoration:underline;
    border: none;
}

.loginDisplay
{
    padding-top: 15px;
    padding-right: 7px;
    float:right;
    font-size: 0.8em;
	font-weight:bold;
	text-align: right;
    vertical-align: auto;
}

.loginDisplay a:link
{
	color: #f58e33;
	text-decoration:none;
    font-size: 1.2em;
    padding-bottom:5px;
}

.loginDisplay a:hover, a:visited
{
	color: #aaa;
	text-decoration:underline;
    font-size: 1.2em;
    padding-bottom:50px;
}

.loginDisplay img
{
	padding-left:5px;
}

.loginDisplayHover
{
    background-color: #eee;
    background-image: url(../Images/backgroundHoverLogin.png);
	background-repeat: repeat-y;
    border: 2px solid #004b76;
    border-radius: 5px;
    padding:7px;
    width:300px;
    color:#002765;
    line-height: 12px;
}

.ayuda 
{
    color: red;
}

/* TAB MENU   
----------------------------------------------------------*/

.menu {
    clear: left;
    padding: 0px 0px 0px 8px;
    margin: 0px;
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 20px;
    top: -5px;
}

.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    text-align:left;
}

.menu ul li a, .menu ul li a:visited
{
    background-color: #036ca9;
	background-image: url(../Images/backgroundMenu.png);
	background-repeat: repeat-x;
    color: #fff;
    display: block;
    line-height: 1.35em;
    padding: 2.5px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.menu ul li a:hover
{
    background-color: #fff;
	background-image: url(../Images/backgroundHoverMenu.png);
	background-repeat: repeat-x;
	border: 1px #666 solid;
    color: #002765;
    text-decoration: none;
}

.menu ul li a:active
{
    background-color: #fff;
	background-image: url(../Images/backgroundActiveMenu.png);
	background-repeat: repeat-x;
    color: #fff;
    text-decoration: none;
}

li {
	position: absolute;
	z-index: 57;
}

#MenuHeader {
	height: 25px;
}

#menMenu {
	float: left;
	left: 25%;
	position: relative;
}

/* TEXT BOXES  
----------------------------------------------------------*/

.textEntry 
{
	color:#999;
	border: 1px solid #ccc;
}

.emailEntry {
    background-color:#fff;
    color: #999;
    width: 325px;
    height: 32px;
    border: 1px solid #1c75bc;
    font-size:0.9em;
}

.textBox 
{
	color:#999;
	width: 300px;
    height:20px;
	border: 1px solid #ccc;
}

@media (max-width:769px) {
    .emailEntry {
        width: 270px;
    }
}


/* MISC  
----------------------------------------------------------*/

.failureNotification {
    font-size: 0.9em !important;
    color: #f00 !important;
    font-style: italic !important;
}

.submitButton {
    text-align: center;
}

.modalBackground {
    background-color: #c0c0c0;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.drag {
    background-color: #666;
    background-image: url(../Images/gridHeader.png);
    background-repeat: repeat-x;
    height: 17px;
}

.panDetail {
    width: 900px;
    padding-bottom: 10px;
}

.warningText {
    font-size: 1em;
    color: #f00;
    font-weight: bold;
}

.facstep {
    width:1000px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.pagoAutomatico {
    margin: 10px auto;
    width: 250px;
}

/* GRIDVIEW  
----------------------------------------------------------*/

.gridHeader {
    background-color: #4d86af;
    color: #fff;
    text-align: center;
}

.gridAlternateRow {
    background-color: #e9eff2;
    color: #000;
}

.gridRow {
    background-color: #fff;
    color: #000;
}

.gridSelectedRow {
    background-color: #c5c6c7;
    color: #000;
}

.gridHeader a {
    color: #fff;
}


.borderGrid > tbody > tr > td, th {
    border: .8px solid black !important;
    border-collapse: collapse !important;
    border-color: #808080;
}

.tablaResponsivaBT{
    overflow: hidden !important;
}
/* GRIDVIEW  OFERTAS
----------------------------------------------------------*/
caption {
    color: #024a86;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.6em;
}


/* LOGIN PAGE
----------------------------------------------------------*/


.loginButton {
    width: 150px;
    height: 30px;
    margin-top: 5px;
    background-color: #006DB0;
    background-image: url(../Images/botonInicio.png);
    border: none;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    margin-left: 40%;
}


form {
    height: 100%;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.loginPage {
    font-size: 1em;
}

.loginPage a {
    color: #f47421;
    text-decoration: none;
    padding-bottom: 50px;
    line-height: 15px;
}


.loginPage a:hover {
    text-decoration: underline;
}

.defaultBody {
    padding-top: 30px;
    font-size: 1.4em;
    color: #414042;
    line-height: 0.7em;
}


/* HOJAS EN BLANCO
----------------------------------------------------------*/

.whitePage {
    background-color: #fff;
}

.whitePage a {
    color: #3d62a8;
    text-decoration: none;
}

.loginPage a:hover {
    color: #1b82c5;
    text-decoration: underline;
}



/* ACCORDION
----------------------------------------------------------*/

        /* COLAPSABLES
----------------------------------------------------------*/

.collapseHeader {
    margin-top: 10px;
    margin-left: 10px;
    color: #63839b;
}

.collapse {
}

.collapseHeader img {
    margin-left: 2px;
}


/* AUTOCOMPLETE  
----------------------------------------------------------*/
.watermarked {
    color: #999;
    position: relative;
}


/* VISTA Y FILTROS
----------------------------------------------------------*/
.mosaicExistence {
    margin-right: 5%;
    vertical-align: bottom;
    text-align: right;
    float: right;
}
.filter
{
	vertical-align:top;
	background-color: #f5f5f5;
	border-top-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.filterBG
{
	margin:0px 15px 0px 10px;
}

.filterBG input {
        margin: 3px 3px 3px 4px;
}

.filterHeader {
    background-color: #c5c5c5;
    background-image: url(../Images/collapseHeader.png);
    vertical-align: top;
    font-weight: bold;
    width: 190px;
    height: 20px;
    padding-left: 5px;
}

.filterContent
{
	font-size:0.9em;
	background-color: #fff;
	vertical-align:top;
	margin:0px;
	padding:0px;
    text-align:left;
}
.filterTitle
{
	background-color:#63839b;
	background-image: url(../Images/gridHeader.png);
	padding:3px 5px;
	vertical-align:top;
    text-align:left;
    color:#fff;
}
.handle
{
	width:16px;
	height:16px;
	background-image:url(../Images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}


/* TABLES 
----------------------------------------------------------*/

.tabla
{
    width:100%;
}
.table{
    border:none
}
       
.table td {
    text-align: left;
    vertical-align: top;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width35 {
    width: 35%;
}

.width40 {
    width: 40%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}

.width95 {
    width: 95%;
}

.width100 {
    width: 100%;
}

.center {
    width: 70%;
    margin: auto;
    text-align: center;
}

.centerButton {
    width: 100%;
    margin: auto;
    text-align: center;
}

.alignRight {
    min-width: 125px;
    width: 175px;
    text-align: right;
    vertical-align: top;
}

.alignLeft {
    min-width: 125px;
    width: 175px;
    text-align: left;
    vertical-align: top;
}

.alignJustify {
    text-align: justify;
}

/* TABLES PRODUCTOS.aspx
----------------------------------------------------------*/
.nameProductos {
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
    vertical-align: text-bottom;
}

.imageProductos {
    width: 160px;
    padding-right: 5px;
}

.imageProductosR {
    width: 130px;
    padding-right: 3px;
}

.imageProductosOverlay {
    position: absolute;
    top: -65px;
    left: -65px;
    margin: 60px;
}

.imageProductosOverlayR {
    position: absolute;
    top: -70px;
    left: -70px;
    margin: 70px;
}

.imageProductosOverlayMosaico {
    position: absolute;
    top: -70px;
    left: -60px;
    margin-left: 120px;
    margin-top: 60px;
}

.imageProductosOverlayNuevo {
    display: none;
    position: absolute;
    top: -65px;
    left: -65px;
    margin-left: 120px;
    margin-top: 60px;
    z-index: 99;
}

.imageProductosOverlayParecido {
    position: absolute;
    top: -60px;
    left: -50px;
    margin-left: 60px;
    margin-top: 60px;
    width: 130px;
    height: 130px;
}

.imageProductosVista {
    height: 70px;
    width: 70px;
}

.priceProductos {
    width: 160px;
    padding-left: 10px;
    line-height: 25px;
}

/* TABLES PRODUCTO.aspx
----------------------------------------------------------*/

.textoPrecioProducto {
    width: 50%;
    text-align: right;
    font-weight: bold;
    font-size: 1.3em;
}

.textoPrecioProducto2 {
    width: 50%;
    text-align: right;
    font-size: 1em;
    font-weight: bold;
}

.cantidadProducto {
    width: 50%;
    text-align: left;
}

.valorPrecioProducto {
    color: #19457a;
    text-align: left;
    vertical-align: top;
    font-size: 1.3em;
    font-weight: bold;
}

.valorPrecioProducto2 {
    color: #19457a;
    text-align: left;
    vertical-align: top;
    font-size: 1em;
    font-weight: bold;
}

.centerImage {
    width: 350px;
    text-align: center;
}

.nameProducto {
    color: #63839b;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
    line-height: 0.95em;
}

.nameProducto a {
    color: #63839b !important;
    text-decoration: none !important;
}

.nameProducto a:hover {
    color: #024a86 !important;
    text-decoration: underline !important;
}

.parecido {
    width: 120px;
    padding-right: 5px;
}

.nameParecido {
    color: #63839b;
    font-weight: bold;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    line-height: 0.95em;
}

.nameParecido a {
    color: #63839b;
    text-decoration: none;
}

.nameParecido a:hover {
    color: #024a86;
    text-decoration: underline;
}


/* TABLES ORDEN.aspx
----------------------------------------------------------*/

.imageOrden {
    max-width: 80px;
    margin-right: 10px;
}

.priceOrden {
    max-width: 150px;
    padding-left: 10px;
    text-align: left;
}

.editOrden {
    max-width:75px;
    text-align: center;
}


/* TABLES FACTURAR.aspx
----------------------------------------------------------*/

.detailFacturar {
    width: 70%;
    vertical-align: top;
    padding-left: 20px;
}


/* TABLES ORDENES.aspx
----------------------------------------------------------*/

.imageOrdenes {
    width: 12%;
    text-align: center;
}

.totalCarrito {
    width: 95%;
    margin: auto;
    margin-top: 10px;
    background-color: #fff;
    text-align: center;
}

#carritoTotal {
    background-color: #9ec4d8;
    text-align: center;
    margin-top: 20px;
    border-color: #5097b8;
    border-style: solid;
    max-height: 317px;
    max-width: 320px;            
}

/* PREGUNTAS FRECUENTES   
----------------------------------------------------------*/

h1.ask {
    text-align: center;
    font-size: 1.5em;
    color: #63839b;
    font-weight: bold;
}

h2.ask {
    font-size: 1.3em;
    color: #63839b;
}

p.ask {
    text-align: justify;
    padding-left: 25px;
}

table.contacto {
    text-align: center;
    border-collapse: collapse;
    margin: auto;
    font-size: 1.1em;
}

th.contacto {
    color: #63839b;
    font-size: 1.3em;
}

td.contacto {
    padding: 5px 20px 10px 20px;
}


.text_Justify {
    text-align: justify;
}


#imgreset {
    width: 100%;
    max-width: 710px;
}

#txtEmail {
    height: auto !important;
}

#formularioAlta {
    position: relative;
    left: 60px;
    bottom: 150px;
}

/*App/ProductosNuevos.aspx
----------------------------------------------------------*/
.innerDiv {
    width: 93%;
    min-height: 210px;
}

#MainContent_lvwMosaico_dgpProductosUp {
    width: 50%;
}

#MainContent_lvwMosaico_lblItemsCountU {
    width: 40%;
}

#aspNetDisabled {
    padding-left: 60%;
}

.paginacion {
    text-decoration: solid !important;
    font-size: 1.1em;
    color: #696969;
}

.paginacionR {
    font-size: 1.5em;
    color: #696969;;
    text-decoration: underline;
    padding-right:6px;
}

.currentPaginacionR {
    font-weight: bold;
    color: #696969;
    padding-right: 5px;
}

.padingTop {
    margin-top:20px;
}

/*INPUT Date
 ----------------------------------------------*/
#startDate {
    width: 95%;
    display: none;
}

#endDate {
    width: 95%;
    display: none;
}

/*Checkbox Facturar y paginacion de tablas en pantallas pequeñas
-------------------------------------------------------*/
@media (max-width:769px) {
    #MainContent_ckbAcepto {
        margin-left: 30px;
        background: transparent;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin-right: 5px;
        text-align: center;
        text-shadow: 4px -2px 3px grey;
        vertical-align: middle;
    }

    .PagerRowStyle {
        font-size: 1.5em;   
    }

    .PagerRowStyle > td >table > tbody > tr > td {
       padding-right: 5px !important;
    }
}

/*Clase para ocultar items*/
.Hide {
    display: none;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    z-index: 9999;
}

.whats {
    font-size: 3em !important;
    color: #fff;
}

/*CLASES PARA PAGINA DE ENCUESTAS
 --------------------------------------------------------*/
.estrellaInactivo {
    background-image: url(../Images/estrellaInactiva.png);
    width: 51px;
    height: 51px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.estrellaActivo {
    background-image: url(../Images/estrellaActiva.png);
    width: 51px;
    height: 51px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.textbox {
    font-size: 1.2em;
    width: 480px;
    height: 180px;
    text-align: center;
}

::placeholder {
    font-size: 1.3em;
    color: #999;
}