
/*Para que al pulsar los iconos de imagenes no se vea el borde*/
img:focus{
    outline: none;
}



#todo {
	position: absolute;
	width: 1000px;
	height: auto;
	left: 50%;
	top: 0px;
	margin-left: -500px;
	
	background-image: url(../images/bkg_body.jpg);
	background-repeat: repeat-x;
}

#cuerpo {
	position: absolute;
	width: 1000px;
	height: auto;
	left: 0px;
	top: 267px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}




#centro{
	width: 1000px;
	height: auto;

}

/*
body {
	background-image: url(../images/bkg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;    
}*/


#container {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	
}

#cabecera {
	position: absolute;
	width: 1000px;
	height: 242px;
	z-index: 1;
	left: 0px;
	top: 0px;
/*	background-color: #3B3B3B;*/
	background-image: url(../images/img_cabecera.jpg);
	background-repeat:no-repeat;
}


#menu {
	position: absolute;
	width: 1000px;
	height: 25px;
	z-index: 5;
	left: 0px;
	top: 242px;
	background-position: 150px center;
	width: 1000px;
	/*background-repeat: space;*/
	background-image: url(../images/bkg_nav.jpg);	
}

.anotacionesVentas, pagPrincipal{
	position:absolute;
	height: auto;
	width: 998px;
	border-left: 0.1em solid #d6d6d6;
	border-right: 0.1em solid #d6d6d6;
	
}

#cargarAnotacionesVentas
{
	margin-left:10px;
	margin-top:10px;
	
}


/* ******************* */
/* MENU  INICIO        */
/* ******************* */	

#menu ul {
	list-style: none;
	/*margin: 0px;*/
	padding: 0px;
}

.ulmenu {
	/*margin-left: 120px;*/
	margin-top: 0px;
}

#menu ul li{
	margin:0px}

#menu ul li a{
	display: block;
	float: left;
	height: 25px;
	width: 10em;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #353D73;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
}	
#menu ul li a:hover {
	text-decoration: none;
	background-image: url(../images/bkg_nav_hover.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	}


 /* ********* */
/* MENU  FIN  */
/* ********** */	




#nav {
	float: left;
	height: 40px;
/*
	width: 100%;

	background-repeat:no-repeat;
	background-size: 100%; //propotional resize
	width: 960px;
	background-size: 100%;*/
/*	width: 100% */
	margin-left:150px;
	background-position: 150px center;
	width: 960px;
	background-repeat: space;
/*	background-position: center center;*/
	background-image: url(../images/bkg_nav.jpg);	

}

#articulo2s {
	float: left;
	height:auto;
	width: 960px;
	background-color: #FFF;
	
}
#cuerpo_inicio {
	height: 400px;
	width: 800px;
	background-color:#F00;
	float:left; 
	
	
	
	}

#izquierda {
	float: left;
	height: 400px;
	width: 700px;
	background-image: url(../images/blk_derecha.jpg);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	}	

.pie {
	clear: both;
	float: left;
	width: 998px;
	height: 117px;
    /*border: 0.1em solid #9B9BFF;
    background-color: #B1FCF4;*/
	padding-bottom:25px;
	margin-bottom:15px;
	margin-top:15px;
    background-image: url(../images/img_pie.jpg);
}


#nombreUsuario{
    float: right;
    /*position: absolute;*/
    position: relative;
    height: 30px;
    width: 250px;
    margin-top: -3px;
    margin-right: 15px;
    margin-left: 10px;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 17px;
    color: black;
    line-height: 30px;
    text-align: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#Direc{
	position: absolute;
	height: 30px;
	width: 400px;
	margin-top: 215px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#botonesCabecera{
	position: absolute;
	height: 35px;
	width: 285px;
	margin-top: 205px;
	margin-left: 700px;
	top: -1px;
}		


.ulmenu {
	/*margin-left: 120px;*/
	margin-top: 0px;
}

#nav ul li{
	margin:0px}

#nav ul li a{
	display: block;
	float: left;
	height: 40px;
	width: 10em;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #353D73;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}	
#nav ul li a:hover {
	text-decoration: none;
	background-image: url(../images/bkg_nav_hover.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	}
	

.limpiar{
	clear: both;
}



.textboxlogin{
	margin-top: 5px;
}


.formlogin{
	float:Right;
}

.errorlogin{
	margin-top: -20px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 2px 2px 2px 2px;
	cursor: default;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	color:#900;
	margin-left:0px;
	/*font-weight:bold;*/
}


.control-login{
	float:left;	
}

.btn {
	font-size:1.1em;
	font-weight:700;	
}

#LoginForm_login
{
	margin-top:5px;


	height:auto;
}



#LoginForm_password
{
	margin-top:5px;
    margin-left:5px;
	height:auto;
}

.bt-login{
	margin-top:5px;
	float:Right;
	margin-left:10px;

/*
margin-top:35px;
*/}

.bt-logout { 
	float:Right;
	
 }

/* *************** */
/* NOTICIAS  */
/* *************** */
 
 
 #noticias {
	float: right;
	height: 400px;
	width: 245px;
	background-image: url(../images/blk_derecha.jpg);
	background-repeat: repeat-y;
	}
	

#h2noticias{
	color: #330099;
	margin: 0;
	padding: 15px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}
