/* CSS Document */

body {
	margin-top:20px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	}

img.separador {
	margin-top:5px;
	}	

div#cos {
	width: 100%;
	border: #000000 solid 1px;
	text-align:left
	}

div.llistat1b {
	height: 260px;
	color: #999999;
	background-color: #EEEEEE;
	border-style: dotted;
	border-width: 1px;
	padding: 5px;
	}
	
div.city {
	color: #f9e369;
	width: 232px;
	background-color: #999999;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.city {
	display: block;
	color: #f9e369;
	width: 230px;
	background-color: #999999;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	}
	
a.city:hover {
	color: #999999;
	background-color: #f9e369;
	}
	

div.promo_marc {
	width: 230px;
	text-align: center;
	border-bottom: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	}

div.promocions_titol1 {
	font-weight: bold;
	font-size: 12px;
	color: #444444;
	padding-top: 10px;
	}

.promocions_txt {
	font-size: 12px;
	color: #676767;
	}

div.foto_promo {
	min-height: 175px;
}

div.promocions_mes_info {
	margin-top: 6px;
	}
	
a.promocions_mes_info {
	font-size: 10px;
	font-style: italic;
	color: #676767;
	text-decoration: none;
	}	

table.cos {
	background-color:#FFFFFF;
	margin-top:5px;
	
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #999999 #999999 #999999 #999999;
	border-collapse: separate;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height:30px;
	padding: 0px;
	margin: 0px;
	color: #666666;
	}
	
.titol_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999999;
	text-decoration: none;
	}	

.titol_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
	}
		
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align:justify;
	line-height:17px;
	text-decoration: none;
}

a.txt:hover {
	color: #999999;
	background-color: #f9e369;
}

.peu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2b328a;
}

input {
	width:67px;
	height:25px;
    border: #FFFFFF none 0px;;
	text-align:right;
	padding-right:5px;
	padding-top:4px;
	}

a.thumb img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	
a.thumb:hover img {
	filter: alpha(opacity=45);
	-moz-opacity:.45;
	opacity:.45;
	}