/*

*/
#cesta{
	width: 850px;
	float: right;
	padding-top: 10px;
}

#cesta a{
	display: inline;
	text-decoration: none;
	font-style: italic;
}

#cesta a:link, #cesta a:visited{
	color: #000000;
}

#cesta a.imagen:hover{
	background-color: #FFFFFF;
}

#cesta a:hover{
	color: #000000;
	background-color: #CCCCCC;
}
#cesta ul {
	margin: 0px;
	list-style-type: none;
	text-align: left;
	padding-left: 10px;
}
#cesta img{
	border:#000000;
	border-width: 0px;
	padding-top: 10px;
}

.tblcesta {
	border-spacing:1px;
	font-size:14px;
	background-color:#FFFFFF;
	color: #333;
	margin:auto;
}
.tblcesta td, .tblcesta tr, .tblcesta th{
	border-collapse: separate;
	border-collapse: collapse;
	border-spacing: 0;
}
.tblcesta caption {
	font-weight: bold;
	background: #dad8cf;
	border-bottom:2px solid #333;
	color: #333333;
	text-transform:uppercase;
	padding:10px;
	margin:auto;
}

.tblcesta td, .tblcesta th {
	padding: 4px;
}

.tblcesta thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}


.tblcesta tbody th {
	font-weight: bold;
}

.tblcesta tbody tr		{
	background-color:#FFFFFF; 
	text-align:left;
	}

.tblcesta tbody tr td { 
	background: #ffffff;
	}

.tblcesta td a:link, .tblcesta td a:visited {
	color: #dad8cf;
	text-decoration: none;
}

.tblcesta td a:hover {
	color: #000000;
	text-decoration: none ;
}

.tblcesta tfoot th, .tblcesta tfoot td {
	background-color:#dad8cf;
	padding:10px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	font-variant: small-caps;
}