#h2noticias span {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}


/* *************** */
/* IMAGEN NAVE  */
/* *************** */
	
#imag_nave	{
	height: 103px;
	width: 243px;
	margin-top: 180px;
	margin-left: 1px;
	}



/* *************** */
/* ARTICULOS INICIO */
/* *************** */


/* *************** */
/* CLIENTES INICIO */
/* *************** */


.clientes{
	float:left;
	
	height: auto;
	width:998px;
	border-left: 0.1em solid #d6d6d6;
	border-right: 0.1em solid #d6d6d6;	
	/*
	margin-left:1%;
	margin-right:1%;*/
	
}

.clienteContenido{
	
	width: 95%;
	margin-left:2%;

}

.clientesTitulo{
    float: left;
    font-family: 'open sans';
    font-size: 1em;
    font-weight: 700;
    padding: 10px 50px 10px 0;
    text-align: center;
    width: 104px;
}


.clientesColCodigo{
text-align:left;
width: 30px;
}


.clientesColNombre{
text-align:left;
width: 16%;
}

.clientesColUsuario{
text-align:left;
width: 6%;
}

.clientesColPassword{
text-align:left;
width: 6%;
}

.clientesColEmail{
text-align:left;
width: 4%;
}

.clientesNoExistentes{
    float: left;
    font-family: 'open sans';
    font-size: 1em;
    font-weight: 700;
    padding: 10px 50px 10px 0;
    text-align: left;
    width: 180px;
	margin-left:5px;
    margin-top:10px;
	
}


.clientesFilaDatos{
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	width: 960px;
	border-bottom:1px solid #dddddd;	
	
}

.clientesDatos {
	float:left;
    font-family: 'open sans';
    font-size: 1em;
    font-weight: 300;
    padding: 5px 32px 5px 0;
}


.clientesDatosCodigo{
text-align:right;
width: 50px;
}

.clientesDatosNombre{
text-align:left;
width: 18%;
}
.clientesDatosUsuario{
text-align:left;
width: 70px;
}

.clientesDatosPassword{
text-align:left;
width: 8%;
}

.clientesDatosEmail{
text-align:left;
width: 50px;
}

.bt-clientes{
	margin-right:5px;
	float: Right;	
}

.bt-clientesBorrar{
	
	float: Right;	
}

.bt-clientesEditar{
	margin-right:5px;
	float: Right;		
}


.bt-formclisalir{
  margin-left:10px;
}

.bt-NuevoAdminClientes{
  margin-top:10px;
}

.bt-VolverAdminClientes{
  margin-top:10px;
}




.form-cli-info{
padding-top:5px;
border-top:1px dashed #999;

}

.gestion-clientes{
  margin-top:10px;
}

#DivImgTel {
	padding-top: 15px;
	}
	
#map-canvas {
	height: 320px;
	margin: 0px;
	padding: 0px;
	width: 700px;
	float: left;
      }
	  
	  
	  

/* ****************** */
/* MENSAJES TIPO ALERT  */
/* ***************** */	  
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.alert,
.alert h4 {
color: #c09853;
}

.alert h4 {
margin: 0;
}

.alert .close {
position: relative;
top: -2px;
right: -21px;
line-height: 20px;
}

.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}

.alert-success h4 {
color: #468847;
}

.alert-danger,
.alert-error {
margin-top: 5px;
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
color: #b94a48;
}

.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}

.alert-info h4 {
color: #3a87ad;
}

.alert-block {
padding-top: 14px;
padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
margin-bottom: 0;
}

.alert-block p + p {
margin-top: 5px;
}



/* ****************** */
/* FORMULARIOS INICIO */
/* ***************** */


.error-update-blur{

position:absolute;
color:red;	
margin-left:290px;
margin-top:-35px !important;
}


.formcli-cli_ok{
	position: right;
	color: blue;
	margin-left: 100px;
	margin-top: -30px !important;
	font-weight: bold;
	border: 1px solid #006;
	border-radius: 5px;
	width: 310px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#txtConta {
	color:#be0f34;
	margin-left:15px;
	padding:15px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


#pagPrincipal{
	position:absolute;
	height: auto;
	width: 998px;
	border-left: 0.1em solid #d6d6d6;
	border-right: 0.1em solid #d6d6d6;
	
}




.pagPrincipal_centro {
	width: 390px;
	float: left;
	margin: 5px;
	height:380px;
	
	background-color: #FFF;
	margin-top: 20px;
	margin-left: 20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	padding-right: 5px;
	color: #515696;

}



.pagPrincipal_lateralizquierdo {
	width: 240px;
	float: left;
	margin-left: 5px;
	margin-top: 20px;
}

.pagPrincipal_lateralDerecho {
	float: left;
	width: 315px;
	margin: 5px;
	height: 650px;
	/*border: 0.2em solid #000000;*/
	

}

.pagPrincipal_comboFamilias
{
	margin-left:40px;
	margin-top:-25px;	
	font-size: 12px !important;
	
}

.zoomImage {
    background-color: white;
    margin-left: 25px;
	max-height:500px;
	max-width:800px;
}


.alertAnotacionesVentas
{
	width:90% !important;
	margin-top:10px;
	
}


.clienteTextInput
{
	height: auto !important;
}