
body {
    font-size:15px;
    color:#464445;
}

h1 {
    font-size:24px;
    font-weight:bold;
    color:#464445;	   
	padding:0px 0px 0px 7px;
	font-weight:normal;
	border-left:4px solid #d956b4;
	margin:0px 0px 15px 0px;
	clear:both;
}

h2 {
    font-size:16px;
    font-weight:bold;
    color:#464445;
    border-bottom: 1px solid #CCCCCC;  
	margin:10px 0px 10px 0px;	
}

h3 {
    font-size:14px;
    font-weight:bold;
    color:#464445;  
	margin:0px 0px 10px 0px;		
}

p {
    margin: 10px;    
}

b, strong {
    color:#444; 
}

a{
    color:#d756b3;    
}

img {
    border:0px;
}


.titular{
    background:url(/template/web/bg-title.png) top no-repeat;
    width:646px;
    height:35px;
    padding:8px 0px 0px 40px;
    color:#fff;
    font-size:20px;
    font-weight:bold;
}

/* osCommerce Styles */

.headerError, .messageStackError, .messageStackWarning{
    position:relative;
	margin:0px 0px 15px 0px;
    padding:5px;
    background:#AA0000;
    color:#ffffff;	
}

.headerInfo{
    position:relative;
	margin:0px 0px 15px 0px;
    padding:5px;
    background:#99ff00;
    color:#000;	
}

.orderEdit{
    margin:0px 0px 0px 10px;
    font-size:12px;   
}

.orderEdit:hover{
    text-decoration: underline;
}

.moduleRow { }
.moduleRowOver { background-color: #eeeeee; cursor: pointer; }
.moduleRowSelected { background-color: #dddddd; }


#BoxcabeceraHistorioPedidoPrincipal{
	border-bottom: 1px solid #dedede;
	text-align: center;
}
.cabeceraHistorioPedido{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	width:15%;
}
.cabeceraHistorioPedido.PedidoNum{
	width:10%;
}
.cabeceraHistorioPedido.Imprimir{
	width:10%;
}
.cabeceraHistorioPedido.devolucion{
	width:20%;
}
.BoxListadoPedido{
	 border-bottom: 1px solid #dedede;
	 text-align: center;
}
.itemListadoPedido{
	display: inline-block;
	vertical-align: top;
	width:15%;
}
.itemListadoPedido.PedidoNum{
	width:10%;
}
.itemListadoPedido.Imprimir{
	width:10%;
}
.itemListadoPedido.devolucion{
	width:20%;
}
.TituloResponsive{
	display:none;
}

@media screen and (max-width: 700px){
    img {
        max-width:100%;
    }
    
    .titular{    
        width:90%;
        padding:0px;
        color:#913892;
        font-size:18px;
        font-weight:bold;
        background:none;
    }
    
    input, select {
        max-width:100%;
    }
	
	.responsive{
		display: block;
	}
	.nonresponsive{
		display: none;
	}
	#BoxcabeceraHistorioPedidoPrincipal{
		display:none;
	}	
	.BoxListadoPedido{
		text-align: left;
		margin: 10px 0;
	}
	.TituloResponsive{
		font-weight: bold;
		display:inline;
	}
	.itemListadoPedido{
		display:block;
		width:100%;
	}
	.itemListadoPedido.PedidoNum{
		width:100%;
	}
	.itemListadoPedido.Imprimir{
		width:100%;
	}
	.itemListadoPedido.devolucion{
		width:100%;
	}
}

@media (min-width: 701px){
	.responsive{
		display: none;
	}
	.nonresponsive{
		display: block;
	}
}