.producto, .precio{
	line-height: 100%;
	color: #555555;
}

.producto{
	font-size:15px;
	line-height: 100%;
}

.idMenu{
	line-height: 100%;
	color: #FC6D00;
	font-size:18px;
}
	
.precio{
	font-size:16px; 
	padding:2px;
	display:inline-block;
	margin:2px 5px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
	color: white;
	position: absolute;
    right: 20;
}

.descripcion{ 
	font-size:13px;
	font-weight:400;
	color: #555555;
	display:inline-block;
	line-height: 133%;
	margin-top: 2px;
	margin-bottom: 2px;		
}

.active > .thumbnail{
	background: orange;
	border: orange;
	padding: 8px;
}

.platodelmes{
	width: 100%; 
	height: auto;
	margin: 0 auto;
	background-repeat: no-repeat;
		-webkit-background-size: cover; 
		-moz-background-size: cover; 
		-o-background-size: cover;  
		background-size: cover;  
			left:0; right: 0;top:0;bottom: 0;
}

.platodelmes h3{
	color: white; 
	text-shadow: black 0.1em 0.1em 0.2em;
	font-size:35px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	.producto{
		font-size:25px;
	}
	.precio{
		font-size:26px;
	}
	.idMenu{
		font-size:30px;
	}
}
.comp img{
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
.comp:hover img{
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.comp.active img{
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}