#encabezadoCarrito, #encabezadoCarrito * {
    border: none;
    margin: none;
    padding: none;
	display:inline;
	text-decoration:none;
}
#encabezadoCarrito {
text-align:left !important;
}
#encabezadoCarrito img {
	text-align:left !important;
}
#contenedorVentanaCarrito {
	position:absolute;
	/*margin-right:50px;
	margin-top:20px;*/
	/*float: right;*/
	right: 80px;
	top:30px;
	border: solid 1px;
	overflow-x:hidden; overflow-y:scroll;
	width: 340px;
	height: 200px;
	display:none;
	background-color: white;
	z-index:999;
}

#headerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*text-align: center;*/
        display:block;
        height:22px;
        /*color: #838281;*/
}

.headerLinks a, .headerLinks a:visited {
	/*color: #838281;*/
        margin-left:3px;
}
.headerLinks a:hover {
	color: #ea8a47;
}
.linkLogin {
    margin:0px;
    display:inline;
    position:relative;
}
a.linkErrHeader {
	color: #FF0000;
}

.linksIzquierda , .linksDerecha {
    height:25px;
    display:inline-block;
    margin-top: 3px;
}
.linksIzquierda {    
    float:left;
    margin-left:10px;
}
.linksDerecha {
    float:right;
    margin-right:3px;
}
.comboIdiomas {
    display:inline-block;
    float:right;
    height:25px;
    font-size: small;
    margin-right: 10px;
}

#header {
    border-bottom: solid thin #e3e2e2;
    margin-top: -5px;
}
#headerLinks abbr {
    border:none;
}

.loginCuadroDatos {
    float:left;
    width:100%;
    margin-top:15px;
}
.loginCuadroDatos label {
    width:30%;
    text-align: right;
    float:left;
    margin-right: 10px;
}
.loginCuadroDatos label {
    width:40%;
    float:left;
}

.loginEnviar , #loginImagenCargando {
    width:100%;
    float: left;
    clear:both;
    margin:5px 0;
}
.loginEnviar {
    text-align: center;
    font-size:90%;
}
#loginMensaje {
    padding:10px;
    background-color: #ffe3e3;
    color:red;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    
}
#loginImagenCargando , #loginImagenCargandoEncabezado {
    background-image: url("../imagenes/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    display:none;
}
#loginImagenCargandoEncabezado {
    width:20px;
    margin-left:3px;
}
#dialog {
    display: none;
    font-family: arial;
}
.botonRegistrarLogin {
    float:left;
    color: white !important;
    clear:both;
    width:94%;
    text-align:center;
	background-color: #ff8620;
    padding: 7px;
    color:white;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}
.loginNuevoMuncom {
    font-weight: bold;
    float:left;
    width:100%;
    text-align: center;
    clear:both;
    margin: 5px 0;
    font-size: 90%;
}