/*
Author: SkyBOX, Inc.
Author URI: http://www.skybox.net/

	Copyright (c) SkyBOX, Inc.

*/

.caja-promo-punteadas {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10x;
	border: 1.3px dashed #444444;
	background-color:#FFF;
	width:280px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

.border-ext-gris-sec-cpn {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ADADAD;
	background-image: url(/980-files/images/new-skybox-home/secc-coupons/bg-sale-coupons-blue.png)
	}

.border-title-blue {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* background-color: #01bae9;
	border: 1px solid #01bae9; Blue color*/
	border: 1px solid #0199e0;  
	background-color: #0199e0;
	}	

.color-title-white {
	font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	text-shadow: 0pt -1px 0pt rgb(0, 128, 161);
	height:30px;
	}	

.color-sm-gris{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-shadow: 0pt 0px 0pt rgb(0, 0, 0);
	}	
	
.no-code-estilo {
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-align:center;	
	}

.title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#09F;
	text-align: center;
}

.discount {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	color:#666;
	font-size:11px;
	clear: none;
	float: none;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}

.codelabel {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	height: 19px;
	font-size: 14px;
	font-weight: normal;
	float: none;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
}		