.bd-section-25 { 
	background-color: white; 
} 

/*h2 { border-top: 1px solid; }*/
#mitabla input{ margin-bottom: 1px; }
@media screen and (max-width: 600px) {
	.pedido input{ margin-bottom: -6px; }
}
/*input[type="text"],*/ textarea { margin-bottom: 14px; }

/********** PARA EL LISTADO DE CLIENTES **********/
	.bd-icon-1:before, .bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*="menu"]) li:before, .bd-bulletlist li:before {
		content: none;
	}
	label {
		color: #555555;
		font-weight: bold;
	}
	#mitabla_wrapper {
		width:100%;
	}
	#mitabla tr:hover { cursor: pointer; cursor: hand; color: #cb1313; font-weight: bold; }
	


/********** PARA LAS OPCIONES DEL INICIO **********/	
	.cuadradocliente {
		width: 100%;
		text-align: center;
	}
	.cuadradocliente div {
		width: 80%;
		max-width: 330px;
		background-color: lightgrey;
		/*float: left;*/
		margin: 5%;
		display: inline-block;
		height: 235px;
		line-height: 6;
		font-size: 40px;
	}
	
	
	.derecha{
		float: right;
		text-align: right;
		width: 100%;
	}
	
	



	
/********** ESTILO MARCAR CLIENTE COMO HISTORIAL **********/	
	#formulariocliente { top: -80px;position: relative; }
	.divhistorial { float: right; font-size: 75px; cursor:pointer; cursor: hand; color:lightgray; } 
	.divhistorial:hover { color: #cb1313; } 
	.divhistorial.rojo:hover { color:#lightgray; } 
	.rojo { color: #cb1313; }