/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* MODIFICACIONES DE TAMAÑOS DE TEXTO Y ALINEACIONES*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.price-container table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:14px;
	margin: 10px 0px;
}
.price-container table tr:nth-of-type(2n+1) {
    background: #F9F9F9 none repeat scroll 0 0;
}
.price-container table th  tr{
    background: #333 none repeat scroll 0 0 ;
    color: white;
    font-weight: bold;
}

/* MODIFICACIONES TABLA SERIGRAFÍA}*/
#details table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:14px;
	margin: 10px 0px;
	visibility:hidden;/* OCULTAR TEMPORALMENTE*/
}
#details table tr:nth-of-type(2n+2) {
    background: #F9F9F9 none repeat scroll 0 0;
}
#details table thead{
    background: #A4D5D1!important;
	padding: 10px;
    color: white;
    font-weight: bold;
	text-transform: uppercase;
}

#details table caption {
   padding: 0.3em;
   color: #fff;
   background: #A4D5D1}

/* FIN MODIFICACIONES TABLA SERIGRAFÍA*/

.product-tab p {
	text-align:justify;
}
.nav li a{
	font-size: 11px;
}
.phone {
  font-size:22px;
  letter-spacing:-2px;
  padding-right: 15px !important;
  margin-right: 15px !important;
}
.description-container, .product-tab, .total-price-basket, .panel-body {
  font-size:14px;
  text-align:justify;

}
.contact{
  font-size:14px;

}
.breadcrumb-inner ul li, .breadcrumb-inner ul li a{
  font-size:10px;

}
.footer {
	margin-top: 20px;
}