/*

Global CSS

*/


@import url('reset.css');
@import url('forms.css');
@import url('custom.css');

body {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	color: #C50; /* COLOR CORPORATIVO */
	}

a {
	text-decoration: none;
	color: #000;
	}

a:hover {
	text-decoration: underline;
	}

h1 {
	font-size: 14px;
	}
#conexion h1 {
	margin-bottom: -10px;
	}

h2 {
	font-size: 12px;
	}

h3 {
	font-size: 10px;
	}

.B {
	font-weight: bold;
	}

#documentation ul{ margin-left:10px;}

#wrapbasket{
    border:1px dotted #B01;
    padding:10px;
}
#wrapbasket h1{
    font-size: 13px;
    color:#B01;
}
#wrapbasket input{
    width:60px;
    border:1px solid black;
}
#basket{
    font-size:80%;
    margin-bottom:10px;
}
#basket input{
    width:50px;
    margin:1px 0 ;
}
#basket img{
    position:relative;
    left:5px;
    top:3px;
    cursor:pointer;
}
#articles{
    position:relative;
    height:400px;
    overflow:auto;
    border:1px dotted black;

}
#articles ul{
    list-style: none;
    margin-left:10px;
}
#articles a{
    color:gray;
}
#articles div.familias{
    margin-left:10px;
    display:none;
}
#articles div.articulos{
    margin-left:10px;
    font: 12px normal "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
    display:none;
}
.wraparticulo{
    border:1px solid white;
    overflow:hidden;
    font-size:80%;
    height:40px;
 }
.carrito{
    cursor:pointer;
    position:relative;
    top:3px;
}
.referencia{
    color:#740;
}
.articulo{
    color:#D01;
    font-weight: bold;
}

.precio{
    color: #F98A00;
}
#wrapbasket .precio{
    float:right;
    margin-right:5px;
}

#wrapbasket #comentarios{
    height:40px;
}
#wrapbasket #orderLaunch{
    margin:1px;
    margin-top:4px;
}
#wrapbasket #total{
    border:1px solid #740;
    padding: 0 5px;
    margin:1px;
}
#albaran{
    border:1px solid black;
}
#albaran td{
    padding:5px;
}
#albaran th{
    text-align:center;
}

.anuncio{
    float:left;
    margin: 10px 10px 20px 0px;
}
.anuncio img{
    border:0;
}
.anuncio input{
    margin-top:5px;
    cursor:pointer;
}
#advertform label{
    float:left;
    width:140px;
    text-align:right;
    margin-right:10px;
}



