@charset "utf-8";
/* CSS Document */
#jcart-empty{
	color:white !important;	
}

body{
	font-family:"proxima-nova",sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:300;
	/*margin: 0px;*/
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:-30px;
	padding:0px;
	background:#fff;
}

strong{
	font-weight:600;
	
}
img{
	border: none;
	
}

ul, li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

a, a:hover{
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

p{
	margin:0px;
	margin-bottom:5px;
	padding:0px;
}
.textoinfo {
    font-weight: 400;
    font-family: Source Sans Pro, Regular;
    color: red;
    line-height: 1.4;
    font-size: 0.9em;
    margin-top: 1em;
}

.limpiar{ clear:both;}
