﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
	font-size: .80em;
	/*font-family: Trebuchet MS, Calibri, Arial; */
	font-family: 'Arimo', trebuchet,arial;
	margin: 0px;
	padding: 0px;
	color: #696969;
	background-image: url('Master/little_pluses.png');
	background-repeat: repeat;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

a.LinkAzul:link { color: #39add9; text-decoration: none;}
a.LinkAzul:visited { color: #39add9; text-decoration: none;}
a.LinkAzul:hover { color: #39add9; text-decoration: none;}
a.LinkAzul:active { color: #39add9; text-decoration: none;}

/* HEADINGS   
----------------------------------------------------------*/

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


.Titulos
{
    background-image: url('Nuevo/BarraTitulos2.png');
    background-repeat: no-repeat;
    height: 60px;
    width: 810px;
    color: White;
    padding-left: 10px;
    margin-left: 3px;
    font-size: medium;
    padding-top: 8px;
}

.Titulo h2 { color:White; }
.TituloTitulo {	float:left; margin-top: 7px;}

.titBanners
{
	margin-top: 5px;
	color:Black;
	font-weight: normal;
	font-family: Calibri;
	font-size: 10pt;
	font-weight:bold;
}

.lblBanners
{
	margin-top:3px;
	font-family: Calibri;
	color: #808080;
	font-weight: bold;
	font-variant: normal;
	font-size: 9pt;
	width:198px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 990px; /*1080px;*/
    /*background-color: #fff*/
    margin: 0px auto 0px auto;
    /*border: 1px solid #496077;*/
}

.header
{
    /* background: #4b6c9e; */
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 990px;
	top: 0px;
	left: 0px;
	height: 55px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    /* padding: 0px 0px 0px 20px; */
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.logo
{
	float:left;	
	margin-top: 5px;
	margin-left: 10px;
	
}

.main
{
	background-color: #fff;
	/* padding: 0px 12px;*/
	/* margin: 12px 8px 8px 3px; */
	min-height: 420px;
	float: right;
	min-width: 990px; /* 760px; */
	width: 990px; /*910*/
}

.leftCol
{
	background-color: #fff;
	padding: 6px 0px;
	width: 183px;
	min-height: 183px;
	float: left;
	margin-top: 12px;
	margin-bottom: 8px;
	
}

.rightCol
{
	background-color: #fff;
	padding: 6px 0px;
	width: 807px;
	min-height: 183px;
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
	
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: left;
    margin-top: 3px;
    float:left;
    line-height: normal;
    width: 990px;
}

.copy
{
	float:left;
	margin-left: 25px;
	width: auto;
}

.quienes
{
	float: right;
	margin-right: 20px;
	width: auto;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
    min-height: 25px;
}

div.hideSkiplink a
{
	color:White;	
}

/*div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}*/

.pnBuscar
{
	float:right;
	background: #4b6c9e;
}

/********************/


/***  LOGIN PAGE ****/
.panUsuarioPrivado
{
	background-image: url('Master/fondoUsrRegistrado.png');
	height: 213px;
	width: 171px;
	margin-left: 0;
	padding-left: 12px;
}

.panUsuarioLibre
{
	background-image: url('Master/fondoUsrLibre.png');
	height: 213px;
	width: 171px;
	margin-left: 0;
	padding-left: 12px;
}


.BannerPrincipal
{
	width: 780px;
	margin-left: 20px;
}

.subBanners
{
	width: 780px;
	margin-left: 20px;
	margin-top: 15px;
	
}

.subBannerLeft
{
	float: left;
	width: 390px;
	
	
}

.subBannerRight
{
	float:right;
	width: 390px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

.boton
{
	border: 1px solid #666666;
	font-size: 11px;
	color: #000000;
	font-family: verdana;
	background-color: #C0C0C0;
	font-weight: bold;	
}

.Tables
{
	z-index: 0; 
	text-align:center;
	width:100%;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 990px;
}

.ContMenuIdioma
{
	float:right;
	width: 700px;	
	height: 55px;
}

.menuMain
{
	
	float:left;
	width:465px;
	color:White;
	margin-top: 21px;
	margin-left: 30px;
	
}

.tblMenu
{
	text-align:center; 
	color:White; 
	text-decoration: none;
	border: none;
}

.tblMenu a
{
	color: White;
			
}
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    
    /*NUEVO */
    float:right;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* TITULOS */
.LabelTitulo
{
	color: #0066CC;
}


/* TABLAS */

.Tablas
{
	border-width: thin;
	border-style: outset;
}

.CabeceraTablas
{
	background-color: #D0D0C1;
}



/* AutoComplete */
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : #fff;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : default;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    padding: 0px;
    z-index: 10000001;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	z-index: 10000001;
}

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	z-index: 10000001;
}
/* End AutoComplete */


/* Textbox WaterMark */
.watermarked {
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
/* End Textbox WaterMark */


/*modal popu expander*/
.modalBackground 
{ 
    background-color:#000;
	/*filter:alpha(opacity=0.75);*/
	/*-moz-opacity: 0.75;*/
	opacity: 0.7;
	
	position:relative;
	behavior: url(//www.zonalibros.com/Styles/PIE.htc);
} 

.updateProgress 
{ 
    border-width: 1px; 
    border-style: solid;
    background-color: #FFFFFF; 
    position: absolute; 
    width: 180px; 
    height: 65px; 
} 

/**********************/

/******************************************************************* 
	ESTILO PARA MENSAJE CARGANDO...
********************************************************************/   
.CargandoModalBackground
{
	background-color:#000;
	/*filter:alpha(opacity=75);*/
	/*-moz-opacity: 0.75;*/
	opacity: 0.7;
	position: absolute; 
	width: 100%; 
	height: 150%;
	top: 0px;
	left: 0px;
	
	position:relative;
	behavior: url(//www.zonalibros.com/Styles/PIE.htc);
}

.CuadroCargando
{
	text-align: center;
	/*backgrground-color:#B5CCF9;*/
	/*bderer-width: 1px;*/
}

.posicion
{
	position: absolute;
	top:30%;
	left:43%;
	height: 18px;
	width: 215px;
}

/****************/


/**********************
	MENSAJES BOTONES
************************/
.msgBotones
{
	text-align: Center;
	width: 1px;
	background-color:#B5CCF9;
	filter: alpha(opacity=90);
    opacity: 0.9;
}


.m.botonera
{
	float:right;	
}

/**********************************************
	INCIDENCIAS ALBARANES
***********************************************/
.cajaIncidencia div
{
    margin: 0px;
}

/******************************************************************* 
	ESTILO PARA LOS DIFERENTES MENSAJES
********************************************************************/     
/*SI EL MENSAJE ES DEL TIPO ERROR */

.MensajeHeaderError 
{
	background:url(../Imagenes/error_header.gif) repeat-x; 
	color:Black;
	border-bottom:none;
}
		
.CajaDialogoError
{
    background:#fff url(../Imagenes/error_bg.jpg) bottom right no-repeat;
    border-width: 1px;
    border-style:solid;
    border-color:#F78181;
    padding: 0px;
    width: 430px;
    height:200px;
}
       
.CajaDialogo div
{
    margin: 0px;
    text-align: center;
    vertical-align:middle;
}
        
.FondoAplicacion
{
    background-color:#000;
	filter:alpha(opacity=75);
	/*-moz-opacity: 0.75;*/
	opacity: 0.7;
}
              

.updateProgress 
{ 
	border-width: 1px; 
	border-style: solid; 
	background-color: #FFFFFF; 
	position: absolute; 
	width: 450px; 
	height: 310px; 
} 
		
		
/*SI EL MENSAJE ES DEL TIPO CORRECTO */
.CajaDialogoCorrecto
{
    background:#fff url(../Imagenes/correcto.jpg) bottom right no-repeat;
    border-width: 1px;
    border-style:solid;
    border-color:#4B8A08;
    padding: 0px;
    width: 430px;
    height:200px;            
}
        
.MensajeHeaderCorrecto 
{
	background:url(../Imagenes/correcto_header.gif) repeat-x; 
	color:Black; 
	border-bottom:none;
}
		
/*SI EL MENSAJE ES DEL TIPO ADVERTENCIA */
.MensajeHeaderAdvertencia 
{
	background:url(../Imagenes/warning_header.gif) repeat-x; 
	color:Black; 
	border-bottom:none;
}
		
.CajaDialogoAdvertencia
{
    background:#fff url(../Imagenes/warning.jpg) bottom right no-repeat;
    border-width: 1px;
    border-style:solid;
    border-color:#D7DF01;
    padding: 0px;
    width: 430px;
    height:200px;
}


/******************************/
/*	  BOTONES DE BUSQUEDA	  */
/******************************/

.aBuscadores
{
	font:Verdana; 
	color:White; 
	font-size:small;
}	



/******************************/ 
/*	RESLUTADOS DE LA BUSQUEDA */
/******************************/

.divResultados
{
	width:100%;	
	margin: 5px auto 0px auto;	
}

.treeMaterias
{
	margin-left:20px;
}

.panDatos
{
	margin-left:5px;
}

.fichaCliente
{
	Width:98%;
	background-color:White;
	border:1px solid gray;
	margin:10px auto 0px auto;
}

.lblCliente
{
	font-weight: bold;
}


/******************************/ 
/*			GRIDS		      */
/******************************/

.result {font-size: 11px; font-family:  Arial; color: #3F4F5F;text-decoration: none; text-align: right; height:20px;  border-bottom: 1px solid #A9B9C2; }
.result2{font-size: 11px; font-family:  Arial; color: #3F4F5F;text-decoration: none; background-color: #C3D1D7;text-align: right;  height:20px;  border-bottom: 1px solid #A9B9C2;  }

.foot 
{
	border:1px solid #666666;	
	font-weight: bold;
	font-size: 10px; 
	color: black;  
	font-family: Verdana; 
	text-align: right; 
	text-decoration: none; 
}


.tit 
{
	border-bottom:white 1px solid;
	border-left:white 1px solid;
	border-right:white 1px solid;
	border-top:white 1px solid;
	font-weight: bold; 
	font-size: 10px; 
	color: white;  
	font-family: Verdana; 
	background-color: #507CD1; 
	text-align: center; 
	text-decoration: none; 
}
.tit A:link,.tit A:visited,.tit A:active
{
	font-weight: bold; 
	font-size: 10px; 
	color: white;  
	font-family: Verdana; 
	background-color: #507CD1; 
	text-align: center; 
	text-decoration: none;  
}
.tit A:hover 
{
	color:#FA7003;
}
td.gridTit
{
	border-bottom:#666666 1px solid;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	font-size: 10px;
	color: #666666;
	font-family: Verdana;
}

.flecha
{
    border:none;
}

.divContenidoInt
{
	width:744px;
}

.tblProductos
{
	margin-left: 80px;
}

.divContenidoProductos
{
	font-size: 13.3px;
	color:Black;
}

.ImgProducto
{
	
}

.margentextos
{
    margin-left: 25px;   
}
.divOpcionesDerecha
{
	width: 210px;
	float: right;
	text-align: left;
	margin-top: 2px;
}

.divOpcionesIzquierda
{
	width:200px;
	float:left;
	text-align:left;
	margin-left: 15px;
}

p.ParrafoInt
{
	font-family: Calibri, Arial;
	font-size: 12px;
	margin-left: 10px;
}


.divFormEnvia
{
	width:500px;
	height:250px;
	background-color:White;
	border: 1px solid black;
	margin-left:15px;
	margin-top:15px;
}

.tblEnviaAmigo
{
	width:450px;
	margin-left:20px;
	margin-top:20px;
}

table.tblEnviaAmigo tr
{
	height:40px;
}

.panInfoEnvia
{
	width:450px;
	margin-left:20px;
	margin-top:35px;
}
.tblBotones
{
    border-width: medium;
    background-image: url('Nuevo/btnOpciones.png');
    background-repeat: no-repeat;
    text-align: center;
    color: White;
    border-style: none;
    background-color: Transparent;
    height: 39px;
    width: 91px;
    font-size: medium;
}

.botonContacto
{
    border-width: medium;
    background-image: url('Nuevo/BarraAzul.png');
    background-repeat: no-repeat;
    text-align: center;
    color: White;
    border-style: none;
    background-color: Transparent;
    height: 35px;
    width: 165;
}