/* 
================================
 Container Pagina Principal
================================
*/   

.containermaster {
	/*width: 204px;*/
	background-color:#f3f1ed;
	margin:0 6px;
	border:2px solid #f3f1ed;
	background: #f3f1ed url(img/bg_dgs.gif) repeat-x left top;
	}

.td_titulo {
	padding:3px 5px 8px;
	background: url(img/cocinerito_dgs.gif) no-repeat top right;	
	height:26px;
}

.titulos {
	color:#19174f;
	font-size:12px;
	font-weight:bold;
}

.td_contentPane{
	padding: 0 2px;
	}

.right {
	text-align:right;
}

a.masinfo{
	display:block;
	height:10px;
	width: 42px;
	margin:4px 4px 4px 0 ;
	background: url(img/boton_link.gif) no-repeat left top;
}
a.masinfo:hover{
		background: url(img/boton_link.gif) no-repeat left -24;
}

/* 
================================
 Container Detalle
================================
*/

.containermaster_detalle {
	margin:6px 6px;
	/*width:178px;*/
	border:2px solid #f3f1ed;
	background: #f3f1ed url(img/bg_celeste.gif) repeat-x left top;
	}

.td_titulo_detalle {
	padding:3px 5px 8px;
	background: url(img/cocinerito_bg_celeste.gif) no-repeat top right;	
	height:26px;
}

